2026-03-27 05:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 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-27 05:00:04 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
2026-03-27 05:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 05:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 05:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 05:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 05:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: c52cfe162fcb433e
2026-03-27 05:00:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-27 05:00:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/astonbarclay.gb/task_9_2026-03-27T05_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-27 05:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 05:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 05:00:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-27 05:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 05:00:04 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-27 05:00:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-27 05:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 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 2118
2026-03-27 05:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 05:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 05:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-27 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-27 05:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 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-27 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-27 05:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-27 05:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 05:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 05:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-27 05:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-27 05:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-27 05:00:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 05:00:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 05:00:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 05:00:11 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 05:00:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-27 05:00:11 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-27 05:00:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-27 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-27 05:00:14 [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-27 05:00:14 [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-27 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css?family=Lexend> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:14 [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-27 05:00:14 [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-27 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js>
2026-03-27 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-27 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js>
2026-03-27 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-27 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css>
2026-03-27 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css?family=Lexend>
2026-03-27 05:00:14 [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-27 05:00:14 [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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:15 [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-27 05:00:15 [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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/profileconfig>
2026-03-27 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-27 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-27 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-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf>
2026-03-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/user>
2026-03-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js>
2026-03-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-27 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-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js>
2026-03-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/navigation>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/facebook.png>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/twitter.png>
2026-03-27 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-27 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/sprite2.png>
2026-03-27 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-27 05:00:16 [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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-27 05:00:16 [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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-27 05:00:16 [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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-27 05:00:16 [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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-27 05:00:16 [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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-27 05:00:16 [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-27 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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-27 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-27 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-27 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-27 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-27 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-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/vehicle/all>
2026-03-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json>
2026-03-27 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json>
2026-03-27 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-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-engine.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-reg.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-v5.svg>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mot.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-vat.svg>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/eee6faa7-0c8f-47fe-8b2d-83697c22f4c7_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/eee6faa7-0c8f-47fe-8b2d-83697c22f4c7_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FV71WSE/2026-03-19/image/93d8246a-acbd-4a12-ba04-b5212146f3ab_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RK23NEU/2026-03-19/image/9fc70e38-0e55-4008-8116-cb6020bf4d80_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FV71WSE/2026-03-19/image/93d8246a-acbd-4a12-ba04-b5212146f3ab_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RK23NEU/2026-03-19/image/9fc70e38-0e55-4008-8116-cb6020bf4d80_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/c8176384-1ff0-4c15-bd66-b1d0ef63491d_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/c8176384-1ff0-4c15-bd66-b1d0ef63491d_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/HD19VWR/2026-03-10/image/31c9bde2-dfc0-4eed-a4bf-a3eccf4c17ac_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/HD19VWR/2026-03-10/image/31c9bde2-dfc0-4eed-a4bf-a3eccf4c17ac_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/a2800b43-bfde-42a0-a7a2-9c337e11e6ce_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/a2800b43-bfde-42a0-a7a2-9c337e11e6ce_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/LRZ8304/2026-03-21/image/fa2fd011-793c-4622-82ab-e15193571c67_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/LRZ8304/2026-03-21/image/fa2fd011-793c-4622-82ab-e15193571c67_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BG23NHN/2026-03-26/image/ee824ed2-c107-46b0-b83a-0e7bef76dcdf_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BG23NHN/2026-03-26/image/ee824ed2-c107-46b0-b83a-0e7bef76dcdf_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BK23LEJ/2026-03-18/image/f43de86f-380b-447b-9ed5-2e4ab73239a0_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BK23LEJ/2026-03-18/image/f43de86f-380b-447b-9ed5-2e4ab73239a0_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/WN73FGF/2026-03-25/image/568a35d5-25a9-4dc7-bfeb-fd5b597f2414_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/WN73FGF/2026-03-25/image/568a35d5-25a9-4dc7-bfeb-fd5b597f2414_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600>
2026-03-27 05:00:17 [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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/image-unavailable.png>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css>
2026-03-27 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-27 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-27 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-27 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-27 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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2>
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-27 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-27 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg>
2026-03-27 05:00:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/vehicle-search> (referer: None) ['playwright']
2026-03-27 05:00:17 [astonbarclay.gb] INFO: Cookies from Playwright: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Fri+Mar+27+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': 1806123617, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}]
2026-03-27 05:00:17 [astonbarclay.gb] INFO: Scrapy-formatted cookies: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Fri+Mar+27+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-27 05:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 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-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://pi.pardot.com/pd.js>
2026-03-27 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-27 05:00:20 [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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120471162
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120471162%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120471162: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120413800
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120413800%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120413800: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120299965
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120299965%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120299965: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120521730
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120521730%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120521730: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120201122
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120201122%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120201122: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120255215
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120255215%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120255215: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120630361
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120630361%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120630361: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120645779
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120645779%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120645779: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120521556
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120521556%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120521556: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120581723
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120581723%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120581723: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120309460
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120309460%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120309460: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120292385
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120292385%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120292385: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120022329
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120022329%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120022329: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119942033
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119942033%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119942033: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120422957
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120422957%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120422957: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119783370
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119783370%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119783370: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120574575
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120574575%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120574575: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119687761
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119687761%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119687761: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 118345369
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118345369%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 118345369: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120510439
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120510439%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120510439: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120206247
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120206247%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120206247: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 118872805
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118872805%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 118872805: 2
2026-03-27 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-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120400251
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120400251%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120400251: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 118714230
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118714230%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 118714230: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119343898
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119343898%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119343898: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120542115
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120542115%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120542115: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120262153
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120262153%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120262153: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120017370
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120017370%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120017370: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120277883
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277883%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120277883: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119244033
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119244033%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119244033: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 118276839
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118276839%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 118276839: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120338114
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120338114%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120338114: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120374826
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120374826%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120374826: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120206283
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120206283%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120206283: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119670217
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119670217%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119670217: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120331636
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120331636%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120331636: 0
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 117742671
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117742671%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 117742671: 2
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120653062
2026-03-27 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120653062%27 HTTP/1.1" 200 None
2026-03-27 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120653062: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119362345
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119362345%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119362345: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119286395
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119286395%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119286395: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120406593
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120406593%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120406593: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119877912
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119877912%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119877912: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120206294
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120206294%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120206294: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120196523
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120196523%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120196523: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120537089
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120537089%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120537089: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120467659
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120467659%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120467659: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120284378
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120284378%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120284378: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120213806
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120213806%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120213806: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120261888
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261888%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120261888: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120331566
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120331566%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120331566: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120261899
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261899%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120261899: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120481552
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120481552%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120481552: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120061633
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120061633%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120061633: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120507514
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120507514%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120507514: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120467270
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120467270%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120467270: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120428872
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120428872%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120428872: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120392774
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120392774%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120392774: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120050893
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120050893%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120050893: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120225098
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120225098%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120225098: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120656054
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656054%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120656054: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120563695
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120563695%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120563695: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120132720
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120132720%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120132720: 2
2026-03-27 05:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471162?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 118039211
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118039211%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 118039211: 2
2026-03-27 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-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120652905
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652905%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120652905: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120261858
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261858%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120261858: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120206389
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120206389%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120206389: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120393438
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120393438%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120393438: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120555397
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120555397%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120555397: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120283908
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120283908%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120283908: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119819209
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119819209%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119819209: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120320575
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120320575%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120320575: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120632473
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120632473%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120632473: 2
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471162, 'registration': 'OE72VVJ', 'account': 'DAY005', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 69kWh Standard Range Single motor 5dr Auto', 'mileage': 15831, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-06', 'fuel': 'Electric', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/eee6faa7-0c8f-47fe-8b2d-83697c22f4c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/1cb4c88d-33eb-45bc-bb05-31cdefc264a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/11f814f0-7d47-4e18-aa56-d7c7d3955f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/bfd7ed4b-4a86-4767-a33d-f71da506cdd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/e0c32707-b8b1-44e3-a5fe-1418fed04547_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/2294f9f6-87d1-4afe-b217-a8a62c208e9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/75735cae-a7ff-49de-a157-ad2cbdd7fcfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/04035595-112d-472d-9030-1e0cbbd11a6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/2d9d58a7-5c6f-4686-911e-4d326b2ffe36_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/25 - 9K', 'remarks': '**1488** VOSA STATES 13K CHARGING LEAD', 'virtual': False, 'seller': 'Days Fleet', '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/a1c29ee2-1e56-4ea8-a424-164787200b27.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471162, 'registration': 'OE72VVJ', 'account': 'DAY005', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 69kWh Standard Range Single motor 5dr Auto', 'mileage': 15831, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-06', 'fuel': 'Electric', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/eee6faa7-0c8f-47fe-8b2d-83697c22f4c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/1cb4c88d-33eb-45bc-bb05-31cdefc264a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/11f814f0-7d47-4e18-aa56-d7c7d3955f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/bfd7ed4b-4a86-4767-a33d-f71da506cdd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/e0c32707-b8b1-44e3-a5fe-1418fed04547_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/2294f9f6-87d1-4afe-b217-a8a62c208e9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/75735cae-a7ff-49de-a157-ad2cbdd7fcfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/04035595-112d-472d-9030-1e0cbbd11a6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72VVJ/2026-03-20/image/2d9d58a7-5c6f-4686-911e-4d326b2ffe36_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/25 - 9K', 'remarks': '**1488** VOSA STATES 13K CHARGING LEAD', 'virtual': False, 'seller': 'Days Fleet', '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/a1c29ee2-1e56-4ea8-a424-164787200b27.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162
2026-03-27 05:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da71039-9cff-53f0-a730-4026583ed39c with scrape type 2
2026-03-27 05:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da71039-9cff-53f0-a730-4026583ed39c with scrape type 2
2026-03-27 05:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1da71039-9cff-53f0-a730-4026583ed39c, identifier: 120471162
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120469224
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120469224%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120469224: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119650779
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119650779%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119650779: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120507267
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120507267%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120507267: 0
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120277667
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277667%27 HTTP/1.1" 200 None
2026-03-27 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120277667: 2
2026-03-27 05:00:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-27 05:00:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 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-27 05:00:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162
2026-03-27 05:00:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162 to the API
2026-03-27 05:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:00: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-27 05:00:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471162?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '1da71039-9cff-53f0-a730-4026583ed39c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE72VVJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471162',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 15831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-06',
'seller_name': 'Days Fleet',
'title': 'POLESTAR 2 FASTBACK 170kW 69kWh Standard Range Single motor 5dr '
'Auto',
'transmission': 'automatic',
'trim': '170kW 69kWh Standard Range Single motor 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:23 [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-27 05:00:23 [astonbarclay.gb] INFO: Saving data for 120471162: {'auction_closing_time': 1774604700.0, 'created_time': 1773947050.907158, 'last_price_update_time': 1774587623.838502}
2026-03-27 05:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471162') HTTP/1.1" 204 0
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120277850
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277850%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120277850: 2
2026-03-27 05:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120299965?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120581723?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118345369?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119783408
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119783408%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 119783408: 2
2026-03-27 05:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120198623
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120198623%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120198623: 2
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120462215
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120462215%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120462215: 0
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120439240
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120439240%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120439240: 0
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120056805
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056805%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120056805: 2
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119801407
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119801407%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 119801407: 2
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120007374
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120007374%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120007374: 0
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120007531
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120007531%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120007531: 2
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120299965, 'registration': 'RK23NEU', 'account': 'DAY005', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e S Line 5dr S Tronic', 'mileage': 91948, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 102, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-06', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RK23NEU/2026-03-19/image/9fc70e38-0e55-4008-8116-cb6020bf4d80_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/6804657b-0fae-402e-a940-fec94787be26_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/34be7374-5387-4ee7-9b50-4658724f057f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/e25cd17e-c6df-4369-bae9-c3c1be09cc43_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/d80d8b8b-b184-45b7-9323-c031fa507fae_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/914fe6e2-3e0b-45df-ade7-2b11db8ea052_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/5a82c842-7d39-4045-8a50-597b260fb550_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/68a8456e-0fc4-4d7a-addf-27a07b191ecd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/f0a44961-18e9-4768-a735-ed18fd1aaf35_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/23-9K, 10/23-19K, 03/24-30K 07/24-41K, 11/24-50K, 03/25-59K 06/25-69K, 10/25-78K,', 'remarks': '**111**VOSA STATES 90K, SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 29, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/035896cc-86c8-4b81-a34f-754048d92027.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120299965, 'registration': 'RK23NEU', 'account': 'DAY005', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e S Line 5dr S Tronic', 'mileage': 91948, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 102, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-06', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RK23NEU/2026-03-19/image/9fc70e38-0e55-4008-8116-cb6020bf4d80_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/6804657b-0fae-402e-a940-fec94787be26_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/34be7374-5387-4ee7-9b50-4658724f057f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/e25cd17e-c6df-4369-bae9-c3c1be09cc43_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/d80d8b8b-b184-45b7-9323-c031fa507fae_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/914fe6e2-3e0b-45df-ade7-2b11db8ea052_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/5a82c842-7d39-4045-8a50-597b260fb550_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/68a8456e-0fc4-4d7a-addf-27a07b191ecd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23NEU/2026-03-19/image/f0a44961-18e9-4768-a735-ed18fd1aaf35_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/23-9K, 10/23-19K, 03/24-30K 07/24-41K, 11/24-50K, 03/25-59K 06/25-69K, 10/25-78K,', 'remarks': '**111**VOSA STATES 90K, SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 29, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/035896cc-86c8-4b81-a34f-754048d92027.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965
2026-03-27 05:00:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436fe726-445c-5dde-ae3f-d78ef816ffa5 with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436fe726-445c-5dde-ae3f-d78ef816ffa5 with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 436fe726-445c-5dde-ae3f-d78ef816ffa5, identifier: 120299965
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120581723, 'registration': 'WN73FGF', 'account': 'AST056', 'make': 'BMW', 'model': 'X3 ESTATE', 'derivative': 'xDrive 30e M Sport 5dr Auto', 'mileage': 18123, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 119, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-04', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN73FGF/2026-03-25/image/568a35d5-25a9-4dc7-bfeb-fd5b597f2414_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/787d64c8-5b18-4997-9770-b34ef24c57ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/f143af7e-3a44-43e1-945f-69606cc595e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/75980447-c585-45b7-bab8-eed71c3df2fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/85abe570-2a0a-4550-a491-745402bf3752_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/b96f8a8a-8414-4cc9-ab8a-3aa9ec606eaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/d2cee384-982d-404d-8350-30663744de11_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/eac03708-794a-4985-9e05-e9a8131b968c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/28cb51a3-c70d-4e18-b19a-451dcc569374_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/d75b8d6d-0dd4-4fcd-b9af-dcca2b03c9e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/9ee8e980-5b3d-41b5-962b-f59d9d7e3dee_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/a5a1692d-7d11-45d7-a46b-2c4241e6dfe9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/dcd16e09-1aa8-4377-8faf-909d701a99af_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/25-11K', 'remarks': '**934** Phytonic Blue\tVernasca Leather Oyster+grey Stitching, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 47, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1109fe1a-32a1-4603-b350-978f0c263c03.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120581723, 'registration': 'WN73FGF', 'account': 'AST056', 'make': 'BMW', 'model': 'X3 ESTATE', 'derivative': 'xDrive 30e M Sport 5dr Auto', 'mileage': 18123, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 119, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-04', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN73FGF/2026-03-25/image/568a35d5-25a9-4dc7-bfeb-fd5b597f2414_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/787d64c8-5b18-4997-9770-b34ef24c57ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/f143af7e-3a44-43e1-945f-69606cc595e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/75980447-c585-45b7-bab8-eed71c3df2fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/85abe570-2a0a-4550-a491-745402bf3752_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/b96f8a8a-8414-4cc9-ab8a-3aa9ec606eaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/d2cee384-982d-404d-8350-30663744de11_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/eac03708-794a-4985-9e05-e9a8131b968c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/28cb51a3-c70d-4e18-b19a-451dcc569374_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/d75b8d6d-0dd4-4fcd-b9af-dcca2b03c9e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/9ee8e980-5b3d-41b5-962b-f59d9d7e3dee_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/a5a1692d-7d11-45d7-a46b-2c4241e6dfe9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-25/image/dcd16e09-1aa8-4377-8faf-909d701a99af_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/25-11K', 'remarks': '**934** Phytonic Blue\tVernasca Leather Oyster+grey Stitching, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 47, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1109fe1a-32a1-4603-b350-978f0c263c03.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723
2026-03-27 05:00:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41732be-b72a-5dfb-97da-138f58a3f63e with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41732be-b72a-5dfb-97da-138f58a3f63e with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b41732be-b72a-5dfb-97da-138f58a3f63e, identifier: 120581723
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119942033, 'registration': 'YR75XZC', 'account': 'ZEN002', 'make': 'BYD', 'model': 'SEAL SALOON', 'derivative': '390kW Excellence AWD 83kWh 4dr Auto', 'mileage': 5474, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 123, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1191** SPARE KEY CHARGING LEAD', '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/160d77fc-9d87-430a-a1e2-f7b3f5a0a745.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119942033, 'registration': 'YR75XZC', 'account': 'ZEN002', 'make': 'BYD', 'model': 'SEAL SALOON', 'derivative': '390kW Excellence AWD 83kWh 4dr Auto', 'mileage': 5474, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 123, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1191** SPARE KEY CHARGING LEAD', '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/160d77fc-9d87-430a-a1e2-f7b3f5a0a745.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-27 05:00:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f50dc80-c833-55f3-8595-3ca6f3cc874f, identifier: 119942033
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120510439, 'registration': 'GU24UBO', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '320kW EV XPOWER 64kWh 5dr Auto', 'mileage': 11276, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 129, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-16', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/ee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/c56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/e1e28688-561d-467b-aa98-85203015b193_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/d4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/fdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25-9K,', 'remarks': '**1019** Premium Paint CHARGING LEAD', '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/76cdbea6-936f-4d91-a4df-4d6ea3f0c342.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120510439, 'registration': 'GU24UBO', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '320kW EV XPOWER 64kWh 5dr Auto', 'mileage': 11276, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 129, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-16', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/ee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/c56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/e1e28688-561d-467b-aa98-85203015b193_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/d4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/fdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25-9K,', 'remarks': '**1019** Premium Paint CHARGING LEAD', '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/76cdbea6-936f-4d91-a4df-4d6ea3f0c342.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439
2026-03-27 05:00:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa3a47f-35fc-5ac4-83b5-60d54635129a with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa3a47f-35fc-5ac4-83b5-60d54635129a with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bfa3a47f-35fc-5ac4-83b5-60d54635129a, identifier: 120510439
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118345369, 'registration': 'WR70NDK', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 85992, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 128, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-12-03', 'fuel': 'Electric', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d89143-cf90-4b4b-bc91-75f5740e1f28_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/751582c6-1bba-4472-b638-f1cd4fc77c81_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/63bcfe93-c200-4c87-8116-456d6fa7208f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/97bad00d-54bf-4382-9e7e-cc9045f1c63c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d03ff5-b6be-4590-9fe8-4e8331499d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/14ecba2e-4374-40ec-a421-90dd248c2483_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/363a5b19-0379-4f77-ba0c-e917e54ded96_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/0689d8e1-eefe-43c7-9338-a394b52f593a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/58f414b5-9dc6-4a99-9ec1-48014536eb8f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22-18K, 05/23- 26K, 10/24- 59K, 11/25-61K,', 'remarks': '**1007**VOSA STATES 33K, 59K, 81K SPARE KEY CHARGING LEAD \t 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/bad97f4d-4ad0-4afc-934d-d1240064141e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118345369, 'registration': 'WR70NDK', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 85992, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 128, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-12-03', 'fuel': 'Electric', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d89143-cf90-4b4b-bc91-75f5740e1f28_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/751582c6-1bba-4472-b638-f1cd4fc77c81_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/63bcfe93-c200-4c87-8116-456d6fa7208f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/97bad00d-54bf-4382-9e7e-cc9045f1c63c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/68d03ff5-b6be-4590-9fe8-4e8331499d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/14ecba2e-4374-40ec-a421-90dd248c2483_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/363a5b19-0379-4f77-ba0c-e917e54ded96_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/0689d8e1-eefe-43c7-9338-a394b52f593a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70NDK/2026-02-26/image/58f414b5-9dc6-4a99-9ec1-48014536eb8f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22-18K, 05/23- 26K, 10/24- 59K, 11/25-61K,', 'remarks': '**1007**VOSA STATES 33K, 59K, 81K SPARE KEY CHARGING LEAD \t 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/bad97f4d-4ad0-4afc-934d-d1240064141e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-27 05:00:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with scrape type 2
2026-03-27 05:00:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08, identifier: 118345369
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120225028
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120225028%27 HTTP/1.1" 200 None
2026-03-27 05:00:24 [astonbarclay.gb] INFO: Scrape type for 120225028: 2
2026-03-27 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK HTTP/1.1" 200 None
2026-03-27 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:24 [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-27 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965
2026-03-27 05:00:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965 to the API
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120299965?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 29,
'color': 'BLACK',
'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': '436fe726-445c-5dde-ae3f-d78ef816ffa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RK23NEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120299965',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 91948,
'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': 'Days Fleet',
'title': 'AUDI A3 SPORTBACK 40 TFSI e S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '40 TFSI e S Line 5dr S Tronic',
'vin': None,
'year': 2023}
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120299965%27 HTTP/1.1" 200 None
2026-03-27 05:00:25 [astonbarclay.gb] INFO: Saving data for 120299965: {'auction_closing_time': 1774604700.0, 'created_time': 1773831084.383151, 'last_price_update_time': 1774587625.304093}
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120299965') HTTP/1.1" 204 0
2026-03-27 05:00:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLUE HTTP/1.1" 200 None
2026-03-27 05:00:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723
2026-03-27 05:00:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723 to the API
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120581723?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'b41732be-b72a-5dfb-97da-138f58a3f63e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN73FGF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120581723',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'X3 ESTATE',
'odometer': 18123,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-04',
'seller_name': 'Zenith',
'title': 'BMW X3 ESTATE xDrive 30e M Sport 5dr Auto',
'transmission': 'automatic',
'trim': 'xDrive 30e M Sport 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120581723%27 HTTP/1.1" 200 None
2026-03-27 05:00:25 [astonbarclay.gb] INFO: Saving data for 120581723: {'auction_closing_time': 1774604700.0, 'created_time': 1773838849.267922, 'last_price_update_time': 1774587625.765346}
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581723') HTTP/1.1" 204 0
2026-03-27 05:00:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-27 05:00:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-27 05:00:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033 to the API
2026-03-27 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '9f50dc80-c833-55f3-8595-3ca6f3cc874f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR75XZC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119942033',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BYD',
'model': 'SEAL SALOON',
'odometer': 5474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-15',
'seller_name': 'Zenith',
'title': 'BYD SEAL SALOON 390kW Excellence AWD 83kWh 4dr Auto',
'transmission': 'automatic',
'trim': '390kW Excellence AWD 83kWh 4dr Auto',
'vin': None,
'year': 2025}
2026-03-27 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119942033%27 HTTP/1.1" 200 None
2026-03-27 05:00:26 [astonbarclay.gb] INFO: Saving data for 119942033: {'auction_closing_time': 1774604700.0, 'created_time': 1774357951.88261, 'last_price_update_time': 1774587626.883366}
2026-03-27 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119942033') HTTP/1.1" 204 0
2026-03-27 05:00:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439
2026-03-27 05:00:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREEN HTTP/1.1" 200 None
2026-03-27 05:00:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439
2026-03-27 05:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439 to the API
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120510439?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': 'bfa3a47f-35fc-5ac4-83b5-60d54635129a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GU24UBO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120510439',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'MG4 HATCHBACK',
'odometer': 11276,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-16',
'seller_name': 'Zenith',
'title': 'MG MOTOR UK MG4 HATCHBACK 320kW EV XPOWER 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '320kW EV XPOWER 64kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120510439%27 HTTP/1.1" 200 None
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Saving data for 120510439: {'auction_closing_time': 1774604700.0, 'created_time': 1774357892.252965, 'last_price_update_time': 1774587627.324177}
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120510439') HTTP/1.1" 204 0
2026-03-27 05:00:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-27 05:00:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-27 05:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369 to the API
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118345369?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': '7a863430-e4a2-5f4d-ad8e-575b9ea73b08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WR70NDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118345369',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 85992,
'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': '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': 2020}
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118345369%27 HTTP/1.1" 200 None
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Saving data for 118345369: {'auction_closing_time': 1774604700.0, 'created_time': 1773752700.417611, 'last_price_update_time': 1774587627.681522}
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118345369') HTTP/1.1" 204 0
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120422957, 'registration': 'YG75OGJ', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MGS5 ELECTRIC ESTATE', 'derivative': '170kW Trophy EV Long Range 64kWh 5dr Auto', 'mileage': 3221, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 124, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-10', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**854** SPARE KEY CHARGING LEAD', '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/f5a3883d-660a-4b90-a1bd-c07424114747.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120422957, 'registration': 'YG75OGJ', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MGS5 ELECTRIC ESTATE', 'derivative': '170kW Trophy EV Long Range 64kWh 5dr Auto', 'mileage': 3221, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 124, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-10', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**854** SPARE KEY CHARGING LEAD', '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/f5a3883d-660a-4b90-a1bd-c07424114747.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-27 05:00:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with scrape type 2
2026-03-27 05:00:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with scrape type 2
2026-03-27 05:00:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3, identifier: 120422957
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120056865
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056865%27 HTTP/1.1" 200 None
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120056865: 0
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120415846
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120415846%27 HTTP/1.1" 200 None
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120415846: 0
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120237760
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120237760%27 HTTP/1.1" 200 None
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120237760: 0
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120056795
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056795%27 HTTP/1.1" 200 None
2026-03-27 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120056795: 2
2026-03-27 05:00:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-27 05:00:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-27 05:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957 to the API
2026-03-27 05:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:00: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-27 05:00:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120422957?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '326a2646-c4b9-5ad4-8b75-e1cf6493b9b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG75OGJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120422957',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'MGS5 ELECTRIC ESTATE',
'odometer': 3221,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-10',
'seller_name': 'Zenith',
'title': 'MG MOTOR UK MGS5 ELECTRIC ESTATE 170kW Trophy EV Long Range 64kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': '170kW Trophy EV Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Saving data for 120422957: {'auction_closing_time': 1774604700.0, 'created_time': 1774357912.513425, 'last_price_update_time': 1774587628.144934}
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120422957') HTTP/1.1" 204 0
2026-03-27 05:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118872805?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120470186
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120470186: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120237809
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120237809: 2
2026-03-27 05:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120627860
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120627860: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120474875
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120474875: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120162821
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120162821: 2
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120631389
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00: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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120631389: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120539218
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120539218: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120594710
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120594710: 2
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120614132
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120614132: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120627439
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120627439: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120475265
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120475265: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120201662
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120201662: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120282673
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120282673: 2
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118872805, 'registration': 'YB71KZO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '125kW 35 55kWh Sport 5dr Auto [C+S/Tech]', 'mileage': 79772, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 131, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-24', 'fuel': 'Electric', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YB71KZO/2026-01-28/image/45d48c83-d413-4157-aa15-7d2ede9649f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8e8647ef-06cd-402a-aae0-531b1ccfb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/3fa793ca-58e9-4323-aca2-52c8eb096957_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/62fa6236-3d71-4e55-a8a4-78b47f8207f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/d2d7ffe1-d5bd-4f6a-b5ea-9604868bdf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/bb108192-14ba-4e10-ad76-fd3a945b39b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/458c36b0-4eec-4a1f-a430-41dd6e936589_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/fd164784-dfc3-45ef-9074-ec85ff1e3f7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8c0552b0-a903-4629-8eaa-b2ee62529238_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-43K,', 'remarks': '**978** VOSA STATES 59K, 79K, CHARGING LEAD OUTSTANDING RECALL Flat Twin-spk Ltr Sprt Steering Whl\tMetallic 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/ff8667df-f398-4bfc-8af2-9dbc66a6892b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118872805, 'registration': 'YB71KZO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '125kW 35 55kWh Sport 5dr Auto [C+S/Tech]', 'mileage': 79772, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 131, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-24', 'fuel': 'Electric', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YB71KZO/2026-01-28/image/45d48c83-d413-4157-aa15-7d2ede9649f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8e8647ef-06cd-402a-aae0-531b1ccfb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/3fa793ca-58e9-4323-aca2-52c8eb096957_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/62fa6236-3d71-4e55-a8a4-78b47f8207f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/d2d7ffe1-d5bd-4f6a-b5ea-9604868bdf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/bb108192-14ba-4e10-ad76-fd3a945b39b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/458c36b0-4eec-4a1f-a430-41dd6e936589_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/fd164784-dfc3-45ef-9074-ec85ff1e3f7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71KZO/2026-01-28/image/8c0552b0-a903-4629-8eaa-b2ee62529238_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-43K,', 'remarks': '**978** VOSA STATES 59K, 79K, CHARGING LEAD OUTSTANDING RECALL Flat Twin-spk Ltr Sprt Steering Whl\tMetallic 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/ff8667df-f398-4bfc-8af2-9dbc66a6892b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-27 05:00:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with scrape type 2
2026-03-27 05:00:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with scrape type 2
2026-03-27 05:00:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf, identifier: 118872805
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120661959
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 120661959: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119393289
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 119393289: 0
2026-03-27 05:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119669852
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:28 [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-27 05:00:28 [astonbarclay.gb] INFO: Scrape type for 119669852: 2
2026-03-27 05:00:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-27 05:00:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-27 05:00:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805 to the API
2026-03-27 05:00:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118872805?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB71KZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118872805',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 79772,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-24',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 125kW 35 55kWh Sport 5dr Auto [C+S/Tech]',
'transmission': 'automatic',
'trim': '125kW 35 55kWh Sport 5dr Auto [C+S/Tech]',
'vin': None,
'year': 2022}
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118872805%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Saving data for 118872805: {'auction_closing_time': 1774604700.0, 'created_time': 1773402634.51903, 'last_price_update_time': 1774587630.12777}
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118872805') HTTP/1.1" 204 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120238552
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120238552%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120238552: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119516479
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119516479%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119516479: 2
2026-03-27 05:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120017370?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119343898?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118714230?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119629584
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119629584%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119629584: 2
2026-03-27 05:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119388788
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119388788%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119388788: 2
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119408215
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119408215%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119408215: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 118537231
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118537231%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 118537231: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119328399
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119328399%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119328399: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119427785
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119427785%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119427785: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119348144
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119348144%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119348144: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119203393
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119203393%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119203393: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119328453
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119328453%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119328453: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119348869
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119348869%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119348869: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120690393
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690393%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120690393: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120528265
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120528265%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120528265: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120632149
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120632149%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120632149: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120732724
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732724%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120732724: 2
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120631237
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120631237%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120631237: 0
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120369757
2026-03-27 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120369757%27 HTTP/1.1" 200 None
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Scrape type for 120369757: 2
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120017370, 'registration': 'RE71XWA', 'account': 'ZEN002', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger', 'mileage': 47232, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 138, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-03', 'fuel': 'Electric', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RE71XWA/2026-03-09/image/be5320e4-0439-43b0-87f3-a89ffdc17933_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/76dc7f25-3b2c-47cc-b602-9af0e674db37_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/0124ce1e-5845-4a6e-ba77-8fada6357bd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/26884f78-0a3e-43a2-a465-479f9278b6d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/0e24caf8-d3d8-46a3-88c3-f92adef6fe24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/a2848e53-f5e7-4d45-aefa-4ddfd280e846_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/1022485c-951a-43db-9b2a-f942be1d5af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/41c13c0b-4b70-4d64-ad83-5114a9bc8896_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/3b2f9666-0faa-47ce-a9e6-39527bdd10d6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23- 22K,', 'remarks': '**973** VOSA STATES 31K, 42K, SPARE KEY, 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/d05b01f4-33a2-4dad-a8eb-212e5d72e641.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120017370, 'registration': 'RE71XWA', 'account': 'ZEN002', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger', 'mileage': 47232, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 138, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-03', 'fuel': 'Electric', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RE71XWA/2026-03-09/image/be5320e4-0439-43b0-87f3-a89ffdc17933_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/76dc7f25-3b2c-47cc-b602-9af0e674db37_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/0124ce1e-5845-4a6e-ba77-8fada6357bd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/26884f78-0a3e-43a2-a465-479f9278b6d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/0e24caf8-d3d8-46a3-88c3-f92adef6fe24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/a2848e53-f5e7-4d45-aefa-4ddfd280e846_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/1022485c-951a-43db-9b2a-f942be1d5af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/41c13c0b-4b70-4d64-ad83-5114a9bc8896_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71XWA/2026-03-09/image/3b2f9666-0faa-47ce-a9e6-39527bdd10d6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23- 22K,', 'remarks': '**973** VOSA STATES 31K, 42K, SPARE KEY, 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/d05b01f4-33a2-4dad-a8eb-212e5d72e641.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370
2026-03-27 05:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with scrape type 2
2026-03-27 05:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with scrape type 2
2026-03-27 05:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce, identifier: 120017370
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119343898, 'registration': 'SL72VUC', 'account': 'ZEN009', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.2 Turbo 130 Design 5dr', 'mileage': 10814, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 135, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL72VUC/2026-02-19/image/cbfd5a38-0583-4d59-ba79-96eb5b22fb34_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/affdb812-bb78-4cbf-82d6-a7fa0dcbe80a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/a065b465-ecd1-4136-b63f-f9df18328ec2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/0771dedc-0876-46f6-928e-52a554af494f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/6d0c5bfc-2ac7-493c-b29f-752dbeb4e1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/26fd442c-f959-46c4-a511-d697804885d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/2fbd75c5-3f8e-4c4f-a254-66a3152cb51b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/98d1b2d2-a7eb-4239-b250-101e6b904549_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/124a3608-1e27-47cd-b1c8-6c33fc2f4fa9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1098** OUTSTANDING RECALL', '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/7f490a21-456e-497e-8b64-76a9f1d3e64f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119343898, 'registration': 'SL72VUC', 'account': 'ZEN009', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.2 Turbo 130 Design 5dr', 'mileage': 10814, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 135, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL72VUC/2026-02-19/image/cbfd5a38-0583-4d59-ba79-96eb5b22fb34_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/affdb812-bb78-4cbf-82d6-a7fa0dcbe80a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/a065b465-ecd1-4136-b63f-f9df18328ec2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/0771dedc-0876-46f6-928e-52a554af494f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/6d0c5bfc-2ac7-493c-b29f-752dbeb4e1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/26fd442c-f959-46c4-a511-d697804885d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/2fbd75c5-3f8e-4c4f-a254-66a3152cb51b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/98d1b2d2-a7eb-4239-b250-101e6b904549_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72VUC/2026-02-19/image/124a3608-1e27-47cd-b1c8-6c33fc2f4fa9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1098** OUTSTANDING RECALL', '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/7f490a21-456e-497e-8b64-76a9f1d3e64f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-27 05:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with scrape type 2
2026-03-27 05:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f, identifier: 119343898
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118714230, 'registration': 'VN71XMP', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 96349, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 134, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cb172234-7651-4d6d-a9f3-f0f36c059c8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cf13ed44-0b59-4e68-9ae1-c922c34bbfae_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/185ca01e-c6d0-4234-b6b8-77473d2f2e69_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/927022b7-2a5d-4f7c-b06e-e359c20a5501_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/311dedc8-16d7-49c0-b043-6f90d002d88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cadb4091-2b6a-4a0d-9802-fdb007a5bec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/7e7898a0-ecce-42fc-860b-133302ff14f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/8291f9f4-b97d-47e8-8165-04d6cb6b8e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/1daf6b72-0501-4edf-ba6a-1572a1983e88_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/77fb940b-7af6-4b5c-bce7-d33c3e8f5fc5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-45K,', 'remarks': '**1039**VOSA STATES 68K, 93K CHARGING LEAD SPARE KEY 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/9c6fd3b6-2af2-47ef-8fa4-a288f2df25eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118714230, 'registration': 'VN71XMP', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 96349, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 134, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cb172234-7651-4d6d-a9f3-f0f36c059c8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cf13ed44-0b59-4e68-9ae1-c922c34bbfae_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/185ca01e-c6d0-4234-b6b8-77473d2f2e69_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/927022b7-2a5d-4f7c-b06e-e359c20a5501_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/311dedc8-16d7-49c0-b043-6f90d002d88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/cadb4091-2b6a-4a0d-9802-fdb007a5bec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/7e7898a0-ecce-42fc-860b-133302ff14f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/8291f9f4-b97d-47e8-8165-04d6cb6b8e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/1daf6b72-0501-4edf-ba6a-1572a1983e88_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XMP/2026-01-19/image/77fb940b-7af6-4b5c-bce7-d33c3e8f5fc5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-45K,', 'remarks': '**1039**VOSA STATES 68K, 93K CHARGING LEAD SPARE KEY 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/9c6fd3b6-2af2-47ef-8fa4-a288f2df25eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-27 05:00:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6538e9c0-906c-5585-9ed1-1427f665a078 with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6538e9c0-906c-5585-9ed1-1427f665a078 with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6538e9c0-906c-5585-9ed1-1427f665a078, identifier: 118714230
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120277883, 'registration': 'MD71KRG', 'account': 'ZEN009', 'make': 'DS', 'model': 'DS 3 CROSSBACK HATCHBACK', 'derivative': '1.2 PureTech Performance Line 5dr', 'mileage': 23074, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23 - 6K, 03/24 - 13K, 04/25 - 20K,', 'remarks': '**1028** VOSA STATES 18K, 22K, 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/8636c8cf-3c39-45ca-9eec-0fb2aab02cac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120277883, 'registration': 'MD71KRG', 'account': 'ZEN009', 'make': 'DS', 'model': 'DS 3 CROSSBACK HATCHBACK', 'derivative': '1.2 PureTech Performance Line 5dr', 'mileage': 23074, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23 - 6K, 03/24 - 13K, 04/25 - 20K,', 'remarks': '**1028** VOSA STATES 18K, 22K, 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/8636c8cf-3c39-45ca-9eec-0fb2aab02cac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-27 05:00:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1, identifier: 120277883
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120262153, 'registration': 'CK22AZV', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Premium 73 kWh 5dr Auto', 'mileage': 54760, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 137, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-11', 'fuel': 'Electric', 'motExpiry': '2027-03-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK22AZV/2026-03-18/image/24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23-10K, 09/23-21K, 09/24-34K,', 'remarks': '**1057** VOSA STATES 41K, 53K, CHARGING LEAD SPARE KEY \t 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/53bb89ca-c40b-441b-807e-60d00c0727ae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120262153, 'registration': 'CK22AZV', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Premium 73 kWh 5dr Auto', 'mileage': 54760, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 137, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-11', 'fuel': 'Electric', 'motExpiry': '2027-03-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK22AZV/2026-03-18/image/24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23-10K, 09/23-21K, 09/24-34K,', 'remarks': '**1057** VOSA STATES 41K, 53K, CHARGING LEAD SPARE KEY \t 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/53bb89ca-c40b-441b-807e-60d00c0727ae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153
2026-03-27 05:00:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f200943-3a32-5e38-a44e-934d9d458c62 with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f200943-3a32-5e38-a44e-934d9d458c62 with scrape type 2
2026-03-27 05:00:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f200943-3a32-5e38-a44e-934d9d458c62, identifier: 120262153
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120589268
2026-03-27 05:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120589268%27 HTTP/1.1" 200 None
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Scrape type for 120589268: 0
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120364356
2026-03-27 05:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120364356%27 HTTP/1.1" 200 None
2026-03-27 05:00:31 [astonbarclay.gb] INFO: Scrape type for 120364356: 2
2026-03-27 05:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370
2026-03-27 05:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370
2026-03-27 05:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370 to the API
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120017370?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': '92ed1ef2-38a8-5120-bbd2-c7ccac4315ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE71XWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120017370',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'I-PACE ESTATE SPECIAL EDITIONS',
'odometer': 47232,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'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': 2021}
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120017370%27 HTTP/1.1" 200 None
2026-03-27 05:00:32 [astonbarclay.gb] INFO: Saving data for 120017370: {'auction_closing_time': 1774604700.0, 'created_time': 1773752941.171116, 'last_price_update_time': 1774587632.272006}
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120017370') HTTP/1.1" 204 0
2026-03-27 05:00:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-27 05:00:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-27 05:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898 to the API
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119343898?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-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '7ac12139-d00c-5ecd-b698-d8ce556a8b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SL72VUC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119343898',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 10814,
'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': 'VAUXHALL ASTRA HATCHBACK 1.2 Turbo 130 Design 5dr',
'transmission': 'manual',
'trim': '1.2 Turbo 130 Design 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119343898%27 HTTP/1.1" 200 None
2026-03-27 05:00:32 [astonbarclay.gb] INFO: Saving data for 119343898: {'auction_closing_time': 1774604700.0, 'created_time': 1773405130.13646, 'last_price_update_time': 1774587632.790887}
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119343898') HTTP/1.1" 204 0
2026-03-27 05:00:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-27 05:00:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-27 05:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230 to the API
2026-03-27 05:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118714230?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': '6538e9c0-906c-5585-9ed1-1427f665a078',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN71XMP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118714230',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 96349,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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': 2021}
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118714230%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Saving data for 118714230: {'auction_closing_time': 1774604700.0, 'created_time': 1773404972.597698, 'last_price_update_time': 1774587633.111196}
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118714230') HTTP/1.1" 204 0
2026-03-27 05:00:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-27 05:00:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-27 05:00:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883 to the API
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'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': '4b76a9b8-f407-5e72-83a6-d8de394ed8c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD71KRG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120277883',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DS',
'model': 'DS 3 CROSSBACK HATCHBACK',
'odometer': 23074,
'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': 'DS DS 3 CROSSBACK HATCHBACK 1.2 PureTech Performance Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Performance Line 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277883%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Saving data for 120277883: {'auction_closing_time': 1774604700.0, 'created_time': 1774357857.739582, 'last_price_update_time': 1774587633.406009}
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277883') HTTP/1.1" 204 0
2026-03-27 05:00:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153
2026-03-27 05:00:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153
2026-03-27 05:00:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153 to the API
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120262153?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': '9f200943-3a32-5e38-a44e-934d9d458c62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK22AZV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120262153',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'IONIQ 5 ELECTRIC HATCHBACK',
'odometer': 54760,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-11',
'seller_name': 'Zenith',
'title': 'HYUNDAI IONIQ 5 ELECTRIC HATCHBACK 160kW Premium 73 kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW Premium 73 kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120262153%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Saving data for 120262153: {'auction_closing_time': 1774604700.0, 'created_time': 1774357906.854274, 'last_price_update_time': 1774587633.706294}
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120262153') HTTP/1.1" 204 0
2026-03-27 05:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119244033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120694718
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694718%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120694718: 0
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120442214
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120442214%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120442214: 2
2026-03-27 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-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120738420
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120738420%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120738420: 0
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120631843
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120631843%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120631843: 0
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120417688
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120417688%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120417688: 2
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120733189
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733189%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120733189: 2
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120759763
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120759763%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120759763: 0
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120371832
2026-03-27 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120371832%27 HTTP/1.1" 200 None
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120371832: 2
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119244033, 'registration': 'OW72ZWL', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 78kWh Long Range SM [Pilot] 5dr Auto', 'mileage': 13299, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 140, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-15', 'fuel': 'Electric', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/8724130e-af61-41e0-86ff-99fe2c8d224f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/505f49db-6e88-48b1-9be7-ed19966ccd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/f8660bd5-b5b6-4baf-b4a7-a296d809b560_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/73b47fe4-105d-4436-aa23-d7c62669c02b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/ebf5e573-ed06-4b6e-8f61-cc4996bc17d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/720e609b-bd39-412e-b534-92f8143410ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/0c9a51c8-6f1d-46c6-8c90-36599dc04d7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/800f9503-fdb7-4132-ade0-ef00555eba42_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/65caa45a-7ef6-49fe-b715-ea1a9562467e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1045** VOSA STATES 13K, SPARE KEY, 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/93cfa988-81c8-4b80-9bca-3adf18dedbe2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119244033, 'registration': 'OW72ZWL', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 78kWh Long Range SM [Pilot] 5dr Auto', 'mileage': 13299, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 140, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-15', 'fuel': 'Electric', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/8724130e-af61-41e0-86ff-99fe2c8d224f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/505f49db-6e88-48b1-9be7-ed19966ccd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/f8660bd5-b5b6-4baf-b4a7-a296d809b560_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/73b47fe4-105d-4436-aa23-d7c62669c02b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/ebf5e573-ed06-4b6e-8f61-cc4996bc17d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/720e609b-bd39-412e-b534-92f8143410ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/0c9a51c8-6f1d-46c6-8c90-36599dc04d7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/800f9503-fdb7-4132-ade0-ef00555eba42_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW72ZWL/2026-02-17/image/65caa45a-7ef6-49fe-b715-ea1a9562467e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1045** VOSA STATES 13K, SPARE KEY, 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/93cfa988-81c8-4b80-9bca-3adf18dedbe2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-27 05:00:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630fabaf-625e-5304-8f6d-28641c7ee192 with scrape type 2
2026-03-27 05:00:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630fabaf-625e-5304-8f6d-28641c7ee192 with scrape type 2
2026-03-27 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 630fabaf-625e-5304-8f6d-28641c7ee192, identifier: 119244033
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120723262
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120723262%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120723262: 2
2026-03-27 05:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-27 05:00:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-27 05:00:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033 to the API
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:00: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-27 05:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119244033?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '630fabaf-625e-5304-8f6d-28641c7ee192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OW72ZWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119244033',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 13299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-15',
'seller_name': 'Zenith',
'title': 'POLESTAR 2 FASTBACK 170kW 78kWh Long Range SM [Pilot] 5dr Auto',
'transmission': 'automatic',
'trim': '170kW 78kWh Long Range SM [Pilot] 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119244033%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Saving data for 119244033: {'auction_closing_time': 1774604700.0, 'created_time': 1773752862.245497, 'last_price_update_time': 1774587634.308192}
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119244033') HTTP/1.1" 204 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120456149
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120456149%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120456149: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120454834
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454834%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120454834: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120367525
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120367525%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120367525: 2
2026-03-27 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120442088
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120442088%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120442088: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120742052
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120742052%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120742052: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120728474
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120728474%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120728474: 2
2026-03-27 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-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120747101
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120747101%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120747101: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691127
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691127%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120691127: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120657060
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657060%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120657060: 2
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120749685
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120749685%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120749685: 0
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120675571
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120675571%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120675571: 2
2026-03-27 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120132720?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120393438, 'registration': 'YG22OPU', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '25 TFSI Technik 5dr', 'mileage': 35940, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/ccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/c130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/d349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-12K, 02/25-25K, 10/25-32K,', 'remarks': '**888** VOSA STATES 25K, 35K, SPARE KEY, Pearl Effect Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b68bde4-fa94-42cc-b21f-67ed29afdb7e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120393438, 'registration': 'YG22OPU', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '25 TFSI Technik 5dr', 'mileage': 35940, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/ccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/c130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/d349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-12K, 02/25-25K, 10/25-32K,', 'remarks': '**888** VOSA STATES 25K, 35K, SPARE KEY, Pearl Effect Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b68bde4-fa94-42cc-b21f-67ed29afdb7e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438
2026-03-27 05:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c249586-b1cf-5412-8806-c2880d06c20f with scrape type 2
2026-03-27 05:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c249586-b1cf-5412-8806-c2880d06c20f with scrape type 2
2026-03-27 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1c249586-b1cf-5412-8806-c2880d06c20f, identifier: 120393438
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120733761
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733761%27 HTTP/1.1" 200 None
2026-03-27 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120733761: 2
2026-03-27 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-27 05:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED HTTP/1.1" 200 None
2026-03-27 05:00:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438
2026-03-27 05:00:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438 to the API
2026-03-27 05:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:00: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-27 05:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '1c249586-b1cf-5412-8806-c2880d06c20f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG22OPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120393438',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 35940,
'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': 'Zenith',
'title': 'AUDI A1 SPORTBACK 25 TFSI Technik 5dr',
'transmission': 'manual',
'trim': '25 TFSI Technik 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120393438%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Saving data for 120393438: {'auction_closing_time': 1774604700.0, 'created_time': 1774357786.549043, 'last_price_update_time': 1774587635.076854}
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120393438') HTTP/1.1" 204 0
2026-03-27 05:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120380155
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120380155%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Scrape type for 120380155: 2
2026-03-27 05:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120132720, 'registration': 'DMZ5317', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e Sport 5dr S Tronic', 'mileage': 18379, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 172, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-04-04', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DMZ5317/2026-03-13/image/028aec00-ebd2-4757-8e35-31187bc93ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/c4e8720f-8b81-4e4b-8616-12b545bb55fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/0f75d45b-afa8-4c51-be4d-39ef5327da26_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/3e5d42d7-d2c3-4c25-b0c3-295e1aba52d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/7311e9ae-3576-47b5-91f2-9322277b908c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/a6ffbf6a-df31-4144-bb36-bb8fbb39d0ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/a29796e1-1b17-403c-a434-8702ae4016cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/8ebf706a-971f-4049-b678-7de4cd99d733_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/b6d5c7ae-9c32-4846-b943-250d4b07b41e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-8K', 'remarks': '**1179** SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 26, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1edf2d12-ea6f-4ad7-a33f-63cf8a3a55c7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120132720, 'registration': 'DMZ5317', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e Sport 5dr S Tronic', 'mileage': 18379, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 172, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-04-04', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DMZ5317/2026-03-13/image/028aec00-ebd2-4757-8e35-31187bc93ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/c4e8720f-8b81-4e4b-8616-12b545bb55fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/0f75d45b-afa8-4c51-be4d-39ef5327da26_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/3e5d42d7-d2c3-4c25-b0c3-295e1aba52d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/7311e9ae-3576-47b5-91f2-9322277b908c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/a6ffbf6a-df31-4144-bb36-bb8fbb39d0ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/a29796e1-1b17-403c-a434-8702ae4016cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/8ebf706a-971f-4049-b678-7de4cd99d733_removebg.jpg?w=600', 'https://abimg003.imgix.net/DMZ5317/2026-03-13/image/b6d5c7ae-9c32-4846-b943-250d4b07b41e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-8K', 'remarks': '**1179** SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 26, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1edf2d12-ea6f-4ad7-a33f-63cf8a3a55c7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720
2026-03-27 05:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4655a045-4ea8-544c-a310-69effa9f6ddf with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4655a045-4ea8-544c-a310-69effa9f6ddf with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4655a045-4ea8-544c-a310-69effa9f6ddf, identifier: 120132720
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120758532
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120758532%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Scrape type for 120758532: 0
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120442120
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120442120%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Scrape type for 120442120: 2
2026-03-27 05:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720
2026-03-27 05:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720
2026-03-27 05:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720 to the API
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120132720?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 26,
'color': 'BLACK',
'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': '4655a045-4ea8-544c-a310-69effa9f6ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DMZ5317',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120132720',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 18379,
'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': 'Zenith',
'title': 'AUDI A3 SPORTBACK 40 TFSI e Sport 5dr S Tronic',
'transmission': 'automatic',
'trim': '40 TFSI e Sport 5dr S Tronic',
'vin': None,
'year': 2024}
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120132720%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Saving data for 120132720: {'auction_closing_time': 1774604700.0, 'created_time': 1773752827.201339, 'last_price_update_time': 1774587635.625164}
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120132720') HTTP/1.1" 204 0
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120714411
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714411%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Scrape type for 120714411: 0
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120682298
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120682298%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Scrape type for 120682298: 0
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120732831
2026-03-27 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732831%27 HTTP/1.1" 200 None
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Scrape type for 120732831: 2
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120320575, 'registration': 'YM70GZN', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES TOURING', 'derivative': '330e M Sport 5dr Step Auto [Pro Pack]', 'mileage': 44422, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 181, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-01-13', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/a8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/c3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25-41K,', 'remarks': '**804**VOSA STATES 27K, 35K, 41K, SPARE KEY CHARGING LEAD \t Aluminium Mesheffect Interior Trim\tMineral Grey', '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/986015d8-82a8-48ba-88ae-403a25dc9e68.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120320575, 'registration': 'YM70GZN', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES TOURING', 'derivative': '330e M Sport 5dr Step Auto [Pro Pack]', 'mileage': 44422, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 181, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-01-13', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/a8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/c3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25-41K,', 'remarks': '**804**VOSA STATES 27K, 35K, 41K, SPARE KEY CHARGING LEAD \t Aluminium Mesheffect Interior Trim\tMineral Grey', '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/986015d8-82a8-48ba-88ae-403a25dc9e68.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575
2026-03-27 05:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235, identifier: 120320575
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120277667, 'registration': 'ND72YXO', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Excel 5dr CVT', 'mileage': 30064, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 186, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-11K, 07/25-23K,', 'remarks': '**801** VOSA STATES 28K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/78f91f1a-1d21-4d8d-8507-edb20954d9bb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120277667, 'registration': 'ND72YXO', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Excel 5dr CVT', 'mileage': 30064, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 186, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-11K, 07/25-23K,', 'remarks': '**801** VOSA STATES 28K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/78f91f1a-1d21-4d8d-8507-edb20954d9bb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-27 05:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 98ebe81e-4915-522a-8c4b-fc14a92cb048, identifier: 120277667
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120261858, 'registration': 'DV23XNN', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT', 'mileage': 19676, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 175, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/b14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/ef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/a9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24 - 6K, 04/25 - 13K, 03/26 - 19K,', 'remarks': '**922** VOSA STATES 19K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9e002bc-bfbf-4def-98e6-0cd8dd8ac418.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120261858, 'registration': 'DV23XNN', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT', 'mileage': 19676, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 175, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/b14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/ef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/a9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24 - 6K, 04/25 - 13K, 03/26 - 19K,', 'remarks': '**922** VOSA STATES 19K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9e002bc-bfbf-4def-98e6-0cd8dd8ac418.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858
2026-03-27 05:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c6a11f-67ea-5869-8860-4bb06e106410 with scrape type 2
2026-03-27 05:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8c6a11f-67ea-5869-8860-4bb06e106410 with scrape type 2
2026-03-27 05:00:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8c6a11f-67ea-5869-8860-4bb06e106410, identifier: 120261858
2026-03-27 05:00:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120632473, 'registration': 'ML71BKO', 'account': 'ZEN002', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh Rapid Charge 5dr Auto', 'mileage': 32297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 182, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-03', 'fuel': 'Electric', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML71BKO/2026-03-25/image/f1bc5611-6465-45fb-b370-eeddbe047ef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/e9accad1-826e-42ce-b15b-59e563dadd6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/592fcc4c-525a-40e3-b399-ace7eb57e2e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/9597e453-a47d-4c3b-ab33-751eb85f7a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/ee2a2ce8-0e62-408a-bfb9-3712219c98c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/e222db5a-0d7a-4dab-bc95-442f29437807_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/95271b87-d2eb-4cae-89df-9a1cc648e9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/8100c2f9-c308-4851-8ece-824d184c6d11_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/d768715a-d7fb-4912-b947-1f42abdee7ad_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22-6K, 12/23-12K, 12/24-20K, 11/25-29K,', 'remarks': '**1066** VOSA STATES 19K, 29K, CHARGING LEAD 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/9ed1c08b-9cbc-4f41-a9b9-4f769e240bce.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120632473, 'registration': 'ML71BKO', 'account': 'ZEN002', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh Rapid Charge 5dr Auto', 'mileage': 32297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 182, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-03', 'fuel': 'Electric', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML71BKO/2026-03-25/image/f1bc5611-6465-45fb-b370-eeddbe047ef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/e9accad1-826e-42ce-b15b-59e563dadd6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/592fcc4c-525a-40e3-b399-ace7eb57e2e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/9597e453-a47d-4c3b-ab33-751eb85f7a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/ee2a2ce8-0e62-408a-bfb9-3712219c98c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/e222db5a-0d7a-4dab-bc95-442f29437807_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/95271b87-d2eb-4cae-89df-9a1cc648e9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/8100c2f9-c308-4851-8ece-824d184c6d11_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-25/image/d768715a-d7fb-4912-b947-1f42abdee7ad_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22-6K, 12/23-12K, 12/24-20K, 11/25-29K,', 'remarks': '**1066** VOSA STATES 19K, 29K, CHARGING LEAD 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/9ed1c08b-9cbc-4f41-a9b9-4f769e240bce.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473
2026-03-27 05:00:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with scrape type 2
2026-03-27 05:00:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with scrape type 2
2026-03-27 05:00:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b, identifier: 120632473
2026-03-27 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120410940
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120410940%27 HTTP/1.1" 200 None
2026-03-27 05:00:36 [astonbarclay.gb] INFO: Scrape type for 120410940: 2
2026-03-27 05:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575
2026-03-27 05:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575
2026-03-27 05:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575 to the API
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 35,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'd5f9ce4f-23c5-5650-ba71-3dd7dd3dc235',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM70GZN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120320575',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 44422,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES TOURING 330e M Sport 5dr Step Auto [Pro Pack]',
'transmission': 'automatic',
'trim': '330e M Sport 5dr Step Auto [Pro Pack]',
'vin': None,
'year': 2021}
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120320575%27 HTTP/1.1" 200 None
2026-03-27 05:00:36 [astonbarclay.gb] INFO: Saving data for 120320575: {'auction_closing_time': 1774604700.0, 'created_time': 1774357819.544513, 'last_price_update_time': 1774587636.393555}
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120320575') HTTP/1.1" 204 0
2026-03-27 05:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE HTTP/1.1" 200 None
2026-03-27 05:00:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:36 [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-27 05:00:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-27 05:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667 to the API
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '98ebe81e-4915-522a-8c4b-fc14a92cb048',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ND72YXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120277667',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 30064,
'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': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid Excel 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Excel 5dr CVT',
'vin': None,
'year': 2023}
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277667%27 HTTP/1.1" 200 None
2026-03-27 05:00:36 [astonbarclay.gb] INFO: Saving data for 120277667: {'auction_closing_time': 1774604700.0, 'created_time': 1774357871.743561, 'last_price_update_time': 1774587636.97474}
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277667') HTTP/1.1" 204 0
2026-03-27 05:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858
2026-03-27 05:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858
2026-03-27 05:00:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858 to the API
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120261858?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-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a8c6a11f-67ea-5869-8860-4bb06e106410',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV23XNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120261858',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 19676,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-27',
'seller_name': 'Zenith',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT',
'transmission': 'automatic',
'trim': '1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT',
'vin': None,
'year': 2023}
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261858%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Saving data for 120261858: {'auction_closing_time': 1774604700.0, 'created_time': 1774357865.397211, 'last_price_update_time': 1774587637.266064}
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261858') HTTP/1.1" 204 0
2026-03-27 05:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473
2026-03-27 05:00:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473
2026-03-27 05:00:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473 to the API
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120632473?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': '0f88371f-af18-5ec4-8ef8-0b79b901bc5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML71BKO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120632473',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 32297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seller_name': 'Zenith',
'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': 2021}
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120632473%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Saving data for 120632473: {'auction_closing_time': 1774604700.0, 'created_time': 1774357936.777338, 'last_price_update_time': 1774587637.568123}
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120632473') HTTP/1.1" 204 0
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120733542
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733542%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120733542: 2
2026-03-27 05:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120056795?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120529656
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120529656%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120529656: 0
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120759183
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120759183%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120759183: 0
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120473847
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120473847%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120473847: 0
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120732453
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732453%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120732453: 2
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120455436
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120455436%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120455436: 2
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120725997
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725997%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120725997: 2
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120371603
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120371603%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120371603: 0
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120732541
2026-03-27 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732541%27 HTTP/1.1" 200 None
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120732541: 2
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120277850, 'registration': 'MD72ZVX', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C5 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech C-Series Edition 5dr', 'mileage': 20210, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 187, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/d4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/f27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/24-8K, 02/25-14K, 02/26-18K,', 'remarks': '**1091**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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5c4632ff-99e9-486d-ae90-88330edc1df3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120277850, 'registration': 'MD72ZVX', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C5 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech C-Series Edition 5dr', 'mileage': 20210, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 187, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/d4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/f27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/24-8K, 02/25-14K, 02/26-18K,', 'remarks': '**1091**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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5c4632ff-99e9-486d-ae90-88330edc1df3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850
2026-03-27 05:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6345683e-9b00-59ab-8030-95315cabad33 with scrape type 2
2026-03-27 05:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6345683e-9b00-59ab-8030-95315cabad33 with scrape type 2
2026-03-27 05:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6345683e-9b00-59ab-8030-95315cabad33, identifier: 120277850
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120056795, 'registration': 'KR19ZCV', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Autobiography 4dr Auto', 'mileage': 106508, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 510, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-28', 'fuel': 'Diesel', 'motExpiry': '2026-08-04', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/9dda72f7-55b5-4d4d-af3f-7424ba3a4c63_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/6540684a-ca35-4616-8e28-d10f98725c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/6c0e09c1-43a0-488b-8373-e0505dbcaecc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/f3a1fd93-360e-44b6-b887-eb293867425c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/0e5795b6-7930-4c36-a2fc-99106554af15_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/bfc196f0-ecb3-4855-afd7-eaad7c97ff11_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/4f109a58-1c94-41ec-914d-c8c40af134be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/fbfa004a-bc63-4767-85a9-7bc1aa75e7fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/5c710390-6bee-4f8b-bb3e-ce8cfe97649e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/20- 17K, 10/21- 28K, 09/22- 35K, 09/23- 59K, 08/24- 77K, 07/25- 96K', 'remarks': '**88**VOSA STATES 32K, 35K, 59K, 77K, 96K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 243, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/630f0b20-b49e-4300-ae70-c5d035c69c9f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120056795, 'registration': 'KR19ZCV', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Autobiography 4dr Auto', 'mileage': 106508, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 510, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-28', 'fuel': 'Diesel', 'motExpiry': '2026-08-04', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/9dda72f7-55b5-4d4d-af3f-7424ba3a4c63_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/6540684a-ca35-4616-8e28-d10f98725c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/6c0e09c1-43a0-488b-8373-e0505dbcaecc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/f3a1fd93-360e-44b6-b887-eb293867425c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/0e5795b6-7930-4c36-a2fc-99106554af15_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/bfc196f0-ecb3-4855-afd7-eaad7c97ff11_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/4f109a58-1c94-41ec-914d-c8c40af134be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/fbfa004a-bc63-4767-85a9-7bc1aa75e7fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZCV/2026-03-09/image/5c710390-6bee-4f8b-bb3e-ce8cfe97649e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/20- 17K, 10/21- 28K, 09/22- 35K, 09/23- 59K, 08/24- 77K, 07/25- 96K', 'remarks': '**88**VOSA STATES 32K, 35K, 59K, 77K, 96K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 243, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/630f0b20-b49e-4300-ae70-c5d035c69c9f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795
2026-03-27 05:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec687292-59e2-573d-bf24-d408978c7f13 with scrape type 2
2026-03-27 05:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec687292-59e2-573d-bf24-d408978c7f13 with scrape type 2
2026-03-27 05:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ec687292-59e2-573d-bf24-d408978c7f13, identifier: 120056795
2026-03-27 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120586686
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120586686%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120586686: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120412317
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120412317%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120412317: 2
2026-03-27 05:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850
2026-03-27 05:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850
2026-03-27 05:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850 to the API
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '6345683e-9b00-59ab-8030-95315cabad33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD72ZVX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120277850',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C5 AIRCROSS HATCHBACK',
'odometer': 20210,
'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': 'CITROEN C5 AIRCROSS HATCHBACK 1.2 PureTech C-Series Edition 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech C-Series Edition 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277850%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Saving data for 120277850: {'auction_closing_time': 1774604700.0, 'created_time': 1774357908.744899, 'last_price_update_time': 1774587638.3091}
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277850') HTTP/1.1" 204 0
2026-03-27 05:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-27 05:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795
2026-03-27 05:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795 to the API
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120056795?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 243,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '4.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'ec687292-59e2-573d-bf24-d408978c7f13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KR19ZCV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120056795',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER DIESEL ESTATE',
'odometer': 106508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-28',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER DIESEL ESTATE 4.4 SDV8 Autobiography 4dr '
'Auto',
'transmission': 'automatic',
'trim': '4.4 SDV8 Autobiography 4dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056795%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Saving data for 120056795: {'auction_closing_time': 1774604700.0, 'created_time': 1773404964.19095, 'last_price_update_time': 1774587638.801434}
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056795') HTTP/1.1" 204 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120379914
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120379914%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120379914: 2
2026-03-27 05:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120594710?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119516479?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119669852?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120282673?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120685926
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120685926%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120685926: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120667537
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667537%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120667537: 2
2026-03-27 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-27 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-27 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-27 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-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120406177
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120406177%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120406177: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120714496
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714496%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120714496: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120733656
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733656%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120733656: 2
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120585628
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120585628%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120585628: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120694672
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694672%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120694672: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120473922
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120473922%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120473922: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120686647
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120686647%27 HTTP/1.1" 200 None
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120686647: 0
2026-03-27 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120453711
2026-03-27 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120453711%27 HTTP/1.1" 200 None
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Scrape type for 120453711: 2
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120409640
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120409640%27 HTTP/1.1" 200 None
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Scrape type for 120409640: 0
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120724030
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120724030%27 HTTP/1.1" 200 None
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Scrape type for 120724030: 2
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120594710, 'registration': 'PO73XSE', 'account': 'VAN052', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 eHEV Advance 5dr CVT', 'mileage': 4851, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 518, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-10-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PO73XSE/2026-03-23/image/26520e5b-7088-477d-9768-54314bac7c05_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/71b533c9-d4a3-47c5-9273-9fd9d86fb7d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/83c2d5a0-4948-4168-ab45-e3ce30c3ae69_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/e0bd26e2-3b88-4662-aff4-5561db2d5aee_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/232242cc-d414-4134-945f-a8695909d581_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/06d0a959-8c32-48f8-9349-3a0ac8d8a8fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/8cf93657-84b4-4ab4-9046-94023f747cfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/6beb51b1-4ce6-4201-9fb9-b59f5fc6d38c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/2ebb4f98-056d-44e3-87c9-5a957eb1b295_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1272**', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c90191e-1f1d-43fa-809d-f7be89a390ca.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120594710, 'registration': 'PO73XSE', 'account': 'VAN052', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 eHEV Advance 5dr CVT', 'mileage': 4851, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 518, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-10-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PO73XSE/2026-03-23/image/26520e5b-7088-477d-9768-54314bac7c05_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/71b533c9-d4a3-47c5-9273-9fd9d86fb7d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/83c2d5a0-4948-4168-ab45-e3ce30c3ae69_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/e0bd26e2-3b88-4662-aff4-5561db2d5aee_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/232242cc-d414-4134-945f-a8695909d581_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/06d0a959-8c32-48f8-9349-3a0ac8d8a8fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/8cf93657-84b4-4ab4-9046-94023f747cfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/6beb51b1-4ce6-4201-9fb9-b59f5fc6d38c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO73XSE/2026-03-23/image/2ebb4f98-056d-44e3-87c9-5a957eb1b295_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1272**', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c90191e-1f1d-43fa-809d-f7be89a390ca.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710
2026-03-27 05:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02f776fe-5ac4-599b-b3cc-372de466274a with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02f776fe-5ac4-599b-b3cc-372de466274a with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02f776fe-5ac4-599b-b3cc-372de466274a, identifier: 120594710
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119516479, 'registration': 'DF73NRN', 'account': 'KIN032', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.4 eHybrid 245 VZ1 5dr DSG', 'mileage': 26871, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 532, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-02-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DF73NRN/2026-02-13/image/53c812cf-699d-43a9-8af7-6e0b3981d9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/c0a24a61-4d0f-444f-99ce-3a7a6a079c67_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/8ed8fa45-beaa-4b61-a58b-b4ee4d100f59_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/4645237a-a902-482c-86c4-79256205339b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/c5a307b4-648b-440b-bfd1-4a61c1aafd8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/98629879-51af-4f94-90df-7f19dcdee182_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/31e14cca-b5c0-46da-bbfb-a4a51bcb69e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/ceefbff4-081f-4657-8be5-94c8578c59ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/dc9599b2-fe99-476d-95f0-820776a2f493_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/25 - 21K', 'remarks': '**953** Metallic - Magnetic tech grey\t/ PVC/Cloth - Black with copper stitching + bucket seat SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 33, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5324206f-5668-4fd6-8afb-d8bf5a44cdf8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119516479, 'registration': 'DF73NRN', 'account': 'KIN032', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.4 eHybrid 245 VZ1 5dr DSG', 'mileage': 26871, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 532, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-02-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DF73NRN/2026-02-13/image/53c812cf-699d-43a9-8af7-6e0b3981d9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/c0a24a61-4d0f-444f-99ce-3a7a6a079c67_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/8ed8fa45-beaa-4b61-a58b-b4ee4d100f59_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/4645237a-a902-482c-86c4-79256205339b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/c5a307b4-648b-440b-bfd1-4a61c1aafd8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/98629879-51af-4f94-90df-7f19dcdee182_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/31e14cca-b5c0-46da-bbfb-a4a51bcb69e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/ceefbff4-081f-4657-8be5-94c8578c59ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF73NRN/2026-02-13/image/dc9599b2-fe99-476d-95f0-820776a2f493_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/25 - 21K', 'remarks': '**953** Metallic - Magnetic tech grey\t/ PVC/Cloth - Black with copper stitching + bucket seat SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 33, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5324206f-5668-4fd6-8afb-d8bf5a44cdf8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479
2026-03-27 05:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c5b9883-abe3-5b97-b593-f5158957f920 with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c5b9883-abe3-5b97-b593-f5158957f920 with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c5b9883-abe3-5b97-b593-f5158957f920, identifier: 119516479
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119669852, 'registration': 'BG23UKF', 'account': 'KIN032', 'make': 'DACIA', 'model': 'SANDERO STEPWAY HATCHBACK', 'derivative': '1.0 TCe Bi-Fuel Essential 5dr', 'mileage': 41639, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 530, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-07-11', 'fuel': 'Petrol/LPG', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG23UKF/2026-03-12/image/5bd1f596-1a48-4491-bc69-479a3c53f554_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1eb0688b-e069-46d4-9cad-06ee96a05588_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1bc92f27-d8d5-4276-a39e-59ff17f5733b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/df6c036a-46d6-4e16-9a53-6a36b0be6ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/3a79bd5d-377d-4632-9f49-53f2ca3e848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/77a9b1db-93e5-404e-8baa-71cb46593b1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/d36afcb0-c8f5-458f-8101-6b641304473a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/80934105-fb92-498b-b63c-e70a5cf71ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/b394649c-a099-4f92-a0b6-5e32d61a1bef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 12K, 03/25 - 26K, 01/26 - 40K', 'remarks': '**349** SPARE KEY, Metallic - Moonstone grey\t/ Fabric - Titanium black', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b1a4a68-62ae-4c38-a48f-849bef4757af.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119669852, 'registration': 'BG23UKF', 'account': 'KIN032', 'make': 'DACIA', 'model': 'SANDERO STEPWAY HATCHBACK', 'derivative': '1.0 TCe Bi-Fuel Essential 5dr', 'mileage': 41639, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 530, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-07-11', 'fuel': 'Petrol/LPG', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG23UKF/2026-03-12/image/5bd1f596-1a48-4491-bc69-479a3c53f554_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1eb0688b-e069-46d4-9cad-06ee96a05588_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/1bc92f27-d8d5-4276-a39e-59ff17f5733b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/df6c036a-46d6-4e16-9a53-6a36b0be6ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/3a79bd5d-377d-4632-9f49-53f2ca3e848e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/77a9b1db-93e5-404e-8baa-71cb46593b1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/d36afcb0-c8f5-458f-8101-6b641304473a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/80934105-fb92-498b-b63c-e70a5cf71ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG23UKF/2026-03-12/image/b394649c-a099-4f92-a0b6-5e32d61a1bef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 12K, 03/25 - 26K, 01/26 - 40K', 'remarks': '**349** SPARE KEY, Metallic - Moonstone grey\t/ Fabric - Titanium black', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b1a4a68-62ae-4c38-a48f-849bef4757af.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-27 05:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a22524-f2e5-55a6-aceb-7148d3334a73 with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30a22524-f2e5-55a6-aceb-7148d3334a73 with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 30a22524-f2e5-55a6-aceb-7148d3334a73, identifier: 119669852
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120282673, 'registration': 'EK20PHX', 'account': 'VAN045', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '1.5 EcoBoost 150 ST-Line First Edition 5dr', 'mileage': 107894, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 523, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK20PHX/2026-03-18/image/76a27ed7-c49f-4272-90ab-eb86c9fb308c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/5a866f9c-e78f-41c0-a82b-a72c96725e9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/8c056e59-8c4a-4f61-b846-cfa27061c3f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/56f70f0c-66a6-4aed-b55c-c3529420913f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/1c470897-abe7-453c-913c-3c6c6a5eec29_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/3e683988-7742-4edd-a314-0232bdac4234_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/24e907c1-287a-4d04-8e7a-39df1c7bcd0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/d56174c0-3992-4ad7-869a-70bed1a034de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/a851cc93-2d82-4c57-b984-72729b0747bd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print BOOK/PRINT- 10/21- 12K, 07/23- 37K, 05/24- 59K, 01/25- 76K, 07/25- 90K DISCREPANCY IN SERVICE BOOK - 07/26- 90K', 'remarks': '**1273** VOSA STATES 37K, 63K, 90K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/17a61ffb-7f61-45ed-959d-ab17b98a6af5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120282673, 'registration': 'EK20PHX', 'account': 'VAN045', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '1.5 EcoBoost 150 ST-Line First Edition 5dr', 'mileage': 107894, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 523, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK20PHX/2026-03-18/image/76a27ed7-c49f-4272-90ab-eb86c9fb308c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/5a866f9c-e78f-41c0-a82b-a72c96725e9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/8c056e59-8c4a-4f61-b846-cfa27061c3f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/56f70f0c-66a6-4aed-b55c-c3529420913f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/1c470897-abe7-453c-913c-3c6c6a5eec29_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/3e683988-7742-4edd-a314-0232bdac4234_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/24e907c1-287a-4d04-8e7a-39df1c7bcd0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/d56174c0-3992-4ad7-869a-70bed1a034de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20PHX/2026-03-18/image/a851cc93-2d82-4c57-b984-72729b0747bd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print BOOK/PRINT- 10/21- 12K, 07/23- 37K, 05/24- 59K, 01/25- 76K, 07/25- 90K DISCREPANCY IN SERVICE BOOK - 07/26- 90K', 'remarks': '**1273** VOSA STATES 37K, 63K, 90K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/17a61ffb-7f61-45ed-959d-ab17b98a6af5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673
2026-03-27 05:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with scrape type 2
2026-03-27 05:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: faa68cf9-ebcc-5155-a3cd-5848d0b98f34, identifier: 120282673
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120722968
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120722968%27 HTTP/1.1" 200 None
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Scrape type for 120722968: 2
2026-03-27 05:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710
2026-03-27 05:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710
2026-03-27 05:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710 to the API
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120594710?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '02f776fe-5ac4-599b-b3cc-372de466274a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PO73XSE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120594710',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'HR-V HATCHBACK',
'odometer': 4851,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-31',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA HR-V HATCHBACK 1.5 eHEV Advance 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 eHEV Advance 5dr CVT',
'vin': None,
'year': 2023}
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120594710%27 HTTP/1.1" 200 None
2026-03-27 05:00:39 [astonbarclay.gb] INFO: Saving data for 120594710: {'auction_closing_time': 1774604700.0, 'created_time': 1774033800.399358, 'last_price_update_time': 1774587639.773636}
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594710') HTTP/1.1" 204 0
2026-03-27 05:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479
2026-03-27 05:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479
2026-03-27 05:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479 to the API
2026-03-27 05:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119516479?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'GREY',
'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': '4c5b9883-abe3-5b97-b593-f5158957f920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DF73NRN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119516479',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CUPRA',
'model': 'FORMENTOR ESTATE',
'odometer': 26871,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-05',
'seller_name': 'Kinto',
'title': 'CUPRA FORMENTOR ESTATE 1.4 eHybrid 245 VZ1 5dr DSG',
'transmission': 'automatic',
'trim': '1.4 eHybrid 245 VZ1 5dr DSG',
'vin': None,
'year': 2024}
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119516479%27 HTTP/1.1" 200 None
2026-03-27 05:00:40 [astonbarclay.gb] INFO: Saving data for 119516479: {'auction_closing_time': 1774604700.0, 'created_time': 1773655385.671702, 'last_price_update_time': 1774587640.197984}
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119516479') HTTP/1.1" 204 0
2026-03-27 05:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FLPG HTTP/1.1" 200 None
2026-03-27 05:00:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-27 05:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852 to the API
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119669852?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/LPG',
'id': '30a22524-f2e5-55a6-aceb-7148d3334a73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG23UKF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119669852',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DACIA',
'model': 'SANDERO STEPWAY HATCHBACK',
'odometer': 41639,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-11',
'seller_name': 'Kinto',
'title': 'DACIA SANDERO STEPWAY HATCHBACK 1.0 TCe Bi-Fuel Essential 5dr',
'transmission': 'manual',
'trim': '1.0 TCe Bi-Fuel Essential 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119669852%27 HTTP/1.1" 200 None
2026-03-27 05:00:40 [astonbarclay.gb] INFO: Saving data for 119669852: {'auction_closing_time': 1774604700.0, 'created_time': 1773403196.429799, 'last_price_update_time': 1774587640.635984}
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119669852') HTTP/1.1" 204 0
2026-03-27 05:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673
2026-03-27 05:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673
2026-03-27 05:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673 to the API
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120282673?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'faa68cf9-ebcc-5155-a3cd-5848d0b98f34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK20PHX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120282673',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KUGA ESTATE',
'odometer': 107894,
'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': 'Vantage Motor Group',
'title': 'FORD KUGA ESTATE 1.5 EcoBoost 150 ST-Line First Edition 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBoost 150 ST-Line First Edition 5dr',
'vin': None,
'year': 2020}
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120282673%27 HTTP/1.1" 200 None
2026-03-27 05:00:40 [astonbarclay.gb] INFO: Saving data for 120282673: {'auction_closing_time': 1774604700.0, 'created_time': 1773403253.669099, 'last_price_update_time': 1774587640.971497}
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120282673') HTTP/1.1" 204 0
2026-03-27 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120571911
2026-03-27 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120571911%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120571911: 2
2026-03-27 05:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120364356?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120162821?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120659327
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120659327%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120659327: 2
2026-03-27 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-27 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-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120622963
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622963%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120622963: 2
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120680815
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120680815%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120680815: 0
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120657401
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657401%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120657401: 2
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120667055
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667055%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120667055: 2
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120443870
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443870%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120443870: 2
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120652223
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652223%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120652223: 0
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120453729
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120453729%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120453729: 2
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120668127
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668127%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120668127: 2
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120364356, 'registration': 'ND09HYN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS GHIA 115', 'derivative': None, 'mileage': 73673, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 552, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND09HYN/2026-03-12/image/26c1e150-639b-4145-b084-40b80c14a5cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/4b13eab7-d40c-441a-9a8d-04381df50496_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/1efa9745-4568-435b-829d-5f8a2f694c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/d51d7b3f-00e9-4d33-a402-bc54100d342d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/3e6a7074-1160-431d-bc98-5937a8cb5ad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/64f155c9-3e90-4471-80dc-27f698d77e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/1d789791-1d1b-4954-8a19-4699d2869c56_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/155eee3d-bce1-4de2-8c54-96f05e593283_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/f93b1900-f47e-4709-83cc-8b55e043a473_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**428**VOSA STATES 17K, 22K, 34K, 43K, 52K, 57K, 60K, 62K, 65K, 71K, 73K ODO NOT WORKING MILEAGE LAST RECORED 19/09/24 CAP FIGURES NOT CORRECT', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c386d6e3-6acd-421b-9c3c-4bf364b4b288.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120364356, 'registration': 'ND09HYN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS GHIA 115', 'derivative': None, 'mileage': 73673, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 552, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND09HYN/2026-03-12/image/26c1e150-639b-4145-b084-40b80c14a5cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/4b13eab7-d40c-441a-9a8d-04381df50496_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/1efa9745-4568-435b-829d-5f8a2f694c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/d51d7b3f-00e9-4d33-a402-bc54100d342d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/3e6a7074-1160-431d-bc98-5937a8cb5ad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/64f155c9-3e90-4471-80dc-27f698d77e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/1d789791-1d1b-4954-8a19-4699d2869c56_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/155eee3d-bce1-4de2-8c54-96f05e593283_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND09HYN/2026-03-12/image/f93b1900-f47e-4709-83cc-8b55e043a473_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**428**VOSA STATES 17K, 22K, 34K, 43K, 52K, 57K, 60K, 62K, 65K, 71K, 73K ODO NOT WORKING MILEAGE LAST RECORED 19/09/24 CAP FIGURES NOT CORRECT', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c386d6e3-6acd-421b-9c3c-4bf364b4b288.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356
2026-03-27 05:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eed613c4-5370-5fe3-ad80-a127fd285239 with scrape type 2
2026-03-27 05:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eed613c4-5370-5fe3-ad80-a127fd285239 with scrape type 2
2026-03-27 05:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: eed613c4-5370-5fe3-ad80-a127fd285239, identifier: 120364356
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120162821, 'registration': 'YC25FMM', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'BZ4X ELECTRIC HATCHBACK', 'derivative': '150kW Motion 71.4kWh 5dr Auto [11kW]', 'mileage': 15678, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 515, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-03-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC25FMM/2026-03-05/image/beefccff-33c7-4ec9-a7e4-9645973af1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/9981a514-4ba5-417e-8890-4823db45e579_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/e2b5452a-1991-404f-9363-b2f848550899_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/cd56125f-cd66-41c6-98b5-ef921eda965a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/c6aa2e94-edaa-4669-8470-97bd3d5b6dac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/af466c70-1941-4f1a-aa23-e60d47bed352_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/5cf5dd24-ab73-4217-a731-c45c24eacdad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/07a1a591-be5e-4650-9ca9-0f6c8d62709a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/4754847a-575d-4139-ba70-b6cb30f97a7d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book NO SERVICE', 'remarks': '**1236**Ex-Private Hire CHARGING LEAD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/1ae2afc6-6c1b-4c43-a941-2d87dbb5b7b8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120162821, 'registration': 'YC25FMM', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'BZ4X ELECTRIC HATCHBACK', 'derivative': '150kW Motion 71.4kWh 5dr Auto [11kW]', 'mileage': 15678, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 515, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-03-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC25FMM/2026-03-05/image/beefccff-33c7-4ec9-a7e4-9645973af1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/9981a514-4ba5-417e-8890-4823db45e579_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/e2b5452a-1991-404f-9363-b2f848550899_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/cd56125f-cd66-41c6-98b5-ef921eda965a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/c6aa2e94-edaa-4669-8470-97bd3d5b6dac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/af466c70-1941-4f1a-aa23-e60d47bed352_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/5cf5dd24-ab73-4217-a731-c45c24eacdad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/07a1a591-be5e-4650-9ca9-0f6c8d62709a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC25FMM/2026-03-05/image/4754847a-575d-4139-ba70-b6cb30f97a7d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book NO SERVICE', 'remarks': '**1236**Ex-Private Hire CHARGING LEAD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/1ae2afc6-6c1b-4c43-a941-2d87dbb5b7b8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821
2026-03-27 05:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f550b87-791d-5f83-a39b-09a347702642 with scrape type 2
2026-03-27 05:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f550b87-791d-5f83-a39b-09a347702642 with scrape type 2
2026-03-27 05:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f550b87-791d-5f83-a39b-09a347702642, identifier: 120162821
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120477820
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120477820%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120477820: 0
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120679756
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120679756%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120679756: 0
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120649161
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120649161%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120649161: 0
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120667258
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667258%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120667258: 2
2026-03-27 05:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356
2026-03-27 05:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356
2026-03-27 05:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356 to the API
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120364356?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 157,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'eed613c4-5370-5fe3-ad80-a127fd285239',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND09HYN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120364356',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS GHIA 115',
'odometer': 73673,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-28',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS GHIA 115 None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2009}
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120364356%27 HTTP/1.1" 200 None
2026-03-27 05:00:41 [astonbarclay.gb] INFO: Saving data for 120364356: {'auction_closing_time': 1774604700.0, 'created_time': 1773402685.516785, 'last_price_update_time': 1774587641.755362}
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120364356') HTTP/1.1" 204 0
2026-03-27 05:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821
2026-03-27 05:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821
2026-03-27 05:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821 to the API
2026-03-27 05:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120162821?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '7f550b87-791d-5f83-a39b-09a347702642',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC25FMM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120162821',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'BZ4X ELECTRIC HATCHBACK',
'odometer': 15678,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-31',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA BZ4X ELECTRIC HATCHBACK 150kW Motion 71.4kWh 5dr Auto [11kW]',
'transmission': 'automatic',
'trim': '150kW Motion 71.4kWh 5dr Auto [11kW]',
'vin': None,
'year': 2025}
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120162821%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Saving data for 120162821: {'auction_closing_time': 1774604700.0, 'created_time': 1773404945.38793, 'last_price_update_time': 1774587642.148634}
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120162821') HTTP/1.1" 204 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120560634
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120560634%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120560634: 2
2026-03-27 05:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120367525?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657060?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733761?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120675571?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120668431
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668431%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120668431: 2
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120380938
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120380938%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120380938: 2
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120764547
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120764547%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120764547: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120683714
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120683714%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120683714: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120580331
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120580331%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120580331: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120668546
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668546%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120668546: 2
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120480111
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120480111%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120480111: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120454887
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454887%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120454887: 2
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120763529
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120763529%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120763529: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120479474
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120479474%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120479474: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120759901
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120759901%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120759901: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120721726
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120721726%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120721726: 2
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120367525, 'registration': 'YT64TXH', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 125 EcoBoost Zetec 5dr', 'mileage': 50688, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 564, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-03-16', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT64TXH/2026-03-12/image/579a92b0-018b-4f01-9be6-568d0c7a8306_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/618efa4c-4e93-4c69-9a5f-f70186a81aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/ac639cd3-a8ca-48df-8d1c-6da2679d546b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/63d143a0-d285-4b34-abe6-cedf3edfbb60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/62bb23fa-2d3f-4c8c-bccb-73e2721b327c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/fa942eba-abf5-4b5d-a31b-b5a6a8d81c2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/becb0db8-f3a4-459f-990b-85316fb50635_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/2df6e4ac-c991-4b53-b279-c7fde7d12696_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/9fa98609-eb74-4818-a3b2-f6fbafa6fda6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**672** VOSA STATES 17K, 25K, 31K, 34K, 37K, 42K, 45K, 49K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/de499bb9-c217-4458-918a-cc80e52b90e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120367525, 'registration': 'YT64TXH', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 125 EcoBoost Zetec 5dr', 'mileage': 50688, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 564, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-03-16', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT64TXH/2026-03-12/image/579a92b0-018b-4f01-9be6-568d0c7a8306_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/618efa4c-4e93-4c69-9a5f-f70186a81aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/ac639cd3-a8ca-48df-8d1c-6da2679d546b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/63d143a0-d285-4b34-abe6-cedf3edfbb60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/62bb23fa-2d3f-4c8c-bccb-73e2721b327c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/fa942eba-abf5-4b5d-a31b-b5a6a8d81c2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/becb0db8-f3a4-459f-990b-85316fb50635_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/2df6e4ac-c991-4b53-b279-c7fde7d12696_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT64TXH/2026-03-12/image/9fa98609-eb74-4818-a3b2-f6fbafa6fda6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**672** VOSA STATES 17K, 25K, 31K, 34K, 37K, 42K, 45K, 49K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/de499bb9-c217-4458-918a-cc80e52b90e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525
2026-03-27 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0976f0cf-910c-59ee-bc45-3c7ca06195b7, identifier: 120367525
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657060, 'registration': 'YY66YOD', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '1.4 TFSI Sport 5dr S Tronic', 'mileage': 102897, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 570, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-01-06', 'fuel': 'Petrol', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY66YOD/2026-03-23/image/38294007-3bd0-4650-a6bb-ff9f7ff3f6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/f5a73e65-caa8-4ea0-92f0-5412a7c6f6db_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/63966a29-d658-41f9-a4c8-2f36b68585e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/1ca9217a-e7c1-4cee-a6ab-11ecfa7c7f64_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/71bf9750-2e71-4128-bb67-f1ac6b979a66_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/60d4a814-6d3f-4719-8e07-744d0c290b41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/ca1da991-da7f-4d9a-b50e-d1b6aac929fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/954ccf85-5ac4-4cb3-a826-c38f814c99dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/610ddf5d-ef8b-4db2-b496-ebf2e86afcf7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/19 - 17K, 12/19 - 27K, 12/20 - 33K, 08/23 - 61K, 05/24 - 74K, 08/24 - 78K, 07/25 - 91K, 08/25 - 92K,', 'remarks': '**642** VOSA STATES 27K, 33K, 42K, 53K, 68K, 82K, 98K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', '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/88376611-63bc-408c-9d88-e0d29fb4b3c2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657060, 'registration': 'YY66YOD', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '1.4 TFSI Sport 5dr S Tronic', 'mileage': 102897, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 570, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-01-06', 'fuel': 'Petrol', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY66YOD/2026-03-23/image/38294007-3bd0-4650-a6bb-ff9f7ff3f6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/f5a73e65-caa8-4ea0-92f0-5412a7c6f6db_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/63966a29-d658-41f9-a4c8-2f36b68585e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/1ca9217a-e7c1-4cee-a6ab-11ecfa7c7f64_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/71bf9750-2e71-4128-bb67-f1ac6b979a66_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/60d4a814-6d3f-4719-8e07-744d0c290b41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/ca1da991-da7f-4d9a-b50e-d1b6aac929fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/954ccf85-5ac4-4cb3-a826-c38f814c99dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY66YOD/2026-03-23/image/610ddf5d-ef8b-4db2-b496-ebf2e86afcf7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/19 - 17K, 12/19 - 27K, 12/20 - 33K, 08/23 - 61K, 05/24 - 74K, 08/24 - 78K, 07/25 - 91K, 08/25 - 92K,', 'remarks': '**642** VOSA STATES 27K, 33K, 42K, 53K, 68K, 82K, 98K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', '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/88376611-63bc-408c-9d88-e0d29fb4b3c2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060
2026-03-27 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e, identifier: 120657060
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733761, 'registration': 'YY65GPK', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec+ 5dr', 'mileage': 64602, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 573, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY65GPK/2026-03-25/image/356c1931-48e1-4823-a349-c4b49fb2625e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/c4c9e0c2-b89a-44b8-a39e-6ef6a1b55824_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/8df7c010-9503-4daa-a2f9-9b87e4abd012_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/81524dc2-9cb3-4b58-8eea-7a632bbf077f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/f291ad58-ff78-40e0-b519-c74d5a0ec7f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/b5550d9b-062b-4b80-961e-9b98bedc0f85_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/1c93fdd3-8a95-4bfc-9d59-7bfdd9365400_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/14a49bf7-0b08-47c5-b076-c8fc822bb005_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/43057130-4f3f-4644-bd80-7dadf88f56f7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/17 - 3K, 01/18 - 6K, 01/19 - 10K, 10/20 - 19K, 03/21 - 21K, 04/22 - 26K, 07/24 - 47K', 'remarks': '**686** VOSA STATES 10K, 15K, 20K, 25K, 30K, 41K, 52K, 62K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af7fa0a1-3b06-4d00-9a77-5b8273b83acb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733761, 'registration': 'YY65GPK', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec+ 5dr', 'mileage': 64602, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 573, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY65GPK/2026-03-25/image/356c1931-48e1-4823-a349-c4b49fb2625e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/c4c9e0c2-b89a-44b8-a39e-6ef6a1b55824_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/8df7c010-9503-4daa-a2f9-9b87e4abd012_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/81524dc2-9cb3-4b58-8eea-7a632bbf077f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/f291ad58-ff78-40e0-b519-c74d5a0ec7f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/b5550d9b-062b-4b80-961e-9b98bedc0f85_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/1c93fdd3-8a95-4bfc-9d59-7bfdd9365400_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/14a49bf7-0b08-47c5-b076-c8fc822bb005_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY65GPK/2026-03-25/image/43057130-4f3f-4644-bd80-7dadf88f56f7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/17 - 3K, 01/18 - 6K, 01/19 - 10K, 10/20 - 19K, 03/21 - 21K, 04/22 - 26K, 07/24 - 47K', 'remarks': '**686** VOSA STATES 10K, 15K, 20K, 25K, 30K, 41K, 52K, 62K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af7fa0a1-3b06-4d00-9a77-5b8273b83acb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761
2026-03-27 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a71e392-adb8-5f1e-9786-267d97210576 with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a71e392-adb8-5f1e-9786-267d97210576 with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a71e392-adb8-5f1e-9786-267d97210576, identifier: 120733761
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120675571, 'registration': 'YP60UWX', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX20 HATCHBACK', 'derivative': '1.4 Blue Drive Active 5dr', 'mileage': 120680, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 572, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-01-20', 'fuel': 'Petrol', 'motExpiry': '2026-04-11', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP60UWX/2026-03-23/image/a4ebb65d-c0c7-4729-80b7-7d95b23e0204_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/ab724b86-3294-4dbc-b346-71c908a32574_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/ee3ed41c-4014-4c72-a430-39fa24656f04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/378614ea-d4cb-42ec-a1de-5e40c23a8492_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/aa8136ef-c3f5-48d0-9d7e-d9299512ab72_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/13d44352-8779-4213-800f-5d5cf6119e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/ee884eb3-c280-4013-810b-5cefcd810121_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/709f6796-63aa-4c7a-92ec-9c3f30fad4d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/3ded139e-61e5-4b40-903f-c2c5eb657326_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/12 - 13K, 08/13 - 27K, 01/14 - 31K, 07/14 - 37K, 07/15 - 44K, 07/16 - 51K, 07/17 - 58K, 07/18 - 62K,', 'remarks': '**625** VOSA STATES 31K, 37K, 44K, 51K, 58K, 62K, 70K, 79K, 87K, 97K, 107K, 112K, 116K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/02ae58dc-75b0-414d-b244-3549375db3b4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120675571, 'registration': 'YP60UWX', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX20 HATCHBACK', 'derivative': '1.4 Blue Drive Active 5dr', 'mileage': 120680, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 572, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-01-20', 'fuel': 'Petrol', 'motExpiry': '2026-04-11', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP60UWX/2026-03-23/image/a4ebb65d-c0c7-4729-80b7-7d95b23e0204_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/ab724b86-3294-4dbc-b346-71c908a32574_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/ee3ed41c-4014-4c72-a430-39fa24656f04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/378614ea-d4cb-42ec-a1de-5e40c23a8492_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/aa8136ef-c3f5-48d0-9d7e-d9299512ab72_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/13d44352-8779-4213-800f-5d5cf6119e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/ee884eb3-c280-4013-810b-5cefcd810121_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/709f6796-63aa-4c7a-92ec-9c3f30fad4d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP60UWX/2026-03-23/image/3ded139e-61e5-4b40-903f-c2c5eb657326_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/12 - 13K, 08/13 - 27K, 01/14 - 31K, 07/14 - 37K, 07/15 - 44K, 07/16 - 51K, 07/17 - 58K, 07/18 - 62K,', 'remarks': '**625** VOSA STATES 31K, 37K, 44K, 51K, 58K, 62K, 70K, 79K, 87K, 97K, 107K, 112K, 116K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/02ae58dc-75b0-414d-b244-3549375db3b4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571
2026-03-27 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b358887e-725c-554d-b6f2-825a9aa68cb1 with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b358887e-725c-554d-b6f2-825a9aa68cb1 with scrape type 2
2026-03-27 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b358887e-725c-554d-b6f2-825a9aa68cb1, identifier: 120675571
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120652375
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652375%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120652375: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120454651
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454651%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120454651: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120586055
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120586055%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120586055: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120771693
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120771693%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120771693: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120738215
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120738215%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120738215: 0
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120572177
2026-03-27 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120572177%27 HTTP/1.1" 200 None
2026-03-27 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120572177: 2
2026-03-27 05:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525
2026-03-27 05:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525
2026-03-27 05:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525 to the API
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120367525?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '0976f0cf-910c-59ee-bc45-3c7ca06195b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT64TXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120367525',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 50688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-12',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.0 125 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 125 EcoBoost Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120367525%27 HTTP/1.1" 200 None
2026-03-27 05:00:43 [astonbarclay.gb] INFO: Saving data for 120367525: {'auction_closing_time': 1774604700.0, 'created_time': 1773402888.431624, 'last_price_update_time': 1774587643.57089}
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120367525') HTTP/1.1" 204 0
2026-03-27 05:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060
2026-03-27 05:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060
2026-03-27 05:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060 to the API
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657060?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '5f59b824-e3fa-59a5-ae6e-c8b6560e760e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY66YOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657060',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 102897,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-06',
'seller_name': 'UKCGR - Select',
'title': 'AUDI A1 SPORTBACK 1.4 TFSI Sport 5dr S Tronic',
'transmission': 'automatic',
'trim': '1.4 TFSI Sport 5dr S Tronic',
'vin': None,
'year': 2017}
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657060%27 HTTP/1.1" 200 None
2026-03-27 05:00:43 [astonbarclay.gb] INFO: Saving data for 120657060: {'auction_closing_time': 1774604700.0, 'created_time': 1774034050.174834, 'last_price_update_time': 1774587643.981163}
2026-03-27 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657060') HTTP/1.1" 204 0
2026-03-27 05:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761
2026-03-27 05:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761
2026-03-27 05:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761 to the API
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733761?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'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': '7a71e392-adb8-5f1e-9786-267d97210576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY65GPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733761',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 64602,
'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': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Tec+ 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Tec+ 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733761%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Saving data for 120733761: {'auction_closing_time': 1774604700.0, 'created_time': 1774357812.243827, 'last_price_update_time': 1774587644.267274}
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733761') HTTP/1.1" 204 0
2026-03-27 05:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571
2026-03-27 05:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571
2026-03-27 05:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571 to the API
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120675571?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'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': 'b358887e-725c-554d-b6f2-825a9aa68cb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP60UWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120675571',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'IX20 HATCHBACK',
'odometer': 120680,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-20',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI IX20 HATCHBACK 1.4 Blue Drive Active 5dr',
'transmission': 'manual',
'trim': '1.4 Blue Drive Active 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120675571%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Saving data for 120675571: {'auction_closing_time': 1774604700.0, 'created_time': 1774261038.88624, 'last_price_update_time': 1774587644.562464}
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120675571') HTTP/1.1" 204 0
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120455553
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120455553%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120455553: 2
2026-03-27 05:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120380155?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120728474?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120750385
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120750385%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120750385: 0
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120764114
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120764114%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120764114: 0
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120604867
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120604867%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120604867: 2
2026-03-27 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-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120648471
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120648471%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120648471: 0
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120668539
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668539%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120668539: 2
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120696245
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696245%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120696245: 0
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120728826
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120728826%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120728826: 2
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120585528
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120585528%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120585528: 2
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120380155, 'registration': 'MA08VNS', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A8 DIESEL SALOON', 'derivative': '3.0 TDI Quattro SE 4dr Tip Auto', 'mileage': 100488, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 574, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-04-24', 'fuel': 'Diesel', 'motExpiry': '2027-01-15', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MA08VNS/2026-03-17/image/547f6e1e-6782-4cdb-8618-750fee8c8bbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/c5358956-1c07-43ff-ac37-eeac1effb609_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/e0ffafdd-5c53-484a-b49e-69b257822da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/0886d7c2-82f6-47cc-b091-583b4c7f3599_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/c4c6e82a-d7fb-41cc-85f3-ef3b27bc276a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/21ae2d91-24a8-41af-bed9-dc9d92261ff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/00587a59-ff55-43a2-a8b4-e43ad3babe24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/7aa56d11-e503-4605-9662-79c88062f89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/81d2b757-1791-421f-bbe4-91bb14059597_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/09 - 14K, 04/11 - 24K, 03/12 - 31K, 08/13 - 50K, NO DATE - 64K, 10/15 - 68K, NO DATE - 78K, NO DATE - 87K, NO DATE 93K, NO DATE 99K,', 'remarks': '**610** VOSA STATES 71K, 76K, 80K, 85K, 88K, 91K, 94K, 97K, 100K, 100K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 224, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3a97bb71-c5aa-4a2c-a109-0bbfc21766e4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120380155, 'registration': 'MA08VNS', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A8 DIESEL SALOON', 'derivative': '3.0 TDI Quattro SE 4dr Tip Auto', 'mileage': 100488, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 574, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-04-24', 'fuel': 'Diesel', 'motExpiry': '2027-01-15', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MA08VNS/2026-03-17/image/547f6e1e-6782-4cdb-8618-750fee8c8bbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/c5358956-1c07-43ff-ac37-eeac1effb609_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/e0ffafdd-5c53-484a-b49e-69b257822da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/0886d7c2-82f6-47cc-b091-583b4c7f3599_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/c4c6e82a-d7fb-41cc-85f3-ef3b27bc276a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/21ae2d91-24a8-41af-bed9-dc9d92261ff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/00587a59-ff55-43a2-a8b4-e43ad3babe24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/7aa56d11-e503-4605-9662-79c88062f89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA08VNS/2026-03-17/image/81d2b757-1791-421f-bbe4-91bb14059597_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/09 - 14K, 04/11 - 24K, 03/12 - 31K, 08/13 - 50K, NO DATE - 64K, 10/15 - 68K, NO DATE - 78K, NO DATE - 87K, NO DATE 93K, NO DATE 99K,', 'remarks': '**610** VOSA STATES 71K, 76K, 80K, 85K, 88K, 91K, 94K, 97K, 100K, 100K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 224, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3a97bb71-c5aa-4a2c-a109-0bbfc21766e4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155
2026-03-27 05:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f5de34-037d-5bec-bf5b-e3d348ddd682 with scrape type 2
2026-03-27 05:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25f5de34-037d-5bec-bf5b-e3d348ddd682 with scrape type 2
2026-03-27 05:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25f5de34-037d-5bec-bf5b-e3d348ddd682, identifier: 120380155
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728474, 'registration': 'ND12HPN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.5 dCi [110] N-Tec+ 5dr', 'mileage': 146529, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 567, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-22', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND12HPN/2026-03-24/image/fd6c9f02-d7a5-402a-8db2-0e5fc45e4493_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/84d78b23-6db9-44a4-9e2d-7d1cac98965b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/ea38b7d7-8d4b-4949-a053-9b54ae69713d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/9dec909f-4840-4aed-803c-89fdb01ac92c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/a919b936-748a-4da2-a94d-dabbf40cb0f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/731615db-dda4-4fc0-b763-c694bb8715e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/4c79b0da-7cc8-4a94-8116-9ef04f126e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/588dfb37-123a-459b-8b27-d7da0d30932e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/d8beaa65-32e5-4d5a-9d2e-a9e3a196c3e2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**471** VOSA STATES 59K, 63K, 78K, 91K, 97K, 103K, 113K, 117K, 124K, 128K, 134K, 144K, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/32e6d40d-7d7a-4571-add9-6a64ac79860c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728474, 'registration': 'ND12HPN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.5 dCi [110] N-Tec+ 5dr', 'mileage': 146529, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 567, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-22', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND12HPN/2026-03-24/image/fd6c9f02-d7a5-402a-8db2-0e5fc45e4493_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/84d78b23-6db9-44a4-9e2d-7d1cac98965b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/ea38b7d7-8d4b-4949-a053-9b54ae69713d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/9dec909f-4840-4aed-803c-89fdb01ac92c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/a919b936-748a-4da2-a94d-dabbf40cb0f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/731615db-dda4-4fc0-b763-c694bb8715e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/4c79b0da-7cc8-4a94-8116-9ef04f126e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/588dfb37-123a-459b-8b27-d7da0d30932e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND12HPN/2026-03-24/image/d8beaa65-32e5-4d5a-9d2e-a9e3a196c3e2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**471** VOSA STATES 59K, 63K, 78K, 91K, 97K, 103K, 113K, 117K, 124K, 128K, 134K, 144K, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/32e6d40d-7d7a-4571-add9-6a64ac79860c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474
2026-03-27 05:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b37975-7401-5c0d-a9de-ea15210661af with scrape type 2
2026-03-27 05:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b37975-7401-5c0d-a9de-ea15210661af with scrape type 2
2026-03-27 05:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f6b37975-7401-5c0d-a9de-ea15210661af, identifier: 120728474
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120606141
2026-03-27 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120606141%27 HTTP/1.1" 200 None
2026-03-27 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120606141: 2
2026-03-27 05:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155
2026-03-27 05:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155
2026-03-27 05:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155 to the API
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120380155?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 224,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '3.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '25f5de34-037d-5bec-bf5b-e3d348ddd682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA08VNS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120380155',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A8 DIESEL SALOON',
'odometer': 100488,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-04-24',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A8 DIESEL SALOON 3.0 TDI Quattro SE 4dr Tip Auto',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro SE 4dr Tip Auto',
'vin': None,
'year': 2008}
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120380155%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Saving data for 120380155: {'auction_closing_time': 1774604700.0, 'created_time': 1773402069.786898, 'last_price_update_time': 1774587645.255859}
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120380155') HTTP/1.1" 204 0
2026-03-27 05:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474
2026-03-27 05:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474
2026-03-27 05:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474 to the API
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120728474?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'f6b37975-7401-5c0d-a9de-ea15210661af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND12HPN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120728474',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS',
'odometer': 146529,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-30',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI HATCHBACK SPECIAL EDITIONS 1.5 dCi [110] N-Tec+ 5dr',
'transmission': 'manual',
'trim': '1.5 dCi [110] N-Tec+ 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120728474%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Saving data for 120728474: {'auction_closing_time': 1774604700.0, 'created_time': 1774357898.19691, 'last_price_update_time': 1774587645.556635}
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728474') HTTP/1.1" 204 0
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120730145
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120730145%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120730145: 2
2026-03-27 05:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120410940?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733542?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120605018
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120605018%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120605018: 2
2026-03-27 05:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120732912
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732912%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120732912: 2
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120719442
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120719442%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120719442: 2
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120647514
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120647514%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120647514: 0
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120631672
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120631672%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120631672: 0
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120454811
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454811%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120454811: 2
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120606158
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120606158%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120606158: 2
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120410940, 'registration': 'YP11AEO', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 81196, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 580, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-05-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-11', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP11AEO/2026-03-13/image/3c59c5f1-c3de-44e1-872e-a20a0be2c29c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/94cd0fb7-6250-4b1e-b3cd-cc53dfbd132c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/a1d69b66-b2a8-4542-a844-4e296c53fa16_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/39bf3443-8300-4951-9207-ca4561636c87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/09732652-200a-4cc0-bcbe-2c30fa95afba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/86b305d4-7ce1-4626-ac0f-2b267635ba48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/5a061edf-43fe-49ac-be72-e6092b80c0b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/c2865606-c6b3-4f20-89de-4c155a000272_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/d5507174-0f66-487a-9200-ab8879c3f3b5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**572** VOSA STATES 17K, 26K, 35K, 44K, 51K, 58K, 64K, 65K, 66K, 68K, 72K, 78K, SPARE KEY', '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/c00a067d-82f1-4870-9150-c6540995d4bb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120410940, 'registration': 'YP11AEO', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 81196, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 580, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-05-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-11', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP11AEO/2026-03-13/image/3c59c5f1-c3de-44e1-872e-a20a0be2c29c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/94cd0fb7-6250-4b1e-b3cd-cc53dfbd132c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/a1d69b66-b2a8-4542-a844-4e296c53fa16_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/39bf3443-8300-4951-9207-ca4561636c87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/09732652-200a-4cc0-bcbe-2c30fa95afba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/86b305d4-7ce1-4626-ac0f-2b267635ba48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/5a061edf-43fe-49ac-be72-e6092b80c0b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/c2865606-c6b3-4f20-89de-4c155a000272_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11AEO/2026-03-13/image/d5507174-0f66-487a-9200-ab8879c3f3b5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**572** VOSA STATES 17K, 26K, 35K, 44K, 51K, 58K, 64K, 65K, 66K, 68K, 72K, 78K, SPARE KEY', '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/c00a067d-82f1-4870-9150-c6540995d4bb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940
2026-03-27 05:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9585123-c486-51d8-b068-f22de0cbba5e with scrape type 2
2026-03-27 05:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9585123-c486-51d8-b068-f22de0cbba5e with scrape type 2
2026-03-27 05:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9585123-c486-51d8-b068-f22de0cbba5e, identifier: 120410940
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733542, 'registration': 'MH68VRT', 'account': 'WBA004', 'make': 'FORD', 'model': 'MONDEO SALOON', 'derivative': '2.0 Hybrid Titanium Edition 4dr Auto', 'mileage': 160703, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 581, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-02-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-04-21', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MH68VRT/2026-03-24/image/5409260b-1d7c-49ee-aaad-6bb910d670ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/44d023be-c7f6-4e76-bacb-baee9240402f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/363d0764-5c05-478a-ad45-10b6579df6a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/eb0a16dc-52f4-4d21-b312-63d2d813e6d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/d26c12c8-870f-4bdc-8571-ce5600ee230d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/ced48f42-b26d-4a05-bd30-92a73c17166b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/425c2a48-d2a9-44bb-8430-f6adab5d6189_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/22910017-f025-4803-9e82-90525f061a5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/93c4d9dc-21ba-42dd-bf13-cbcd8c705f65_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**787** VOSA STATES 81K, 107K, 142K, 155K, Ex-Private Hire', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af80f5f8-76d9-4561-b6f2-c20e2ca710e5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733542, 'registration': 'MH68VRT', 'account': 'WBA004', 'make': 'FORD', 'model': 'MONDEO SALOON', 'derivative': '2.0 Hybrid Titanium Edition 4dr Auto', 'mileage': 160703, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 581, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-02-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-04-21', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MH68VRT/2026-03-24/image/5409260b-1d7c-49ee-aaad-6bb910d670ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/44d023be-c7f6-4e76-bacb-baee9240402f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/363d0764-5c05-478a-ad45-10b6579df6a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/eb0a16dc-52f4-4d21-b312-63d2d813e6d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/d26c12c8-870f-4bdc-8571-ce5600ee230d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/ced48f42-b26d-4a05-bd30-92a73c17166b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/425c2a48-d2a9-44bb-8430-f6adab5d6189_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/22910017-f025-4803-9e82-90525f061a5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68VRT/2026-03-24/image/93c4d9dc-21ba-42dd-bf13-cbcd8c705f65_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**787** VOSA STATES 81K, 107K, 142K, 155K, Ex-Private Hire', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af80f5f8-76d9-4561-b6f2-c20e2ca710e5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542
2026-03-27 05:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a047753d-6d02-5311-8997-ee32a8428693 with scrape type 2
2026-03-27 05:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a047753d-6d02-5311-8997-ee32a8428693 with scrape type 2
2026-03-27 05:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a047753d-6d02-5311-8997-ee32a8428693, identifier: 120733542
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120355965
2026-03-27 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120355965%27 HTTP/1.1" 200 None
2026-03-27 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120355965: 2
2026-03-27 05:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940
2026-03-27 05:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940
2026-03-27 05:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940 to the API
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120410940?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'd9585123-c486-51d8-b068-f22de0cbba5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP11AEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120410940',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 81196,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-12',
'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': 2011}
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120410940%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Saving data for 120410940: {'auction_closing_time': 1774604700.0, 'created_time': 1773401856.159467, 'last_price_update_time': 1774587646.283288}
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410940') HTTP/1.1" 204 0
2026-03-27 05:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542
2026-03-27 05:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542
2026-03-27 05:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542 to the API
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733542?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'a047753d-6d02-5311-8997-ee32a8428693',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MH68VRT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733542',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'MONDEO SALOON',
'odometer': 160703,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-14',
'seller_name': 'UKCGR - Trade',
'title': 'FORD MONDEO SALOON 2.0 Hybrid Titanium Edition 4dr Auto',
'transmission': 'automatic',
'trim': '2.0 Hybrid Titanium Edition 4dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733542%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Saving data for 120733542: {'auction_closing_time': 1774604700.0, 'created_time': 1774357916.226223, 'last_price_update_time': 1774587646.744253}
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733542') HTTP/1.1" 204 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120719063
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120719063%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120719063: 2
2026-03-27 05:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120412317?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732541?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120734864
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120734864%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120734864: 2
2026-03-27 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-27 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-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120622611
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622611%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120622611: 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120723504
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120723504%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120723504: 2
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120479509
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120479509%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120479509: 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120696092
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696092%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120696092: 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120250741
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120250741%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120250741: 2
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120733369
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733369%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120733369: 2
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120630710
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120630710%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120630710: 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120715102
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715102%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120715102: 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120650937
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120650937%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120650937: 0
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120621446
2026-03-27 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120621446%27 HTTP/1.1" 200 None
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120621446: 2
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120412317, 'registration': 'PY18CXZ', 'account': 'WBA004', 'make': 'SEAT', 'model': 'LEON DIESEL SPORT TOURER', 'derivative': '1.6 TDI SE Technology 5dr', 'mileage': 151100, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 591, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-06-01', 'fuel': 'Diesel', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/2dc75a06-358c-4141-9a1e-df77ee16dc7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/a63fa841-f6c8-4876-83ec-9006d144f678_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/689e340a-3187-43b6-9af3-ae9dcb812e24_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/37521e91-dfc5-4537-8da8-05b16da6fffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/14bcab5c-a4e7-46be-919a-af03345467f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/be86eb4e-8ef7-44a9-b736-7fe13d8b8c1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/dc853cc8-c74a-48a6-ba65-5fa1b9d657e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/cefef999-edb9-45f5-bdc1-3a06d4662282_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/7084fe20-8878-486e-b69d-b86bd90c495f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/18 - 18K', 'remarks': '**613** VOSA STATES 65K, 89K, 115K, 130K, 149K, Ex-Private Hire, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6110a80e-5845-4313-810e-f6cb0aaf5ce3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120412317, 'registration': 'PY18CXZ', 'account': 'WBA004', 'make': 'SEAT', 'model': 'LEON DIESEL SPORT TOURER', 'derivative': '1.6 TDI SE Technology 5dr', 'mileage': 151100, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 591, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-06-01', 'fuel': 'Diesel', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/2dc75a06-358c-4141-9a1e-df77ee16dc7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/a63fa841-f6c8-4876-83ec-9006d144f678_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/689e340a-3187-43b6-9af3-ae9dcb812e24_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/37521e91-dfc5-4537-8da8-05b16da6fffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/14bcab5c-a4e7-46be-919a-af03345467f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/be86eb4e-8ef7-44a9-b736-7fe13d8b8c1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/dc853cc8-c74a-48a6-ba65-5fa1b9d657e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/cefef999-edb9-45f5-bdc1-3a06d4662282_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY18CXZ/2026-03-13/image/7084fe20-8878-486e-b69d-b86bd90c495f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/18 - 18K', 'remarks': '**613** VOSA STATES 65K, 89K, 115K, 130K, 149K, Ex-Private Hire, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6110a80e-5845-4313-810e-f6cb0aaf5ce3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317
2026-03-27 05:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with scrape type 2
2026-03-27 05:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with scrape type 2
2026-03-27 05:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b9a78f0-ba20-5f8d-9cba-125319ca6929, identifier: 120412317
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732541, 'registration': 'FT07HYW', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C2 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4i Cool 3dr', 'mileage': 65898, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 589, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 3, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FT07HYW/2026-03-25/image/3c5f0325-88fc-4a2e-a5ba-1b9913fef100_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/91efaf09-20aa-4f1c-8070-cd20f5d4485c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/eea8cbfd-b032-4183-b34e-0c00573a9071_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/8b253943-0464-4086-a059-b62003c54481_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/b816d4e2-7660-4880-b398-91dc21f09ed4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/7de62292-abd0-438d-b1f8-34ab25dea20a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/e1ba1086-e7ab-49ed-b505-da91d5e7c5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/97524c8d-d1ad-4e4f-99ab-0fdc2f155e82_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/1b1a367a-d1f4-44e4-9750-0a16008391de_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**716** VOSA STATES 10K, 14K, 31K, 33K, 40K, 43K, 47K, 51K, 54K, 56K, 58K, 61K, 63K, 64K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/153a99a5-90d6-4c57-85c9-95dba0a38c98.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732541, 'registration': 'FT07HYW', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C2 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4i Cool 3dr', 'mileage': 65898, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 589, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 3, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FT07HYW/2026-03-25/image/3c5f0325-88fc-4a2e-a5ba-1b9913fef100_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/91efaf09-20aa-4f1c-8070-cd20f5d4485c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/eea8cbfd-b032-4183-b34e-0c00573a9071_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/8b253943-0464-4086-a059-b62003c54481_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/b816d4e2-7660-4880-b398-91dc21f09ed4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/7de62292-abd0-438d-b1f8-34ab25dea20a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/e1ba1086-e7ab-49ed-b505-da91d5e7c5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/97524c8d-d1ad-4e4f-99ab-0fdc2f155e82_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT07HYW/2026-03-25/image/1b1a367a-d1f4-44e4-9750-0a16008391de_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**716** VOSA STATES 10K, 14K, 31K, 33K, 40K, 43K, 47K, 51K, 54K, 56K, 58K, 61K, 63K, 64K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/153a99a5-90d6-4c57-85c9-95dba0a38c98.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541
2026-03-27 05:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa05261d-c90e-5c93-92e2-b19bd4c40497 with scrape type 2
2026-03-27 05:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa05261d-c90e-5c93-92e2-b19bd4c40497 with scrape type 2
2026-03-27 05:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fa05261d-c90e-5c93-92e2-b19bd4c40497, identifier: 120732541
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120649281
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120649281%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120649281: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120693833
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693833%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120693833: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120694526
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694526%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120694526: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120748919
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120748919%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120748919: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120714333
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714333%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120714333: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120695982
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695982%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120695982: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120811897
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120811897%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120811897: 0
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120718994
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120718994%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120718994: 2
2026-03-27 05:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317
2026-03-27 05:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317
2026-03-27 05:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317 to the API
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120412317?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-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '1b9a78f0-ba20-5f8d-9cba-125319ca6929',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PY18CXZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120412317',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'LEON DIESEL SPORT TOURER',
'odometer': 151100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seller_name': 'UKCGR - Trade',
'title': 'SEAT LEON DIESEL SPORT TOURER 1.6 TDI SE Technology 5dr',
'transmission': 'manual',
'trim': '1.6 TDI SE Technology 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120412317%27 HTTP/1.1" 200 None
2026-03-27 05:00:47 [astonbarclay.gb] INFO: Saving data for 120412317: {'auction_closing_time': 1774604700.0, 'created_time': 1773401776.693742, 'last_price_update_time': 1774587647.610809}
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120412317') HTTP/1.1" 204 0
2026-03-27 05:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541
2026-03-27 05:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541
2026-03-27 05:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541 to the API
2026-03-27 05:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732541?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'fa05261d-c90e-5c93-92e2-b19bd4c40497',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FT07HYW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732541',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C2 HATCHBACK SPECIAL EDITIONS',
'odometer': 65898,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-07-16',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C2 HATCHBACK SPECIAL EDITIONS 1.4i Cool 3dr',
'transmission': 'manual',
'trim': '1.4i Cool 3dr',
'vin': None,
'year': 2007}
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732541%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Saving data for 120732541: {'auction_closing_time': 1774604700.0, 'created_time': 1774357822.972604, 'last_price_update_time': 1774587648.024134}
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732541') HTTP/1.1" 204 0
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120660737
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120660737%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120660737: 2
2026-03-27 05:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120722968?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120571911?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120454860
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454860%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120454860: 2
2026-03-27 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-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120589168
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120589168%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120589168: 2
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120528674
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120528674%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120528674: 0
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120769279
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120769279%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120769279: 0
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120768101
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120768101%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120768101: 0
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120668119
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668119%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120668119: 2
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120502496
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120502496%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120502496: 2
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120722968, 'registration': 'YR15WBT', 'account': 'WBA004', 'make': 'SKODA', 'model': 'ROOMSTER ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 12975, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 605, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR15WBT/2026-03-25/image/96b5640c-f7ec-4baa-8b1e-11990d2f3695_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/94728161-2ab0-437e-a3dd-bcd155bd8fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/ef4df57d-16ac-40e1-9b7c-6580f4f99fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/ad299538-3374-43dd-8ab4-78243525bcdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/7e85824c-56a3-4e48-aebf-0a6ec1170294_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/cfc03d9d-f30f-4228-9167-fdce5ee9aec8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/6fdaa61e-f033-49ac-8da4-c24ad38998fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/04182a3d-e4bc-405d-b5dd-71e4eb67c031_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/821de107-7c38-46e6-aa95-eb291f47b176_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/16 - 5K, 11/17 - 6K, 11/18 - 7K, 03/20 - 8K, 03/21 - 9K, 03/21 - 10K, 03/23 - 11K, 03/24 - 12K, 03/25 - 12K (DISCREPANCY ON INVOICE)', 'remarks': '**710** VOSA STATES 7K, 7K, 8K, 9K, 10K, 11K, 12K, 12K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/990ce12d-f1dc-4b55-84ed-91897d7ac4fb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120722968, 'registration': 'YR15WBT', 'account': 'WBA004', 'make': 'SKODA', 'model': 'ROOMSTER ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 12975, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 605, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR15WBT/2026-03-25/image/96b5640c-f7ec-4baa-8b1e-11990d2f3695_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/94728161-2ab0-437e-a3dd-bcd155bd8fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/ef4df57d-16ac-40e1-9b7c-6580f4f99fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/ad299538-3374-43dd-8ab4-78243525bcdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/7e85824c-56a3-4e48-aebf-0a6ec1170294_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/cfc03d9d-f30f-4228-9167-fdce5ee9aec8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/6fdaa61e-f033-49ac-8da4-c24ad38998fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/04182a3d-e4bc-405d-b5dd-71e4eb67c031_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR15WBT/2026-03-25/image/821de107-7c38-46e6-aa95-eb291f47b176_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/16 - 5K, 11/17 - 6K, 11/18 - 7K, 03/20 - 8K, 03/21 - 9K, 03/21 - 10K, 03/23 - 11K, 03/24 - 12K, 03/25 - 12K (DISCREPANCY ON INVOICE)', 'remarks': '**710** VOSA STATES 7K, 7K, 8K, 9K, 10K, 11K, 12K, 12K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/990ce12d-f1dc-4b55-84ed-91897d7ac4fb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968
2026-03-27 05:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94973b8d-4b60-5939-a6f9-62d1a1f6807b with scrape type 2
2026-03-27 05:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94973b8d-4b60-5939-a6f9-62d1a1f6807b with scrape type 2
2026-03-27 05:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 94973b8d-4b60-5939-a6f9-62d1a1f6807b, identifier: 120722968
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120571911, 'registration': 'BV64EVD', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'ASTRA GTC COUPE', 'derivative': '1.4T 16V 140 SRi 3dr', 'mileage': 89929, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 606, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-11-03', 'fuel': 'Petrol', 'motExpiry': '2026-11-02', 'doors': 3, 'engineSize': 1364, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BV64EVD/2026-03-18/image/bdb3166a-ab5a-4eaf-a996-7a1a401c566f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/c49d94ab-6acb-4eda-bf7f-a0ab8e49f758_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/d22f7ad4-2554-4086-b21a-b44e4019a098_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/cceb8780-2e7c-4ee8-9842-485c7b456425_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/a20041a9-f00c-4b94-9b5f-88f051241fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/fcbead12-6907-43e8-8096-e9376eebe247_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/b6bbaa93-ce70-4127-a52a-a1d8b723208e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/cd7b599a-f12b-413e-bf9b-5be45c40af26_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/c7de5192-0e0d-44c6-86a1-439bca4eb998_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/15 - 10K, 07/16 - 17K, 06/17 - 26K, 06/17 - 34K, 06/19 - 49K, 01/20 - 61K, 10/20 - 67K, 06/21 - 69K, 03/22 - 74K, 06/23 - 80K, 05/24 - 83K, 03/25 - 86K, DISCREPENCY IN BOOK', 'remarks': '**668** VOSA STATES 29K, 38K, 56K, 67K, 73K, 77K, 81K, 84K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db730db5-1272-4d53-a07b-8798e319112d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120571911, 'registration': 'BV64EVD', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'ASTRA GTC COUPE', 'derivative': '1.4T 16V 140 SRi 3dr', 'mileage': 89929, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 606, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-11-03', 'fuel': 'Petrol', 'motExpiry': '2026-11-02', 'doors': 3, 'engineSize': 1364, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BV64EVD/2026-03-18/image/bdb3166a-ab5a-4eaf-a996-7a1a401c566f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/c49d94ab-6acb-4eda-bf7f-a0ab8e49f758_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/d22f7ad4-2554-4086-b21a-b44e4019a098_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/cceb8780-2e7c-4ee8-9842-485c7b456425_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/a20041a9-f00c-4b94-9b5f-88f051241fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/fcbead12-6907-43e8-8096-e9376eebe247_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/b6bbaa93-ce70-4127-a52a-a1d8b723208e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/cd7b599a-f12b-413e-bf9b-5be45c40af26_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV64EVD/2026-03-18/image/c7de5192-0e0d-44c6-86a1-439bca4eb998_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/15 - 10K, 07/16 - 17K, 06/17 - 26K, 06/17 - 34K, 06/19 - 49K, 01/20 - 61K, 10/20 - 67K, 06/21 - 69K, 03/22 - 74K, 06/23 - 80K, 05/24 - 83K, 03/25 - 86K, DISCREPENCY IN BOOK', 'remarks': '**668** VOSA STATES 29K, 38K, 56K, 67K, 73K, 77K, 81K, 84K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db730db5-1272-4d53-a07b-8798e319112d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911
2026-03-27 05:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dccc4a5a-f4ae-5006-975b-80df0fb12e48 with scrape type 2
2026-03-27 05:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dccc4a5a-f4ae-5006-975b-80df0fb12e48 with scrape type 2
2026-03-27 05:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dccc4a5a-f4ae-5006-975b-80df0fb12e48, identifier: 120571911
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120725997, 'registration': 'ML06MWX', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '107 HATCHBACK', 'derivative': '1.0 Urban 5dr', 'mileage': 84531, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 587, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-04-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML06MWX/2026-03-24/image/33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/b9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/06 - 6K, 03/07 - 10K, 11/09 - 30K, 10/10 - 41K, 06/12 - 56K', 'remarks': '**691** VOSA STATES 26K, 35K, 44K, 53K, 59K, 62K, 60K, 68K, 71K, 72K DISCREPANCY ON VOSA, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf62131a-329b-4a48-8b79-923c69e07663.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120725997, 'registration': 'ML06MWX', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '107 HATCHBACK', 'derivative': '1.0 Urban 5dr', 'mileage': 84531, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 587, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-04-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML06MWX/2026-03-24/image/33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/b9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/06 - 6K, 03/07 - 10K, 11/09 - 30K, 10/10 - 41K, 06/12 - 56K', 'remarks': '**691** VOSA STATES 26K, 35K, 44K, 53K, 59K, 62K, 60K, 68K, 71K, 72K DISCREPANCY ON VOSA, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf62131a-329b-4a48-8b79-923c69e07663.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997
2026-03-27 05:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e282d72-abeb-5992-a23b-09f6e8725c70 with scrape type 2
2026-03-27 05:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e282d72-abeb-5992-a23b-09f6e8725c70 with scrape type 2
2026-03-27 05:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8e282d72-abeb-5992-a23b-09f6e8725c70, identifier: 120725997
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120474035
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120474035%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120474035: 0
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120356596
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120356596%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120356596: 0
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120733640
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733640%27 HTTP/1.1" 200 None
2026-03-27 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120733640: 2
2026-03-27 05:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968
2026-03-27 05:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968
2026-03-27 05:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968 to the API
2026-03-27 05:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120722968?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'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': '94973b8d-4b60-5939-a6f9-62d1a1f6807b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR15WBT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120722968',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'ROOMSTER ESTATE',
'odometer': 12975,
'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': 'UKCGR - Trade',
'title': 'SKODA ROOMSTER ESTATE 1.2 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.2 TSI SE 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120722968%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Saving data for 120722968: {'auction_closing_time': 1774604700.0, 'created_time': 1774357925.023194, 'last_price_update_time': 1774587649.036788}
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120722968') HTTP/1.1" 204 0
2026-03-27 05:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911
2026-03-27 05:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911
2026-03-27 05:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911 to the API
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120571911?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'dccc4a5a-f4ae-5006-975b-80df0fb12e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV64EVD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120571911',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA GTC COUPE',
'odometer': 89929,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-03',
'seller_name': 'UKCGR - Select',
'title': 'VAUXHALL ASTRA GTC COUPE 1.4T 16V 140 SRi 3dr',
'transmission': 'manual',
'trim': '1.4T 16V 140 SRi 3dr',
'vin': None,
'year': 2014}
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120571911%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Saving data for 120571911: {'auction_closing_time': 1774604700.0, 'created_time': 1773839093.359692, 'last_price_update_time': 1774587649.503905}
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120571911') HTTP/1.1" 204 0
2026-03-27 05:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997
2026-03-27 05:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997
2026-03-27 05:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997 to the API
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '8e282d72-abeb-5992-a23b-09f6e8725c70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML06MWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120725997',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '107 HATCHBACK',
'odometer': 84531,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-04-27',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 107 HATCHBACK 1.0 Urban 5dr',
'transmission': 'manual',
'trim': '1.0 Urban 5dr',
'vin': None,
'year': 2006}
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725997%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Saving data for 120725997: {'auction_closing_time': 1774604700.0, 'created_time': 1774357933.060225, 'last_price_update_time': 1774587649.802686}
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120725997') HTTP/1.1" 204 0
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120605172
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120605172%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120605172: 2
2026-03-27 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667258?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668127?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120379914?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120691055
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691055%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120691055: 0
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120715223
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715223%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120715223: 0
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120411130
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120411130%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120411130: 2
2026-03-27 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-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 119190331
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119190331%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 119190331: 0
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120760792
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760792%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120760792: 0
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120365696
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120365696%27 HTTP/1.1" 200 None
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120365696: 0
2026-03-27 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120477595
2026-03-27 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120477595%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120477595: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120533775
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120533775%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120533775: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120593684
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120593684%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120593684: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120406397
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120406397%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120406397: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119505160
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119505160%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 119505160: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119317331
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119317331%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 119317331: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118489215
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118489215%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 118489215: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118721473
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118721473%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 118721473: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119619964
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119619964%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 119619964: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120223015
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120223015%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120223015: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 117599766
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117599766%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 117599766: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118950235
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118950235%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 118950235: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119075795
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119075795%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 119075795: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 117209530
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117209530%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 117209530: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118942407
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118942407%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 118942407: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120129124
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120129124%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120129124: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120098736
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120098736%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120098736: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120309163
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120309163%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120309163: 2
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120114758
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120114758%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120114758: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118212820
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118212820%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 118212820: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119908197
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119908197%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 119908197: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 117402269
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117402269%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 117402269: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120831977
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120831977%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120831977: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120804914
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120804914%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120804914: 0
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120657009
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657009%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120657009: 2
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120443709
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443709%27 HTTP/1.1" 200 None
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Scrape type for 120443709: 2
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667258, 'registration': 'KP12YCK', 'account': 'WBA004', 'make': 'SKODA', 'model': 'ROOMSTER ESTATE', 'derivative': '1.2 TSI 105 SE Plus 5dr', 'mileage': 47204, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 619, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-04-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-01', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KP12YCK/2026-03-23/image/f980b733-5963-4c82-8b70-85a55a10b2dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/3a3ddeab-782f-40fe-9682-5459f1eea3dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/8b29397a-7f62-47c7-953c-a13ca7ad4283_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/cbc1fccf-b995-47c0-92e2-6cdbd23014b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/4fbb4dcd-2b1f-460f-9f5b-68d70701f036_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/912fd2ea-af92-4930-b38b-77b6e8a4395a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/a98b1730-0bf0-4536-862b-10385d670c4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/c53b0f60-b377-4817-ad04-d04e9835f8f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/1f1a3bd8-4333-4ead-b9ee-94fd3eecfe85_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/13 - 4K, 11/14 - 8K, 02/16 - 12K, 09/20 - 25K,', 'remarks': '**759** VOSA STATES 9K, 13K, 16K, 19K, 22K, 25K, 29K, 35K, 40K, 42K, 46K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/7c6e1d47-cc5d-4292-802e-609773ab4f01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667258, 'registration': 'KP12YCK', 'account': 'WBA004', 'make': 'SKODA', 'model': 'ROOMSTER ESTATE', 'derivative': '1.2 TSI 105 SE Plus 5dr', 'mileage': 47204, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 619, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-04-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-01', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KP12YCK/2026-03-23/image/f980b733-5963-4c82-8b70-85a55a10b2dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/3a3ddeab-782f-40fe-9682-5459f1eea3dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/8b29397a-7f62-47c7-953c-a13ca7ad4283_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/cbc1fccf-b995-47c0-92e2-6cdbd23014b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/4fbb4dcd-2b1f-460f-9f5b-68d70701f036_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/912fd2ea-af92-4930-b38b-77b6e8a4395a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/a98b1730-0bf0-4536-862b-10385d670c4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/c53b0f60-b377-4817-ad04-d04e9835f8f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP12YCK/2026-03-23/image/1f1a3bd8-4333-4ead-b9ee-94fd3eecfe85_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/13 - 4K, 11/14 - 8K, 02/16 - 12K, 09/20 - 25K,', 'remarks': '**759** VOSA STATES 9K, 13K, 16K, 19K, 22K, 25K, 29K, 35K, 40K, 42K, 46K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/7c6e1d47-cc5d-4292-802e-609773ab4f01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258
2026-03-27 05:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f79cd3-260f-5982-a064-0c099e8d20ee with scrape type 2
2026-03-27 05:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f79cd3-260f-5982-a064-0c099e8d20ee with scrape type 2
2026-03-27 05:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d1f79cd3-260f-5982-a064-0c099e8d20ee, identifier: 120667258
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668127, 'registration': 'R14HKR', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Titanium 5dr', 'mileage': 38355, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 615, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/R14HKR/2026-03-23/image/2540191f-c6a0-4639-8a19-8151c53318c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/c47eeec6-873d-43a4-9a74-682c6b7f5b26_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/bc448fde-9546-4f0c-a23e-6097f65463fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/9a116228-603f-49b1-a8fa-b6fb2ef26699_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/8aed3683-29c3-4d83-9e5e-3c2606455ee8_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/7c8bbfdd-365b-49b2-ae43-2b2b3d33bd8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/07caf6cb-242d-4de8-b054-a749d72f7618_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/d8335d39-4262-476c-b4c1-721330405be4_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/273a79d9-79d8-4dcf-8493-489a7d3841c9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/24 - 35K', 'remarks': '**514** VOSA STATES 10K, 13K, 16K, 19K, 25K, 27K, 30K, 32K, 35K, 37K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3539ad81-21f1-4499-a41b-ccb4f1aea1ce.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668127, 'registration': 'R14HKR', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Titanium 5dr', 'mileage': 38355, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 615, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/R14HKR/2026-03-23/image/2540191f-c6a0-4639-8a19-8151c53318c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/c47eeec6-873d-43a4-9a74-682c6b7f5b26_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/bc448fde-9546-4f0c-a23e-6097f65463fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/9a116228-603f-49b1-a8fa-b6fb2ef26699_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/8aed3683-29c3-4d83-9e5e-3c2606455ee8_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/7c8bbfdd-365b-49b2-ae43-2b2b3d33bd8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/07caf6cb-242d-4de8-b054-a749d72f7618_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/d8335d39-4262-476c-b4c1-721330405be4_removebg.jpg?w=600', 'https://abimg003.imgix.net/R14HKR/2026-03-23/image/273a79d9-79d8-4dcf-8493-489a7d3841c9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/24 - 35K', 'remarks': '**514** VOSA STATES 10K, 13K, 16K, 19K, 25K, 27K, 30K, 32K, 35K, 37K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3539ad81-21f1-4499-a41b-ccb4f1aea1ce.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127
2026-03-27 05:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0754ede2-568d-553f-be02-fdd29217855a with scrape type 2
2026-03-27 05:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0754ede2-568d-553f-be02-fdd29217855a with scrape type 2
2026-03-27 05:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0754ede2-568d-553f-be02-fdd29217855a, identifier: 120668127
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120379914, 'registration': 'YF57VFX', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC Type S GT 3dr', 'mileage': 114729, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 592, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-11-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 3, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF57VFX/2026-03-13/image/11515326-bf39-4b62-b3bd-b1a518264649_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/d571526f-e40a-45b6-a000-ad83ec27e8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/a3423a30-eafb-4019-9a8b-dea4affd2d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/b49001e5-2425-42bb-b2d9-c9edfad27fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/1bf84130-487e-4547-a4b1-c9e2125a9b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/2d1f8dfb-a0d0-4426-b0de-240e24f0fc9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/71e5315a-0faa-453a-84c1-fb54fa44ddeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/ea97b005-eb51-4208-9af3-cf30ca1bdea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/161ca3b2-f29e-4f6a-800d-a30f784799d8_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/08 - 8K, 10/09 - 17K, 10/10 - 29K, 05/11 - 33K, 08/12 - 44K, 08/13 - 51K, 08/14 - 59K, 08/15 - 67K, 09/16 -74K, 09/17 - 82K, 12/18 - NO MILEAGE, 11/19 - NO MILEAGE,', 'remarks': '**594** VOSA STATES 30K, 37K, 44K, 51K, 59K, 67K, 74K, 82K, 89K, 97K, 98K, 99K, 101K, 105K, 108K, 114K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1aa8bc27-532d-441f-9a16-f28cd0c8f759.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120379914, 'registration': 'YF57VFX', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC Type S GT 3dr', 'mileage': 114729, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 592, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-11-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 3, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF57VFX/2026-03-13/image/11515326-bf39-4b62-b3bd-b1a518264649_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/d571526f-e40a-45b6-a000-ad83ec27e8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/a3423a30-eafb-4019-9a8b-dea4affd2d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/b49001e5-2425-42bb-b2d9-c9edfad27fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/1bf84130-487e-4547-a4b1-c9e2125a9b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/2d1f8dfb-a0d0-4426-b0de-240e24f0fc9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/71e5315a-0faa-453a-84c1-fb54fa44ddeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/ea97b005-eb51-4208-9af3-cf30ca1bdea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF57VFX/2026-03-13/image/161ca3b2-f29e-4f6a-800d-a30f784799d8_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/08 - 8K, 10/09 - 17K, 10/10 - 29K, 05/11 - 33K, 08/12 - 44K, 08/13 - 51K, 08/14 - 59K, 08/15 - 67K, 09/16 -74K, 09/17 - 82K, 12/18 - NO MILEAGE, 11/19 - NO MILEAGE,', 'remarks': '**594** VOSA STATES 30K, 37K, 44K, 51K, 59K, 67K, 74K, 82K, 89K, 97K, 98K, 99K, 101K, 105K, 108K, 114K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1aa8bc27-532d-441f-9a16-f28cd0c8f759.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914
2026-03-27 05:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a65ca717-0cce-53ca-a7cd-d201280aaff4 with scrape type 2
2026-03-27 05:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a65ca717-0cce-53ca-a7cd-d201280aaff4 with scrape type 2
2026-03-27 05:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a65ca717-0cce-53ca-a7cd-d201280aaff4, identifier: 120379914
2026-03-27 05:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120572177?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258
2026-03-27 05:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258
2026-03-27 05:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258 to the API
2026-03-27 05:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667258?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'd1f79cd3-260f-5982-a064-0c099e8d20ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP12YCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667258',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'ROOMSTER ESTATE',
'odometer': 47204,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-23',
'seller_name': 'UKCGR - Trade',
'title': 'SKODA ROOMSTER ESTATE 1.2 TSI 105 SE Plus 5dr',
'transmission': 'manual',
'trim': '1.2 TSI 105 SE Plus 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667258%27 HTTP/1.1" 200 None
2026-03-27 05:00:51 [astonbarclay.gb] INFO: Saving data for 120667258: {'auction_closing_time': 1774604700.0, 'created_time': 1774261062.294872, 'last_price_update_time': 1774587651.198994}
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667258') HTTP/1.1" 204 0
2026-03-27 05:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127
2026-03-27 05:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127
2026-03-27 05:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127 to the API
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668127?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '0754ede2-568d-553f-be02-fdd29217855a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'R14HKR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668127',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 38355,
'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': 'FORD FIESTA HATCHBACK 1.4 Titanium 5dr',
'transmission': 'manual',
'trim': '1.4 Titanium 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668127%27 HTTP/1.1" 200 None
2026-03-27 05:00:51 [astonbarclay.gb] INFO: Saving data for 120668127: {'auction_closing_time': 1774604700.0, 'created_time': 1774261092.407047, 'last_price_update_time': 1774587651.566166}
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668127') HTTP/1.1" 204 0
2026-03-27 05:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE HTTP/1.1" 200 None
2026-03-27 05:00:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914
2026-03-27 05:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914 to the API
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120379914?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a65ca717-0cce-53ca-a7cd-d201280aaff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF57VFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120379914',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 114729,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-11-24',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CIVIC HATCHBACK 1.8 i-VTEC Type S GT 3dr',
'transmission': 'manual',
'trim': '1.8 i-VTEC Type S GT 3dr',
'vin': None,
'year': 2007}
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120379914%27 HTTP/1.1" 200 None
2026-03-27 05:00:51 [astonbarclay.gb] INFO: Saving data for 120379914: {'auction_closing_time': 1774604700.0, 'created_time': 1773402789.138887, 'last_price_update_time': 1774587651.953229}
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120379914') HTTP/1.1" 204 0
2026-03-27 05:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120478073
2026-03-27 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478073%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Scrape type for 120478073: 2
2026-03-27 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-27 05:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120453729?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443870?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120222920
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120222920%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Scrape type for 120222920: 2
2026-03-27 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-27 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-27 05:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120413800?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120572177, 'registration': 'KP18VNN', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '108 TOP HATCHBACK', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 149300, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 639, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-24', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP18VNN/2026-03-19/image/393fc3b1-0253-4990-b4d8-a515606c0bae_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/aacbc846-4d34-40fc-ac88-380564e52461_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/d721ce28-1e4b-41ab-9f63-be382b67631c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/edcf090d-7341-45db-bcf0-968a5bf54ba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/19ffb282-5a90-4462-bb9b-4db359509948_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/3270dd80-2930-4b19-a892-4e021bf87900_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/93060e39-fbf4-489c-a502-f3caabca342b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/07ff61cf-36b7-4ba3-ad19-63e572895e23_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/30cdd9f5-00c8-4b7b-993a-432246a16a80_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19- 22K, 10/21- 57K, 09/22- 72K, 06/24- 113K, 01/25- 125K, 02/26- 148K,', 'remarks': '**617** VOSA STATES 41K, 64K, 88K, 102K, 125K, 146K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/58acae39-5adc-4040-b338-457fdd994327.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120572177, 'registration': 'KP18VNN', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '108 TOP HATCHBACK', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 149300, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 639, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-24', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP18VNN/2026-03-19/image/393fc3b1-0253-4990-b4d8-a515606c0bae_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/aacbc846-4d34-40fc-ac88-380564e52461_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/d721ce28-1e4b-41ab-9f63-be382b67631c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/edcf090d-7341-45db-bcf0-968a5bf54ba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/19ffb282-5a90-4462-bb9b-4db359509948_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/3270dd80-2930-4b19-a892-4e021bf87900_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/93060e39-fbf4-489c-a502-f3caabca342b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/07ff61cf-36b7-4ba3-ad19-63e572895e23_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP18VNN/2026-03-19/image/30cdd9f5-00c8-4b7b-993a-432246a16a80_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19- 22K, 10/21- 57K, 09/22- 72K, 06/24- 113K, 01/25- 125K, 02/26- 148K,', 'remarks': '**617** VOSA STATES 41K, 64K, 88K, 102K, 125K, 146K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/58acae39-5adc-4040-b338-457fdd994327.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177
2026-03-27 05:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7abd472e-d6b0-535b-8e72-1f60b06fbaca with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7abd472e-d6b0-535b-8e72-1f60b06fbaca with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7abd472e-d6b0-535b-8e72-1f60b06fbaca, identifier: 120572177
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120264057
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120264057%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Scrape type for 120264057: 0
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119471463
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119471463%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Scrape type for 119471463: 0
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 114700028
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27114700028%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Scrape type for 114700028: 2
2026-03-27 05:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177
2026-03-27 05:00:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177
2026-03-27 05:00:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177 to the API
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120572177?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'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': '7abd472e-d6b0-535b-8e72-1f60b06fbaca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP18VNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120572177',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '108 TOP HATCHBACK',
'odometer': 149300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-28',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 108 TOP HATCHBACK 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120572177%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Saving data for 120572177: {'auction_closing_time': 1774604700.0, 'created_time': 1773838858.611152, 'last_price_update_time': 1774587652.470708}
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120572177') HTTP/1.1" 204 0
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 113467296
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27113467296%27 HTTP/1.1" 200 None
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Scrape type for 113467296: 2
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120453729, 'registration': 'LM62BZB', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220 CDI BlueEFFICIENCY Executive SE 4dr Auto', 'mileage': 33143, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 614, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-09-28', 'fuel': 'Diesel', 'motExpiry': '2026-11-20', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LM62BZB/2026-03-16/image/13cd8f8d-e476-4836-bcbc-027bbd1d02c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/3046332f-0dac-4db5-b05a-9dfab22ef42a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/a6d46c49-64e3-4c63-bf6f-9c228b90c532_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/a0c11709-bbec-4ad0-a7d3-f43cc7b27a79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/fd838e82-aa28-4d60-9898-6bba797caf2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/d527503d-a54d-4f6f-bcaa-9a88094984bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/a9d9d530-b28d-4bc9-8e62-d45e4be89c14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/9a812ed7-b0b0-4d22-b353-e771525aad2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/9a58647d-8ef9-4554-9bf5-082d56d11157_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/13 - 6K, 02/16 - 14K, 02/17 - 16K, 02/18 - 19K', 'remarks': '**457** VOSA STATES 11K, 14K, 16K, 19K, 23K, 26K, 27K, 28K, 29K, 31K, 32K, SPARE KEY, BECKER', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bf03b523-17ea-4583-b85e-737eb26dae6b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120453729, 'registration': 'LM62BZB', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220 CDI BlueEFFICIENCY Executive SE 4dr Auto', 'mileage': 33143, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 614, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-09-28', 'fuel': 'Diesel', 'motExpiry': '2026-11-20', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LM62BZB/2026-03-16/image/13cd8f8d-e476-4836-bcbc-027bbd1d02c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/3046332f-0dac-4db5-b05a-9dfab22ef42a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/a6d46c49-64e3-4c63-bf6f-9c228b90c532_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/a0c11709-bbec-4ad0-a7d3-f43cc7b27a79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/fd838e82-aa28-4d60-9898-6bba797caf2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/d527503d-a54d-4f6f-bcaa-9a88094984bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/a9d9d530-b28d-4bc9-8e62-d45e4be89c14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/9a812ed7-b0b0-4d22-b353-e771525aad2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM62BZB/2026-03-16/image/9a58647d-8ef9-4554-9bf5-082d56d11157_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/13 - 6K, 02/16 - 14K, 02/17 - 16K, 02/18 - 19K', 'remarks': '**457** VOSA STATES 11K, 14K, 16K, 19K, 23K, 26K, 27K, 28K, 29K, 31K, 32K, SPARE KEY, BECKER', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bf03b523-17ea-4583-b85e-737eb26dae6b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70393f5-f502-57b4-b4d6-05c16620453b with identifier: 120453729
2026-03-27 05:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70393f5-f502-57b4-b4d6-05c16620453b with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e70393f5-f502-57b4-b4d6-05c16620453b with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e70393f5-f502-57b4-b4d6-05c16620453b, identifier: 120453729
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443870, 'registration': 'KY12BXX', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.6 [117] Acenta 5dr', 'mileage': 131350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 612, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-03-02', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY12BXX/2026-03-16/image/5897af87-6405-4984-a25f-1ed3b6e66db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/4ed222ff-af1c-46ca-b66b-7eca54f69f5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/4d8780cc-94e2-43a2-b060-0d8ef8130e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/c319c15d-3ce4-4613-b9a5-d9a2e4c4bd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/b96215ac-ed95-4bbc-a7e1-aa1935916504_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/c4eea103-f1ff-4563-96da-d309c7a74780_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/0234d433-b007-49c2-aae0-19322026527f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/109f37e8-880f-4de1-8c90-132199faf6fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/36860833-8d2c-4165-ad14-5156f2beeec9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/13 - 12K, 02/14 - 27K, 02/15 - 44K, 03/16 - 61K, 01/17 - 74K,', 'remarks': '**507** VOSA STATES 44K, 60K, 74K, 80K, 87K, 97K, 102K, 107K, 116K, 124K, SD CARD, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6d79ad45-7dfb-44a8-b8c4-51e4153d89f9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443870, 'registration': 'KY12BXX', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.6 [117] Acenta 5dr', 'mileage': 131350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 612, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-03-02', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY12BXX/2026-03-16/image/5897af87-6405-4984-a25f-1ed3b6e66db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/4ed222ff-af1c-46ca-b66b-7eca54f69f5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/4d8780cc-94e2-43a2-b060-0d8ef8130e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/c319c15d-3ce4-4613-b9a5-d9a2e4c4bd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/b96215ac-ed95-4bbc-a7e1-aa1935916504_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/c4eea103-f1ff-4563-96da-d309c7a74780_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/0234d433-b007-49c2-aae0-19322026527f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/109f37e8-880f-4de1-8c90-132199faf6fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY12BXX/2026-03-16/image/36860833-8d2c-4165-ad14-5156f2beeec9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/13 - 12K, 02/14 - 27K, 02/15 - 44K, 03/16 - 61K, 01/17 - 74K,', 'remarks': '**507** VOSA STATES 44K, 60K, 74K, 80K, 87K, 97K, 102K, 107K, 116K, 124K, SD CARD, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6d79ad45-7dfb-44a8-b8c4-51e4153d89f9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870
2026-03-27 05:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29475434-5782-5ccf-bacb-65a40db28eb6 with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29475434-5782-5ccf-bacb-65a40db28eb6 with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 29475434-5782-5ccf-bacb-65a40db28eb6, identifier: 120443870
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120413800, 'registration': 'FV71WSE', 'account': 'DAY005', 'make': 'TOYOTA', 'model': 'COROLLA TOURING SPORT', 'derivative': '1.8 VVT-i Hybrid Icon 5dr CVT', 'mileage': 12340, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 101, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-02', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV71WSE/2026-03-19/image/93d8246a-acbd-4a12-ba04-b5212146f3ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/7022f472-c4d4-42df-93c0-0b8ed1de7ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/952ae5c6-a7e6-43fa-9c5a-84ed0f1734f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/190f7d1f-a130-492d-b5ca-556e2889973d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/406aaf9a-21cd-4b96-a207-20e4b5ce7935_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/88c1d6fe-362b-4afb-9072-9e0fb61c789d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/c9f0811f-3954-4790-9b58-071a8f405a72_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/38c4c12d-4b4c-4e69-8fb8-aed9d0041e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/b5089436-df93-42dd-b1b6-037bdc6e8a10_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23- 4K, 01/25- 5K, 01/25-9K, 01/26- 12K DISCREPANCY IN SERVICE BOOK', 'remarks': '**1757** VOSA STATES 9K, 12K,', '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/b340716a-b237-414c-b2a8-4be771f72900.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120413800, 'registration': 'FV71WSE', 'account': 'DAY005', 'make': 'TOYOTA', 'model': 'COROLLA TOURING SPORT', 'derivative': '1.8 VVT-i Hybrid Icon 5dr CVT', 'mileage': 12340, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 101, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-02', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV71WSE/2026-03-19/image/93d8246a-acbd-4a12-ba04-b5212146f3ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/7022f472-c4d4-42df-93c0-0b8ed1de7ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/952ae5c6-a7e6-43fa-9c5a-84ed0f1734f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/190f7d1f-a130-492d-b5ca-556e2889973d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/406aaf9a-21cd-4b96-a207-20e4b5ce7935_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/88c1d6fe-362b-4afb-9072-9e0fb61c789d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/c9f0811f-3954-4790-9b58-071a8f405a72_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/38c4c12d-4b4c-4e69-8fb8-aed9d0041e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSE/2026-03-19/image/b5089436-df93-42dd-b1b6-037bdc6e8a10_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23- 4K, 01/25- 5K, 01/25-9K, 01/26- 12K DISCREPANCY IN SERVICE BOOK', 'remarks': '**1757** VOSA STATES 9K, 12K,', '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/b340716a-b237-414c-b2a8-4be771f72900.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800
2026-03-27 05:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f198123b-f92e-5f22-a510-b54ce9ab3213 with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f198123b-f92e-5f22-a510-b54ce9ab3213 with scrape type 2
2026-03-27 05:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f198123b-f92e-5f22-a510-b54ce9ab3213, identifier: 120413800
2026-03-27 05:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e70393f5-f502-57b4-b4d6-05c16620453b with identifier: 120453729
2026-03-27 05:00:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e70393f5-f502-57b4-b4d6-05c16620453b with identifier: 120453729
2026-03-27 05:00:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e70393f5-f502-57b4-b4d6-05c16620453b with identifier: 120453729 to the API
2026-03-27 05:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120453729?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'e70393f5-f502-57b4-b4d6-05c16620453b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM62BZB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120453729',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 33143,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-28',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C220 CDI BlueEFFICIENCY '
'Executive SE 4dr Auto',
'transmission': 'automatic',
'trim': 'C220 CDI BlueEFFICIENCY Executive SE 4dr Auto',
'vin': None,
'year': 2012}
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120453729%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Saving data for 120453729: {'auction_closing_time': 1774604700.0, 'created_time': 1773655422.097769, 'last_price_update_time': 1774587653.179613}
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453729') HTTP/1.1" 204 0
2026-03-27 05:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870
2026-03-27 05:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870
2026-03-27 05:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870 to the API
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443870?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '29475434-5782-5ccf-bacb-65a40db28eb6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY12BXX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443870',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 131350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-02',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI HATCHBACK 1.6 [117] Acenta 5dr',
'transmission': 'manual',
'trim': '1.6 [117] Acenta 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443870%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Saving data for 120443870: {'auction_closing_time': 1774604700.0, 'created_time': 1773655425.898387, 'last_price_update_time': 1774587653.479834}
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443870') HTTP/1.1" 204 0
2026-03-27 05:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800
2026-03-27 05:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800
2026-03-27 05:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800 to the API
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120413800?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': 'f198123b-f92e-5f22-a510-b54ce9ab3213',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV71WSE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120413800',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'COROLLA TOURING SPORT',
'odometer': 12340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'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-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120413800%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Saving data for 120413800: {'auction_closing_time': 1774604700.0, 'created_time': 1773860542.183663, 'last_price_update_time': 1774587653.769308}
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120413800') HTTP/1.1" 204 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 117180694
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117180694%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 117180694: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119794583
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119794583%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 119794583: 2
2026-03-27 05:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120455553?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119607413
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119607413%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 119607413: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 118913248
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118913248%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 118913248: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119644304
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119644304%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 119644304: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120043895
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120043895%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 120043895: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119621371
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119621371%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 119621371: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 118344012
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118344012%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 118344012: 2
2026-03-27 05:00:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 118991105
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118991105%27 HTTP/1.1" 200 None
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Scrape type for 118991105: 0
2026-03-27 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119930099
2026-03-27 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119930099%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119930099: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 116883375
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27116883375%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 116883375: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119721273
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119721273%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119721273: 2
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 118514672
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118514672%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 118514672: 2
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120455553, 'registration': 'WU60UBE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF PLUS DIESEL HATCHBACK', 'derivative': '1.6 TDI 105 SE 5dr', 'mileage': 140280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 640, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-09-18', 'fuel': 'Diesel', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU60UBE/2026-03-16/image/1f5f82d0-9b4d-40a3-9c7f-86e3fc24c0b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/f65a90e3-1af1-43a8-8289-59ecf5a20e4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/7013bd87-c0e2-48c5-9c34-9e66839d0140_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/093c6006-88e7-4017-a44a-e2809ce00b07_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/64926488-ff11-49c6-af1b-abd49b8fddf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/5bd67651-12d5-4c39-af1c-768be79b0e94_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/3917fb0a-d526-4aef-83d6-0d7ccd068b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/6062cd34-390d-4eba-bc52-018bcf624d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/e0b9d809-33bf-44fc-8553-d596ff6c3b32_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11 - 10K, 02/12 - 20K, 08/12 - 30K, 08/13 - 41K, 06/14 - 51K, 06/15 - 66K, 01/17 - 81K, 07/23 - 110K,', 'remarks': '**574** VOSA STATES 41K, 54K, 67K, 79K, 87K, 92K, 96K, 100K, 104K, 107K, 110K, 124K, 130K, 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/8e2c2603-7ad7-4a56-8925-a92f89fac91a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120455553, 'registration': 'WU60UBE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF PLUS DIESEL HATCHBACK', 'derivative': '1.6 TDI 105 SE 5dr', 'mileage': 140280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 640, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-09-18', 'fuel': 'Diesel', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU60UBE/2026-03-16/image/1f5f82d0-9b4d-40a3-9c7f-86e3fc24c0b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/f65a90e3-1af1-43a8-8289-59ecf5a20e4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/7013bd87-c0e2-48c5-9c34-9e66839d0140_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/093c6006-88e7-4017-a44a-e2809ce00b07_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/64926488-ff11-49c6-af1b-abd49b8fddf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/5bd67651-12d5-4c39-af1c-768be79b0e94_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/3917fb0a-d526-4aef-83d6-0d7ccd068b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/6062cd34-390d-4eba-bc52-018bcf624d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU60UBE/2026-03-16/image/e0b9d809-33bf-44fc-8553-d596ff6c3b32_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11 - 10K, 02/12 - 20K, 08/12 - 30K, 08/13 - 41K, 06/14 - 51K, 06/15 - 66K, 01/17 - 81K, 07/23 - 110K,', 'remarks': '**574** VOSA STATES 41K, 54K, 67K, 79K, 87K, 92K, 96K, 100K, 104K, 107K, 110K, 124K, 130K, 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/8e2c2603-7ad7-4a56-8925-a92f89fac91a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553
2026-03-27 05:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with scrape type 2
2026-03-27 05:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with scrape type 2
2026-03-27 05:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c, identifier: 120455553
2026-03-27 05:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553
2026-03-27 05:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553
2026-03-27 05:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553 to the API
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120455553?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '5ab1c426-a0a4-552e-b4dc-876dfd920d6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WU60UBE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120455553',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF PLUS DIESEL HATCHBACK',
'odometer': 140280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-18',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF PLUS DIESEL HATCHBACK 1.6 TDI 105 SE 5dr',
'transmission': 'manual',
'trim': '1.6 TDI 105 SE 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120455553%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Saving data for 120455553: {'auction_closing_time': 1774604700.0, 'created_time': 1773655410.82446, 'last_price_update_time': 1774587654.457337}
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120455553') HTTP/1.1" 204 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 116645412
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27116645412%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 116645412: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120517415
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120517415%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120517415: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 114657057
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27114657057%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 114657057: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119321448
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119321448%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119321448: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119992447
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119992447%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119992447: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119066158
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119066158%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119066158: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 118149623
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118149623%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 118149623: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 113928965
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27113928965%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 113928965: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 113794402
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27113794402%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 113794402: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119025051
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119025051%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119025051: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119769278
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119769278%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119769278: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120300713
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120300713%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120300713: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119180124
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119180124%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119180124: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120297730
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120297730%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120297730: 2
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 118594241
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118594241%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 118594241: 2
2026-03-27 05:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120730145?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120355965?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120718994?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119270827
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119270827%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119270827: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119310122
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119310122%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119310122: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119637509
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119637509%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119637509: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 117830350
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117830350%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 117830350: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120219322
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120219322%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120219322: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120592457
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592457%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120592457: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120741234
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120741234%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120741234: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120171916
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120171916%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120171916: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120620673
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120620673%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120620673: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120404223
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120404223%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120404223: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120510340
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120510340%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 120510340: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119960187
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119960187%27 HTTP/1.1" 200 None
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Scrape type for 119960187: 0
2026-03-27 05:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120595536
2026-03-27 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595536%27 HTTP/1.1" 200 None
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120595536: 2
2026-03-27 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-27 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-27 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120597579
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120597579%27 HTTP/1.1" 200 None
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120597579: 2
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120592265
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592265%27 HTTP/1.1" 200 None
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120592265: 2
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120730145, 'registration': 'SC55FLX', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KANGOO SL17 DCI 70+', 'derivative': None, 'mileage': 197868, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 650, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-02-23', 'fuel': 'Diesel', 'motExpiry': '2026-05-17', 'doors': None, 'engineSize': 1461, 'bodyType': 'Panel Van', 'images': ['https://abimg003.imgix.net/SC55FLX/2026-03-24/image/fa66e046-994a-4050-a1f1-313c39adee1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/3b0dcf22-e11b-46c5-b539-fb3ed337806d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/cddb5f9e-7e1d-40e9-a16d-4bb2e5601ee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/06b2f806-cee8-4068-8d12-41015ea14913_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/f7ebc91a-f160-4763-8fbd-3d5c640e29b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/14d79b35-76c8-4b3e-bb04-35b3bddbd663_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/4eab9f27-357e-4e8b-8f21-084526b1e9fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/ccc0415c-71db-4c9c-983e-e0a15326aa40_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/482ebc92-a38d-4142-961c-12df81d22d9c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/08 - 30K, 02/09 - 36K, 05/11 - 64K, 02/12 - 70K, 02/13 - 80K, 02/14 - 91K, 02/15 - 102K, 02/16 - 113K, 04/22 - 162K, 05/23 - 172K, 05/24 - 181K, 05/25 - 190K', 'remarks': '**678** VOSA STATES 36K, 49K, 60K, 70K, 80K, 91K, 102K, 113K, 122K, 130K, 139K, 147K, 154K, 162K, 172K, 181K, 190K, SPARE KEY', '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/a47ae3d0-70d3-41dc-8e62-bb5d83ab0028.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120730145, 'registration': 'SC55FLX', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KANGOO SL17 DCI 70+', 'derivative': None, 'mileage': 197868, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 650, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-02-23', 'fuel': 'Diesel', 'motExpiry': '2026-05-17', 'doors': None, 'engineSize': 1461, 'bodyType': 'Panel Van', 'images': ['https://abimg003.imgix.net/SC55FLX/2026-03-24/image/fa66e046-994a-4050-a1f1-313c39adee1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/3b0dcf22-e11b-46c5-b539-fb3ed337806d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/cddb5f9e-7e1d-40e9-a16d-4bb2e5601ee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/06b2f806-cee8-4068-8d12-41015ea14913_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/f7ebc91a-f160-4763-8fbd-3d5c640e29b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/14d79b35-76c8-4b3e-bb04-35b3bddbd663_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/4eab9f27-357e-4e8b-8f21-084526b1e9fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/ccc0415c-71db-4c9c-983e-e0a15326aa40_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC55FLX/2026-03-24/image/482ebc92-a38d-4142-961c-12df81d22d9c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/08 - 30K, 02/09 - 36K, 05/11 - 64K, 02/12 - 70K, 02/13 - 80K, 02/14 - 91K, 02/15 - 102K, 02/16 - 113K, 04/22 - 162K, 05/23 - 172K, 05/24 - 181K, 05/25 - 190K', 'remarks': '**678** VOSA STATES 36K, 49K, 60K, 70K, 80K, 91K, 102K, 113K, 122K, 130K, 139K, 147K, 154K, 162K, 172K, 181K, 190K, SPARE KEY', '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/a47ae3d0-70d3-41dc-8e62-bb5d83ab0028.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145
2026-03-27 05:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4f3055-adab-5583-b0c7-8a295744457b with scrape type 2
2026-03-27 05:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b4f3055-adab-5583-b0c7-8a295744457b with scrape type 2
2026-03-27 05:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b4f3055-adab-5583-b0c7-8a295744457b, identifier: 120730145
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120355965, 'registration': 'VX13WLC', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 138632, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 658, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VX13WLC/2026-03-12/image/c6948e96-5f24-4e46-ad4d-5723ba6132de_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/c00c3ff5-26ed-4a08-a73e-d02d577ed21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/fea302ad-58d2-419e-958e-fc82a78699d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/a72e656e-9555-40d2-bfd0-dd38df977200_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/9f7b87e4-151d-4d9f-b69e-1b40e3767e19_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/209e8217-2377-4a26-997a-4b1f1a6325bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/de9b27a7-aa66-4181-addf-f53233eb4e89_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/60d005b3-b6ce-4a43-bcf9-32d2408416c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/98e262fb-8588-4854-8219-52dc269a9a3c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/14- 8K, 02/15- 19K, 02/16- 28K, 07/16- 39K, 12/16- 53K, 03/18- 70K, 08/24- 129K', 'remarks': '**1684**VOSA STATES 28K, 60K, 70K, 83K, 96K, 101K, 110K, 118K, 126K, 133K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/aec81208-dfb4-4c0a-9a73-bc528f5ae93b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120355965, 'registration': 'VX13WLC', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 138632, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 658, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-08', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VX13WLC/2026-03-12/image/c6948e96-5f24-4e46-ad4d-5723ba6132de_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/c00c3ff5-26ed-4a08-a73e-d02d577ed21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/fea302ad-58d2-419e-958e-fc82a78699d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/a72e656e-9555-40d2-bfd0-dd38df977200_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/9f7b87e4-151d-4d9f-b69e-1b40e3767e19_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/209e8217-2377-4a26-997a-4b1f1a6325bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/de9b27a7-aa66-4181-addf-f53233eb4e89_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/60d005b3-b6ce-4a43-bcf9-32d2408416c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VX13WLC/2026-03-12/image/98e262fb-8588-4854-8219-52dc269a9a3c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/14- 8K, 02/15- 19K, 02/16- 28K, 07/16- 39K, 12/16- 53K, 03/18- 70K, 08/24- 129K', 'remarks': '**1684**VOSA STATES 28K, 60K, 70K, 83K, 96K, 101K, 110K, 118K, 126K, 133K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/aec81208-dfb4-4c0a-9a73-bc528f5ae93b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965
2026-03-27 05:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83733b8a-fadc-5172-922f-d66cfd982274 with scrape type 2
2026-03-27 05:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83733b8a-fadc-5172-922f-d66cfd982274 with scrape type 2
2026-03-27 05:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 83733b8a-fadc-5172-922f-d66cfd982274, identifier: 120355965
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120718994, 'registration': 'WO17OVU', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Line 5dr', 'mileage': 64464, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 680, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO17OVU/2026-03-24/image/d0157798-a1af-4529-8983-e96033b16e82_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/9a7d0137-1e8e-442d-9aac-2432a7c037b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/41fb5b57-c854-4422-82d2-96ffaf82cbde_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/240ef685-2596-4c44-9542-03697d11786a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/67408845-90d7-432b-96d1-5c26114faac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/24c0db35-bef4-4a6a-b464-e454f3e90348_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/2a218c69-12c7-464d-b3c7-a984080b0cc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/427e8f13-f628-4564-b185-3f5961fb92a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/17071957-d43f-48d6-bcf1-0bca95b6b4a5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 19K, 12/20 - 34K, 05/22 - 36K, 03/23 - 42K, 05/24 - 50K, 06/25 - 58K', 'remarks': '**695** VOSA STATES 34K, 35K, 36K, 43K, 50K, 58K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/2b74cf0c-0843-4199-9d40-4fe626589ab0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120718994, 'registration': 'WO17OVU', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Line 5dr', 'mileage': 64464, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 680, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO17OVU/2026-03-24/image/d0157798-a1af-4529-8983-e96033b16e82_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/9a7d0137-1e8e-442d-9aac-2432a7c037b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/41fb5b57-c854-4422-82d2-96ffaf82cbde_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/240ef685-2596-4c44-9542-03697d11786a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/67408845-90d7-432b-96d1-5c26114faac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/24c0db35-bef4-4a6a-b464-e454f3e90348_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/2a218c69-12c7-464d-b3c7-a984080b0cc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/427e8f13-f628-4564-b185-3f5961fb92a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO17OVU/2026-03-24/image/17071957-d43f-48d6-bcf1-0bca95b6b4a5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 19K, 12/20 - 34K, 05/22 - 36K, 03/23 - 42K, 05/24 - 50K, 06/25 - 58K', 'remarks': '**695** VOSA STATES 34K, 35K, 36K, 43K, 50K, 58K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/2b74cf0c-0843-4199-9d40-4fe626589ab0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994
2026-03-27 05:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72793cbe-3932-583c-9c13-82d89642021a with scrape type 2
2026-03-27 05:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72793cbe-3932-583c-9c13-82d89642021a with scrape type 2
2026-03-27 05:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72793cbe-3932-583c-9c13-82d89642021a, identifier: 120718994
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120595560
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595560%27 HTTP/1.1" 200 None
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120595560: 2
2026-03-27 05:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145
2026-03-27 05:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145
2026-03-27 05:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145 to the API
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120730145?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 3',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '9b4f3055-adab-5583-b0c7-8a295744457b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SC55FLX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120730145',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'KANGOO SL17 DCI 70+',
'odometer': 197868,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-02-23',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT KANGOO SL17 DCI 70+ None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2006}
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120730145%27 HTTP/1.1" 200 None
2026-03-27 05:00:55 [astonbarclay.gb] INFO: Saving data for 120730145: {'auction_closing_time': 1774604700.0, 'created_time': 1774357830.581289, 'last_price_update_time': 1774587655.659759}
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120730145') HTTP/1.1" 204 0
2026-03-27 05:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965
2026-03-27 05:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965
2026-03-27 05:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965 to the API
2026-03-27 05:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120355965?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '83733b8a-fadc-5172-922f-d66cfd982274',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VX13WLC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120355965',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 138632,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120355965%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Saving data for 120355965: {'auction_closing_time': 1774604700.0, 'created_time': 1773402764.942537, 'last_price_update_time': 1774587656.154485}
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120355965') HTTP/1.1" 204 0
2026-03-27 05:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994
2026-03-27 05:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994
2026-03-27 05:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994 to the API
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120718994?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '72793cbe-3932-583c-9c13-82d89642021a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WO17OVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120718994',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 64464,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-17',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 308 HATCHBACK 1.2 PureTech 130 GT Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 GT Line 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120718994%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Saving data for 120718994: {'auction_closing_time': 1774604700.0, 'created_time': 1774357881.352257, 'last_price_update_time': 1774587656.475742}
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120718994') HTTP/1.1" 204 0
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120145776
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120145776%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120145776: 0
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120595703
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595703%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120595703: 2
2026-03-27 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120660737?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120595487
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595487%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120595487: 2
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120592274
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592274%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120592274: 2
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120595682
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595682%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120595682: 2
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120461410
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120461410%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120461410: 2
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120623833
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120623833%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120623833: 2
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120440606
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120440606%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120440606: 0
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120595672
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595672%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120595672: 2
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120595505
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595505%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120595505: 2
2026-03-27 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120606141?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120660737, 'registration': 'GJ15RTU', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK DIESEL', 'derivative': '1.5 Cooper D 3dr', 'mileage': 59017, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 681, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-03', 'doors': 3, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/f33b8b4b-3a18-4e0f-8abe-d7f12bf04149_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/8ca84d55-7d72-405d-b5f1-dceb342a3114_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/64f03f04-654e-4380-ac4e-44789e6ed3fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/2d58b04c-4ab7-4ad5-9b4e-0e10cea23330_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/bcaadc01-42a7-43d9-ac7b-0f5a76f67e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/a585dd33-e0ca-40b9-8481-71906456984a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/5fa1c625-9398-487e-b0ae-920ea36798ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/83581c20-a7c1-4697-a6f7-f61a0e5ac66e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/a6b3cc72-8c2b-4ea8-bccc-5638e0c8be20_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/93331b84-2f04-4244-b246-67266e3dde3c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/25 - 57K,', 'remarks': '**522** VOSA STATES 29K, 37K, 39K, 45K, 50K, 50K, 52K, 54K, 57K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0b93380-23dc-4e7e-a568-90c6aa54a2e5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120660737, 'registration': 'GJ15RTU', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK DIESEL', 'derivative': '1.5 Cooper D 3dr', 'mileage': 59017, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 681, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-03', 'doors': 3, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/f33b8b4b-3a18-4e0f-8abe-d7f12bf04149_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/8ca84d55-7d72-405d-b5f1-dceb342a3114_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/64f03f04-654e-4380-ac4e-44789e6ed3fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/2d58b04c-4ab7-4ad5-9b4e-0e10cea23330_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/bcaadc01-42a7-43d9-ac7b-0f5a76f67e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/a585dd33-e0ca-40b9-8481-71906456984a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/5fa1c625-9398-487e-b0ae-920ea36798ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/83581c20-a7c1-4697-a6f7-f61a0e5ac66e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/a6b3cc72-8c2b-4ea8-bccc-5638e0c8be20_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ15RTU/2026-03-23/image/93331b84-2f04-4244-b246-67266e3dde3c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/25 - 57K,', 'remarks': '**522** VOSA STATES 29K, 37K, 39K, 45K, 50K, 50K, 52K, 54K, 57K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0b93380-23dc-4e7e-a568-90c6aa54a2e5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737
2026-03-27 05:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baab74ca-ee13-5a02-b97d-e2d18c037621 with scrape type 2
2026-03-27 05:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baab74ca-ee13-5a02-b97d-e2d18c037621 with scrape type 2
2026-03-27 05:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: baab74ca-ee13-5a02-b97d-e2d18c037621, identifier: 120660737
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120592245
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592245%27 HTTP/1.1" 200 None
2026-03-27 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120592245: 2
2026-03-27 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-27 05:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737
2026-03-27 05:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737
2026-03-27 05:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737 to the API
2026-03-27 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120660737?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 92,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'baab74ca-ee13-5a02-b97d-e2d18c037621',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ15RTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120660737',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'HATCHBACK DIESEL',
'odometer': 59017,
'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': 'UKCGR - Trade',
'title': 'MINI HATCHBACK DIESEL 1.5 Cooper D 3dr',
'transmission': 'manual',
'trim': '1.5 Cooper D 3dr',
'vin': None,
'year': 2015}
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120660737%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Saving data for 120660737: {'auction_closing_time': 1774604700.0, 'created_time': 1774033899.189408, 'last_price_update_time': 1774587657.111291}
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120660737') HTTP/1.1" 204 0
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120548775
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120548775%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Scrape type for 120548775: 2
2026-03-27 05:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120606141, 'registration': 'YP11HNT', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC ES 5dr CVT', 'mileage': 98263, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 649, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP11HNT/2026-03-20/image/2e4e9bcb-7f0c-4b0a-98d1-40904c8063c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/58c2ef8f-ac74-481b-8980-99ab2ae80ec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/763e4cb2-8525-4a11-93ea-1b74edeae7e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/95562fc9-7bc4-449c-a751-df292b28fed5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/5eafef05-4a81-487d-9c10-3c8345fbf9f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/d9882903-a070-4af6-8c27-e53095ced0f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/7c37b05a-0698-4134-a0c5-d1db6f5eadd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/c86d3573-a957-4107-998f-1d9ade31b574_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/c8414fe2-8635-416b-9e95-b9e9b834a642_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/18 - 62K, 04/19 - 66K, 09/20 - 74K', 'remarks': '**423** VOSA STATES 29K, 37K, 44K, 51K, 62K, 66K, 74K, 79K, 82K, 87K, 91K, 95K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f822df34-8c80-4c7e-9a9e-61283307f7a8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120606141, 'registration': 'YP11HNT', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC ES 5dr CVT', 'mileage': 98263, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 649, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP11HNT/2026-03-20/image/2e4e9bcb-7f0c-4b0a-98d1-40904c8063c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/58c2ef8f-ac74-481b-8980-99ab2ae80ec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/763e4cb2-8525-4a11-93ea-1b74edeae7e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/95562fc9-7bc4-449c-a751-df292b28fed5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/5eafef05-4a81-487d-9c10-3c8345fbf9f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/d9882903-a070-4af6-8c27-e53095ced0f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/7c37b05a-0698-4134-a0c5-d1db6f5eadd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/c86d3573-a957-4107-998f-1d9ade31b574_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP11HNT/2026-03-20/image/c8414fe2-8635-416b-9e95-b9e9b834a642_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 04/18 - 62K, 04/19 - 66K, 09/20 - 74K', 'remarks': '**423** VOSA STATES 29K, 37K, 44K, 51K, 62K, 66K, 74K, 79K, 82K, 87K, 91K, 95K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f822df34-8c80-4c7e-9a9e-61283307f7a8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141
2026-03-27 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d007c588-d3d9-5610-a532-d322d681d1e9 with scrape type 2
2026-03-27 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d007c588-d3d9-5610-a532-d322d681d1e9 with scrape type 2
2026-03-27 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d007c588-d3d9-5610-a532-d322d681d1e9, identifier: 120606141
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119837652
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119837652%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Scrape type for 119837652: 0
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119848508
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119848508%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Scrape type for 119848508: 0
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120196358
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120196358%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Scrape type for 120196358: 2
2026-03-27 05:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141
2026-03-27 05:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141
2026-03-27 05:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141 to the API
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120606141?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'd007c588-d3d9-5610-a532-d322d681d1e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP11HNT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120606141',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 98263,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-30',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA JAZZ HATCHBACK 1.4 i-VTEC ES 5dr CVT',
'transmission': 'automatic',
'trim': '1.4 i-VTEC ES 5dr CVT',
'vin': None,
'year': 2011}
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120606141%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Saving data for 120606141: {'auction_closing_time': 1774604700.0, 'created_time': 1773928940.531796, 'last_price_update_time': 1774587657.685226}
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606141') HTTP/1.1" 204 0
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 114262881
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27114262881%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Scrape type for 114262881: 0
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120256233
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256233%27 HTTP/1.1" 200 None
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Scrape type for 120256233: 2
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733640, 'registration': 'DV13NNJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi 5dr [AC]', 'mileage': 107602, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 691, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/266afc51-9685-4b8b-9b44-1ddad8e9589f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/18af2726-aace-4a07-8ab0-58d43ef5e8ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/069dbbbb-4c2c-4f02-b7fb-297a713dd0cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/56b459ff-fec6-4bf8-8c0f-2cde7d14b1e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/8540e6a4-ee7b-4a4d-852c-83991c5439ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/a1c1905c-f734-4b15-a436-4fb62fd87204_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/81aa2c31-f5b1-4619-8d59-7e01942ddfb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/e7dbf855-78d3-461a-93df-f7eff3cd083b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/c9610ef0-6469-4443-aa9f-dff24574ba15_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/14 - 15K, 05/15 - 25K, 05/16 - 33K, 08/17 - 48K, 01/19 - 54K, 08/19 - 58K (INVOICE), 08/19 - 31K (IN BOOK), 05/20 - 64K, 05/21 - 79K, 05/23 - 92K, 04/24 - 94K (MILEAGE DISCREPANCY)', 'remarks': '**780** VOSA STATES 33K, 44K, 48K, 52K, 58K, 69K, 83K, 88K, 92K, 96K, 103K, SPARE KEY', '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/b58f001a-280b-4845-8e91-cf419eadaad4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733640, 'registration': 'DV13NNJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi 5dr [AC]', 'mileage': 107602, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 691, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/266afc51-9685-4b8b-9b44-1ddad8e9589f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/18af2726-aace-4a07-8ab0-58d43ef5e8ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/069dbbbb-4c2c-4f02-b7fb-297a713dd0cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/56b459ff-fec6-4bf8-8c0f-2cde7d14b1e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/8540e6a4-ee7b-4a4d-852c-83991c5439ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/a1c1905c-f734-4b15-a436-4fb62fd87204_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/81aa2c31-f5b1-4619-8d59-7e01942ddfb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/e7dbf855-78d3-461a-93df-f7eff3cd083b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13NNJ/2026-03-25/image/c9610ef0-6469-4443-aa9f-dff24574ba15_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/14 - 15K, 05/15 - 25K, 05/16 - 33K, 08/17 - 48K, 01/19 - 54K, 08/19 - 58K (INVOICE), 08/19 - 31K (IN BOOK), 05/20 - 64K, 05/21 - 79K, 05/23 - 92K, 04/24 - 94K (MILEAGE DISCREPANCY)', 'remarks': '**780** VOSA STATES 33K, 44K, 48K, 52K, 58K, 69K, 83K, 88K, 92K, 96K, 103K, SPARE KEY', '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/b58f001a-280b-4845-8e91-cf419eadaad4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640
2026-03-27 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with scrape type 2
2026-03-27 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with scrape type 2
2026-03-27 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa, identifier: 120733640
2026-03-27 05:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120605172?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120502496?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640
2026-03-27 05:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640
2026-03-27 05:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640 to the API
2026-03-27 05:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a0cb7bab-db51-51b4-b1c6-6bc52aa544aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV13NNJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733640',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 107602,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-31',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SRi 5dr [AC]',
'transmission': 'manual',
'trim': '1.4 SRi 5dr [AC]',
'vin': None,
'year': 2013}
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733640%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Saving data for 120733640: {'auction_closing_time': 1774604700.0, 'created_time': 1774357808.711779, 'last_price_update_time': 1774587658.162234}
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733640') HTTP/1.1" 204 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120214662
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120214662%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120214662: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119896301
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119896301%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 119896301: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119618922
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119618922%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 119618922: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120060014
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120060014%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120060014: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118914209
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118914209%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 118914209: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120287242
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120287242%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120287242: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118690249
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118690249%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 118690249: 2
2026-03-27 05:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120168848
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120168848%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120168848: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118014845
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118014845%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 118014845: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120123036
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120123036%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120123036: 0
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120248585
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120248585%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120248585: 2
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120605172, 'registration': 'YL20BNV', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 100 Tekna 5dr Xtronic', 'mileage': 30308, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 692, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL20BNV/2026-03-21/image/54378452-a320-4c6c-86ba-eb747d40d6e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/b261300a-1640-461c-a964-48bc544b79ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/7540ca24-e05b-4f23-ab1a-b5ed4678d61c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/42390141-0487-4d68-a07c-e772582f7b2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/4bcc4ed7-b56e-4522-a1c5-439c2817c06f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/b1709736-82db-4cdc-a540-1c27624dcf30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/546456b4-8bb1-42b5-8af3-f0f4db556ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/537ddccc-5579-4852-96e2-882abca04f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/f0386c53-b846-4fe8-a617-09866f900b0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/7283cf72-a1b3-4b47-b829-6455d8f59811_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/ba6c9ca4-89be-4329-945f-b5aa456e81d5_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/21 - 5K, 06/23 - 16K, 08/24 - 23K, 07/25 - 26K', 'remarks': '**407** VOSA STATES 16K, 23K, 26K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/05af01a5-b230-4447-958c-1480fba87a03.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120605172, 'registration': 'YL20BNV', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 100 Tekna 5dr Xtronic', 'mileage': 30308, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 692, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL20BNV/2026-03-21/image/54378452-a320-4c6c-86ba-eb747d40d6e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/b261300a-1640-461c-a964-48bc544b79ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/7540ca24-e05b-4f23-ab1a-b5ed4678d61c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/42390141-0487-4d68-a07c-e772582f7b2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/4bcc4ed7-b56e-4522-a1c5-439c2817c06f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/b1709736-82db-4cdc-a540-1c27624dcf30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/546456b4-8bb1-42b5-8af3-f0f4db556ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/537ddccc-5579-4852-96e2-882abca04f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/f0386c53-b846-4fe8-a617-09866f900b0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/7283cf72-a1b3-4b47-b829-6455d8f59811_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL20BNV/2026-03-21/image/ba6c9ca4-89be-4329-945f-b5aa456e81d5_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/21 - 5K, 06/23 - 16K, 08/24 - 23K, 07/25 - 26K', 'remarks': '**407** VOSA STATES 16K, 23K, 26K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/05af01a5-b230-4447-958c-1480fba87a03.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172
2026-03-27 05:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9564890-bcac-517b-8e4f-67d7bc2b3a76 with scrape type 2
2026-03-27 05:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9564890-bcac-517b-8e4f-67d7bc2b3a76 with scrape type 2
2026-03-27 05:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9564890-bcac-517b-8e4f-67d7bc2b3a76, identifier: 120605172
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120502496, 'registration': 'YR10XPB', 'account': 'WBA004', 'make': 'SKODA', 'model': 'OCTAVIA HATCHBACK', 'derivative': '1.4 TSI Elegance 5dr', 'mileage': 72101, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 688, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-04-13', 'fuel': 'Petrol', 'motExpiry': '2026-10-08', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR10XPB/2026-03-17/image/73997a8a-b527-4799-b353-08dede9d3746_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/170457f7-fe6b-469f-9de9-d1c1a1987dca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/baff0985-4a1e-4525-87ad-67b7c41163aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/16c69bc6-0ac5-4945-b5ae-fd3d7ec3adc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/49fe355c-ecc8-442b-8ff3-eb06810eef07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/b7b08656-d07b-453b-b1f4-e8f50eef807d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/50eb4537-d786-4651-9128-f99f28721506_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/2021687f-44d3-4ab7-9bb9-e9c68aba65d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/1d75e49f-d228-42b5-90c6-e669123ddd16_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/12 - 19K, 03/13 - 19K, 03/14 - 25K, 04/15 - 36K, 03/16 - 46K, 03/17 - 55K, 03/18 - 61K, 10/20 - 66K, 08/22 - 68K, 09/23 - 70K,', 'remarks': '**768** VOSA STATES 19K, 25K, 36K, 46K, 55K, 61K, 63K, 66K, 67K, 68K, 70K, 70K, 71K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/12f8b8e7-2092-4e60-9e31-9c24b6f5f09a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120502496, 'registration': 'YR10XPB', 'account': 'WBA004', 'make': 'SKODA', 'model': 'OCTAVIA HATCHBACK', 'derivative': '1.4 TSI Elegance 5dr', 'mileage': 72101, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 688, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-04-13', 'fuel': 'Petrol', 'motExpiry': '2026-10-08', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR10XPB/2026-03-17/image/73997a8a-b527-4799-b353-08dede9d3746_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/170457f7-fe6b-469f-9de9-d1c1a1987dca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/baff0985-4a1e-4525-87ad-67b7c41163aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/16c69bc6-0ac5-4945-b5ae-fd3d7ec3adc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/49fe355c-ecc8-442b-8ff3-eb06810eef07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/b7b08656-d07b-453b-b1f4-e8f50eef807d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/50eb4537-d786-4651-9128-f99f28721506_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/2021687f-44d3-4ab7-9bb9-e9c68aba65d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR10XPB/2026-03-17/image/1d75e49f-d228-42b5-90c6-e669123ddd16_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/12 - 19K, 03/13 - 19K, 03/14 - 25K, 04/15 - 36K, 03/16 - 46K, 03/17 - 55K, 03/18 - 61K, 10/20 - 66K, 08/22 - 68K, 09/23 - 70K,', 'remarks': '**768** VOSA STATES 19K, 25K, 36K, 46K, 55K, 61K, 63K, 66K, 67K, 68K, 70K, 70K, 71K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/12f8b8e7-2092-4e60-9e31-9c24b6f5f09a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496
2026-03-27 05:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29f46965-b796-5412-8d88-78a65b8e0ea2 with scrape type 2
2026-03-27 05:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29f46965-b796-5412-8d88-78a65b8e0ea2 with scrape type 2
2026-03-27 05:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 29f46965-b796-5412-8d88-78a65b8e0ea2, identifier: 120502496
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120714439
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714439%27 HTTP/1.1" 200 None
2026-03-27 05:00:58 [astonbarclay.gb] INFO: Scrape type for 120714439: 2
2026-03-27 05:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ORANGE HTTP/1.1" 200 None
2026-03-27 05:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172
2026-03-27 05:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172 to the API
2026-03-27 05:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120605172?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'd9564890-bcac-517b-8e4f-67d7bc2b3a76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL20BNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120605172',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 30308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-30',
'seller_name': 'UKCGR - Premium',
'title': 'NISSAN MICRA HATCHBACK 1.0 IG-T 100 Tekna 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.0 IG-T 100 Tekna 5dr Xtronic',
'vin': None,
'year': 2020}
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120605172%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Saving data for 120605172: {'auction_closing_time': 1774604700.0, 'created_time': 1773928904.789691, 'last_price_update_time': 1774587659.016209}
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120605172') HTTP/1.1" 204 0
2026-03-27 05:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496
2026-03-27 05:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496
2026-03-27 05:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496 to the API
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120502496?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '29f46965-b796-5412-8d88-78a65b8e0ea2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR10XPB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120502496',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'OCTAVIA HATCHBACK',
'odometer': 72101,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-13',
'seller_name': 'UKCGR - Trade',
'title': 'SKODA OCTAVIA HATCHBACK 1.4 TSI Elegance 5dr',
'transmission': 'manual',
'trim': '1.4 TSI Elegance 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120502496%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Saving data for 120502496: {'auction_closing_time': 1774604700.0, 'created_time': 1773741792.389726, 'last_price_update_time': 1774587659.45132}
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502496') HTTP/1.1" 204 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120713961
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713961%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120713961: 2
2026-03-27 05:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120478073?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120731675
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731675%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120731675: 2
2026-03-27 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-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120731563
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731563%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120731563: 2
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120714043
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714043%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120714043: 2
2026-03-27 05:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657009?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120755440
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120755440%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120755440: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120758608
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120758608%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120758608: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120731527
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731527%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120731527: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120733331
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733331%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120733331: 2
2026-03-27 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-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120766790
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120766790%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120766790: 2
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120478073, 'registration': 'GX13VTZ', 'account': 'KCS002', 'make': 'FIAT', 'model': 'PANDA HATCHBACK', 'derivative': '0.9 TwinAir [85] 4x4 5dr', 'mileage': 87134, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 12, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-14', 'doors': 5, 'engineSize': 875, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/d3bb5582-eca4-479c-abdf-fb7166de5433_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/960dd526-1bda-48dd-8e03-446675e87236_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/49af7843-c6c1-40a8-9a82-50f0b2f2aa0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/8c2d73a2-c17d-436a-b023-35c02622180b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/6d370c59-9a4d-4cf8-9a4f-62ac703a0cde_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/14 18K 09/15 36K 04/16 45K 04/19 56K 10/21 64K 09/22 67K 09/23 73K 09/24 79K', 'remarks': 'S/KEY - NO CLUTCH - SOLD WHERE IT STANDS - HPI ADVISES 3 OWNER FROM NEW', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 114, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e92c306d-6883-463e-847c-5faf06a94306.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120478073, 'registration': 'GX13VTZ', 'account': 'KCS002', 'make': 'FIAT', 'model': 'PANDA HATCHBACK', 'derivative': '0.9 TwinAir [85] 4x4 5dr', 'mileage': 87134, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 12, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-14', 'doors': 5, 'engineSize': 875, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/d3bb5582-eca4-479c-abdf-fb7166de5433_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/960dd526-1bda-48dd-8e03-446675e87236_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/49af7843-c6c1-40a8-9a82-50f0b2f2aa0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/8c2d73a2-c17d-436a-b023-35c02622180b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VTZ/2026-03-17/image/6d370c59-9a4d-4cf8-9a4f-62ac703a0cde_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/14 18K 09/15 36K 04/16 45K 04/19 56K 10/21 64K 09/22 67K 09/23 73K 09/24 79K', 'remarks': 'S/KEY - NO CLUTCH - SOLD WHERE IT STANDS - HPI ADVISES 3 OWNER FROM NEW', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 114, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e92c306d-6883-463e-847c-5faf06a94306.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0db4b5e-7eb8-5839-a535-17ccbca042f4 with identifier: 120478073
2026-03-27 05:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0db4b5e-7eb8-5839-a535-17ccbca042f4 with scrape type 2
2026-03-27 05:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0db4b5e-7eb8-5839-a535-17ccbca042f4 with scrape type 2
2026-03-27 05:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b0db4b5e-7eb8-5839-a535-17ccbca042f4, identifier: 120478073
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120400251, 'registration': 'BG22WUJ', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 32825, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 133, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-05-19', 'fuel': 'Petrol', 'motExpiry': '2026-05-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/a08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-18K,', 'remarks': '**869** VOSA STATES 26K, 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/6edb02ba-26b6-42f8-9525-7fd366ba9d1c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120400251, 'registration': 'BG22WUJ', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 32825, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 133, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-05-19', 'fuel': 'Petrol', 'motExpiry': '2026-05-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/a08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-18K,', 'remarks': '**869** VOSA STATES 26K, 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/6edb02ba-26b6-42f8-9525-7fd366ba9d1c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251
2026-03-27 05:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with scrape type 2
2026-03-27 05:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with scrape type 2
2026-03-27 05:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f, identifier: 120400251
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120751190
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120751190%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120751190: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120749209
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120749209%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120749209: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120746372
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120746372%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120746372: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120764254
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120764254%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120764254: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120297677
2026-03-27 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120297677%27 HTTP/1.1" 200 None
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120297677: 0
2026-03-27 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120620613
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120620613%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120620613: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120413042
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120413042%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120413042: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120630156
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120630156%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120630156: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120537923
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120537923%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120537923: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120667782
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667782%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120667782: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120584460
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120584460%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120584460: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120368640
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120368640%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120368640: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120695209
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695209%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120695209: 2
2026-03-27 05:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b0db4b5e-7eb8-5839-a535-17ccbca042f4 with identifier: 120478073
2026-03-27 05:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b0db4b5e-7eb8-5839-a535-17ccbca042f4 with identifier: 120478073
2026-03-27 05:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b0db4b5e-7eb8-5839-a535-17ccbca042f4 with identifier: 120478073 to the API
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120478073?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '0.9L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0db4b5e-7eb8-5839-a535-17ccbca042f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GX13VTZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120478073',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FIAT',
'model': 'PANDA HATCHBACK',
'odometer': 87134,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-30',
'seller_name': 'CarBuy Limited',
'title': 'FIAT PANDA HATCHBACK 0.9 TwinAir [85] 4x4 5dr',
'transmission': 'manual',
'trim': '0.9 TwinAir [85] 4x4 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478073%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Saving data for 120478073: {'auction_closing_time': 1774609200.0, 'created_time': 1773688005.499575, 'last_price_update_time': 1774587660.465432}
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478073') HTTP/1.1" 204 0
2026-03-27 05:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251
2026-03-27 05:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251
2026-03-27 05:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251 to the API
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120400251?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-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '6dc680b4-2574-5b0e-ace7-adb2952d5f9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG22WUJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120400251',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 32825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-19',
'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-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120400251%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Saving data for 120400251: {'auction_closing_time': 1774604700.0, 'created_time': 1774357287.857849, 'last_price_update_time': 1774587660.93741}
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120400251') HTTP/1.1" 204 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120666587
2026-03-27 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120666587%27 HTTP/1.1" 200 None
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120666587: 0
2026-03-27 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120668424
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668424%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120668424: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120396890
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120396890%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120396890: 2
2026-03-27 05:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119794583?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120309163?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120651855
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120651855%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120651855: 2
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657009, 'registration': 'WP66MXG', 'account': 'KCS002', 'make': 'FIAT', 'model': '500X HATCHBACK', 'derivative': '1.4 Multiair Cross Plus 5dr', 'mileage': 59117, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 10, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP66MXG/2026-03-24/image/a787cb0f-6516-45ab-82b6-2490bb6a7745_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/0029a22c-fded-4a35-a724-ad4e51a1f418_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/d0d144b7-d73d-4b62-b884-efa03eaeadf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/9a1e021e-3303-450b-bfee-981a9e40cd90_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/1ad61e6c-41e9-4d8b-9a2d-be75d5d88c3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/61d5e761-52a4-4481-8d4a-6835319d5890_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/fa075a0e-5fe5-44d5-aa12-9b77443891fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/41e6416a-b988-48e8-befa-9c667e2fb11b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/bd2dfc53-4e76-4b30-882f-0e4d0d42961a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SPARE KEY - MULTIPLE WARNING LIGHTS, NO POWER STEERING', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f90b4c04-1a29-4ee4-9bf9-998dd983a77b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657009, 'registration': 'WP66MXG', 'account': 'KCS002', 'make': 'FIAT', 'model': '500X HATCHBACK', 'derivative': '1.4 Multiair Cross Plus 5dr', 'mileage': 59117, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 10, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP66MXG/2026-03-24/image/a787cb0f-6516-45ab-82b6-2490bb6a7745_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/0029a22c-fded-4a35-a724-ad4e51a1f418_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/d0d144b7-d73d-4b62-b884-efa03eaeadf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/9a1e021e-3303-450b-bfee-981a9e40cd90_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/1ad61e6c-41e9-4d8b-9a2d-be75d5d88c3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/61d5e761-52a4-4481-8d4a-6835319d5890_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/fa075a0e-5fe5-44d5-aa12-9b77443891fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/41e6416a-b988-48e8-befa-9c667e2fb11b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP66MXG/2026-03-24/image/bd2dfc53-4e76-4b30-882f-0e4d0d42961a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SPARE KEY - MULTIPLE WARNING LIGHTS, NO POWER STEERING', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f90b4c04-1a29-4ee4-9bf9-998dd983a77b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e526879-1501-5750-b784-7ed72469dd7b with identifier: 120657009
2026-03-27 05:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e526879-1501-5750-b784-7ed72469dd7b with scrape type 2
2026-03-27 05:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e526879-1501-5750-b784-7ed72469dd7b with scrape type 2
2026-03-27 05:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3e526879-1501-5750-b784-7ed72469dd7b, identifier: 120657009
2026-03-27 05:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3e526879-1501-5750-b784-7ed72469dd7b with identifier: 120657009
2026-03-27 05:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3e526879-1501-5750-b784-7ed72469dd7b with identifier: 120657009
2026-03-27 05:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3e526879-1501-5750-b784-7ed72469dd7b with identifier: 120657009 to the API
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657009?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '3e526879-1501-5750-b784-7ed72469dd7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP66MXG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657009',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FIAT',
'model': '500X HATCHBACK',
'odometer': 59117,
'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': 'CarBuy Limited',
'title': 'FIAT 500X HATCHBACK 1.4 Multiair Cross Plus 5dr',
'transmission': 'manual',
'trim': '1.4 Multiair Cross Plus 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657009%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Saving data for 120657009: {'auction_closing_time': 1774609200.0, 'created_time': 1774033738.429936, 'last_price_update_time': 1774587661.457499}
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657009') HTTP/1.1" 204 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 119992992
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119992992%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 119992992: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120587142
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120587142%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120587142: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120367809
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120367809%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120367809: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120684046
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120684046%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120684046: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120668316
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668316%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120668316: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120695152
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695152%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120695152: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120659978
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120659978%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120659978: 2
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120667873
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667873%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120667873: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120646164
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120646164%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120646164: 2
2026-03-27 05:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443709?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119794583, 'registration': 'ME19AKX', 'account': 'STA058', 'make': 'BMW', 'model': '1 SERIES HATCHBACK (NR)', 'derivative': '118i [1.5] SE Business 5dr [Nav/Servotronic]', 'mileage': 105000, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 19, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-02-13', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ME19AKX/2026-02-20/image/24fee1c7-613e-458f-a7ae-d29e0f1fb443_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/e1c59eaf-32f3-4e10-8258-ed777c81218e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/cdfa16d8-c088-455f-9646-c3c1dfcfa5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/23aa3c81-cfe1-427b-ab6e-0c51c65c6809_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/bdfb1852-d7fa-4dc4-ba4a-e726541561c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/dfbf7bb5-aefb-4412-88bf-977041146d23_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/4e5c29c5-afef-4ebf-a155-7f7fa570bcdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/752c2f1a-5b40-49e0-bcf3-936479a026f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/97efc900-4a8f-4587-9ad6-ee40a956c15b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/71513cb6-5373-4a01-bbd8-c14c5b44bf61_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/0ca6fe24-43ab-4d97-b8a6-a9a45cdbadda_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': '*No Spare Key* - **NON RUNNER - ENGINE BLOWN + STRIPPED - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE** - MILEAGE ESTIMATED AT 105k (unable to read speedo) CAP FIGURES TO REFLECT THIS ESTIMATE"', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, '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-27 05:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119794583, 'registration': 'ME19AKX', 'account': 'STA058', 'make': 'BMW', 'model': '1 SERIES HATCHBACK (NR)', 'derivative': '118i [1.5] SE Business 5dr [Nav/Servotronic]', 'mileage': 105000, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 19, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-02-13', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ME19AKX/2026-02-20/image/24fee1c7-613e-458f-a7ae-d29e0f1fb443_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/e1c59eaf-32f3-4e10-8258-ed777c81218e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/cdfa16d8-c088-455f-9646-c3c1dfcfa5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/23aa3c81-cfe1-427b-ab6e-0c51c65c6809_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/bdfb1852-d7fa-4dc4-ba4a-e726541561c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/dfbf7bb5-aefb-4412-88bf-977041146d23_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/4e5c29c5-afef-4ebf-a155-7f7fa570bcdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/752c2f1a-5b40-49e0-bcf3-936479a026f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/97efc900-4a8f-4587-9ad6-ee40a956c15b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/71513cb6-5373-4a01-bbd8-c14c5b44bf61_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME19AKX/2026-02-20/image/0ca6fe24-43ab-4d97-b8a6-a9a45cdbadda_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': '*No Spare Key* - **NON RUNNER - ENGINE BLOWN + STRIPPED - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE** - MILEAGE ESTIMATED AT 105k (unable to read speedo) CAP FIGURES TO REFLECT THIS ESTIMATE"', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, '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-27 05:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 499e293d-6e51-559c-9471-3b6e0bd4cbf5 with identifier: 119794583
2026-03-27 05:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 499e293d-6e51-559c-9471-3b6e0bd4cbf5 with scrape type 2
2026-03-27 05:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 499e293d-6e51-559c-9471-3b6e0bd4cbf5 with scrape type 2
2026-03-27 05:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 499e293d-6e51-559c-9471-3b6e0bd4cbf5, identifier: 119794583
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120309163, 'registration': 'ME16CNK', 'account': 'MOT131', 'make': 'MINI', 'model': 'CLUBMAN ESTATE', 'derivative': '2.0 Cooper S 6dr', 'mileage': 99951, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 3, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-05-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 6, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ME16CNK/2026-03-13/image/d6c320ba-6383-4d4c-b76c-85bbf0978372_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/b70d0644-0c76-46c4-aa0a-a26e96cdf51a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/d7e4e677-0325-43c2-b27b-9bca91fb0baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/6af9a717-6ea9-4fba-8909-c2f643c334de_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/98c472cf-74f1-44cd-98b9-20a84140d649_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/741a97e8-785a-44d0-abfc-98a888c7fbfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/ee6d8cef-2683-4199-8890-565554a5302d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/5b0d80ad-8869-489a-a078-61120dfbb464_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/b0bfb156-a718-414f-8a2f-a4d198c474c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/cf1e1900-ed3b-44fb-a61a-3b832d6ced49_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 31K 39K 44K 45K 59K 81K 96K, NUMBER OF FORMER KEEPERS UNKNOWN, MISFIRES AND CUTS OUT *MAY HAVE FURTHER FAULTS*', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120309163, 'registration': 'ME16CNK', 'account': 'MOT131', 'make': 'MINI', 'model': 'CLUBMAN ESTATE', 'derivative': '2.0 Cooper S 6dr', 'mileage': 99951, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 3, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-05-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 6, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ME16CNK/2026-03-13/image/d6c320ba-6383-4d4c-b76c-85bbf0978372_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/b70d0644-0c76-46c4-aa0a-a26e96cdf51a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/d7e4e677-0325-43c2-b27b-9bca91fb0baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/6af9a717-6ea9-4fba-8909-c2f643c334de_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/98c472cf-74f1-44cd-98b9-20a84140d649_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/741a97e8-785a-44d0-abfc-98a888c7fbfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/ee6d8cef-2683-4199-8890-565554a5302d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/5b0d80ad-8869-489a-a078-61120dfbb464_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/b0bfb156-a718-414f-8a2f-a4d198c474c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME16CNK/2026-03-13/image/cf1e1900-ed3b-44fb-a61a-3b832d6ced49_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 31K 39K 44K 45K 59K 81K 96K, NUMBER OF FORMER KEEPERS UNKNOWN, MISFIRES AND CUTS OUT *MAY HAVE FURTHER FAULTS*', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163
2026-03-27 05:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with scrape type 2
2026-03-27 05:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with scrape type 2
2026-03-27 05:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d, identifier: 120309163
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120428169
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120428169%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120428169: 0
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120690371
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690371%27 HTTP/1.1" 200 None
2026-03-27 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120690371: 2
2026-03-27 05:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 499e293d-6e51-559c-9471-3b6e0bd4cbf5 with identifier: 119794583
2026-03-27 05:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 499e293d-6e51-559c-9471-3b6e0bd4cbf5 with identifier: 119794583
2026-03-27 05:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 499e293d-6e51-559c-9471-3b6e0bd4cbf5 with identifier: 119794583 to the API
2026-03-27 05:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119794583?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '499e293d-6e51-559c-9471-3b6e0bd4cbf5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ME19AKX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119794583',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'BMW',
'model': '1 SERIES HATCHBACK (NR)',
'odometer': 105000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-27',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'BMW 1 SERIES HATCHBACK (NR) 118i [1.5] SE Business 5dr '
'[Nav/Servotronic]',
'transmission': 'manual',
'trim': '118i [1.5] SE Business 5dr [Nav/Servotronic]',
'vin': None,
'year': 2019}
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119794583%27 HTTP/1.1" 200 None
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Saving data for 119794583: {'auction_closing_time': 1774609200.0, 'created_time': 1774466499.651983, 'last_price_update_time': 1774587662.149398}
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119794583') HTTP/1.1" 204 0
2026-03-27 05:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163
2026-03-27 05:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163
2026-03-27 05:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163 to the API
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120309163?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 6,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '82c2718d-eb8a-54b8-aba7-c90fe9b8f00d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ME16CNK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120309163',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'MINI',
'model': 'CLUBMAN ESTATE',
'odometer': 99951,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-26',
'seller_name': 'MotoNovo Finance',
'title': 'MINI CLUBMAN ESTATE 2.0 Cooper S 6dr',
'transmission': 'manual',
'trim': '2.0 Cooper S 6dr',
'vin': None,
'year': 2016}
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120309163%27 HTTP/1.1" 200 None
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Saving data for 120309163: {'auction_closing_time': 1774609200.0, 'created_time': 1773401957.545373, 'last_price_update_time': 1774587662.548316}
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120309163') HTTP/1.1" 204 0
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120667528
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667528%27 HTTP/1.1" 200 None
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120667528: 0
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120584837
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120584837%27 HTTP/1.1" 200 None
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120584837: 0
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120481458
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120481458%27 HTTP/1.1" 200 None
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120481458: 0
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120668504
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668504%27 HTTP/1.1" 200 None
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120668504: 2
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443709, 'registration': 'LG13USC', 'account': 'KCS002', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi 2 EcoDynamics 5dr', 'mileage': 83249, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 11, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-01-17', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG13USC/2026-03-13/image/decefd00-1683-43a3-8a16-f57d2dd628bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/c7640006-ba24-49cb-ba00-3a9870613713_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/008775a6-2b8f-497a-b2db-a305148db68d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/6cf5cb69-ab3d-45b6-ad82-a267f5f4ac53_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/71e87b7e-9965-46cf-a892-7bc1a31ad4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/2c90bc0f-cfe0-47c0-9d61-f35dcd998699_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/13 9K 12/14 11K', 'remarks': 'clutch fault / NO SPARE KEY', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 100, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34f69d21-b7e1-4ea2-845e-5def2f70fa89.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443709, 'registration': 'LG13USC', 'account': 'KCS002', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi 2 EcoDynamics 5dr', 'mileage': 83249, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 11, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-01-17', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG13USC/2026-03-13/image/decefd00-1683-43a3-8a16-f57d2dd628bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/c7640006-ba24-49cb-ba00-3a9870613713_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/008775a6-2b8f-497a-b2db-a305148db68d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/6cf5cb69-ab3d-45b6-ad82-a267f5f4ac53_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/71e87b7e-9965-46cf-a892-7bc1a31ad4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13USC/2026-03-13/image/2c90bc0f-cfe0-47c0-9d61-f35dcd998699_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/13 9K 12/14 11K', 'remarks': 'clutch fault / NO SPARE KEY', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 100, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34f69d21-b7e1-4ea2-845e-5def2f70fa89.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34143f44-f9e9-560a-8601-a656473367c6 with identifier: 120443709
2026-03-27 05:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34143f44-f9e9-560a-8601-a656473367c6 with scrape type 2
2026-03-27 05:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34143f44-f9e9-560a-8601-a656473367c6 with scrape type 2
2026-03-27 05:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 34143f44-f9e9-560a-8601-a656473367c6, identifier: 120443709
2026-03-27 05:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120297730?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118514672?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 34143f44-f9e9-560a-8601-a656473367c6 with identifier: 120443709
2026-03-27 05:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 34143f44-f9e9-560a-8601-a656473367c6 with identifier: 120443709
2026-03-27 05:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 34143f44-f9e9-560a-8601-a656473367c6 with identifier: 120443709 to the API
2026-03-27 05:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443709?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '34143f44-f9e9-560a-8601-a656473367c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG13USC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443709',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'KIA',
'model': 'CEED DIESEL HATCHBACK',
'odometer': 83249,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-31',
'seller_name': 'CarBuy Limited',
'title': 'KIA CEED DIESEL HATCHBACK 1.6 CRDi 2 EcoDynamics 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi 2 EcoDynamics 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443709%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Saving data for 120443709: {'auction_closing_time': 1774609200.0, 'created_time': 1773688009.035924, 'last_price_update_time': 1774587663.100604}
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443709') HTTP/1.1" 204 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120453748
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120453748%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120453748: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120591724
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120591724%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120591724: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120656496
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656496%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120656496: 2
2026-03-27 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-27 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-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120741069
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120741069%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120741069: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 109174414
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27109174414%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 109174414: 2
2026-03-27 05:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118594241?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:01:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120297730, 'registration': 'FL20XKA', 'account': 'RCI002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T 160 N-Connecta 5dr DCT', 'mileage': 75000, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 44, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-03-23', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FL20XKA/2026-03-16/image/899a8d4d-a1af-401e-9c28-ecc406a939b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/38bdcb28-3521-48c5-ac1f-1f9dc55c85f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/2693a2d2-63fd-4c74-9fd2-27e77eaea6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/ddef8685-2ae8-45c1-b18a-d3dee7f681ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/0edd786f-95ee-4bb7-b2cd-71050d72d24d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/d3002934-ab31-4eaa-85e8-f4c8b2dc0883_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/f6f50e22-dfd5-4184-9fd5-29229227227e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NON RUNNER, ACCIDENT DAMAGE, WILL NOT START, MAY HAVE FURTHER FAULTS - ESTIMATED MILEAGE PROVIDED BY VENDOR TRUE MILEAGE UNKNOWN, SPARE KEY, VOSA STATES 30K 49K 65K - VEHICLE BASED AT DONINGTON', 'virtual': True, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 131, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120297730, 'registration': 'FL20XKA', 'account': 'RCI002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T 160 N-Connecta 5dr DCT', 'mileage': 75000, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 44, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-03-23', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FL20XKA/2026-03-16/image/899a8d4d-a1af-401e-9c28-ecc406a939b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/38bdcb28-3521-48c5-ac1f-1f9dc55c85f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/2693a2d2-63fd-4c74-9fd2-27e77eaea6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/ddef8685-2ae8-45c1-b18a-d3dee7f681ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/0edd786f-95ee-4bb7-b2cd-71050d72d24d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/d3002934-ab31-4eaa-85e8-f4c8b2dc0883_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL20XKA/2026-03-16/image/f6f50e22-dfd5-4184-9fd5-29229227227e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NON RUNNER, ACCIDENT DAMAGE, WILL NOT START, MAY HAVE FURTHER FAULTS - ESTIMATED MILEAGE PROVIDED BY VENDOR TRUE MILEAGE UNKNOWN, SPARE KEY, VOSA STATES 30K 49K 65K - VEHICLE BASED AT DONINGTON', 'virtual': True, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 131, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730
2026-03-27 05:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with scrape type 2
2026-03-27 05:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with scrape type 2
2026-03-27 05:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada, identifier: 120297730
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118514672, 'registration': 'GM69ATU', 'account': 'VWF001', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 EVO 80 SE 5dr', 'mileage': 73915, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 30, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-02-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GM69ATU/2026-01-22/image/03c18ae3-7620-4e59-b9d7-917c51dd03fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/a84937a8-e449-4c83-aab6-d5a7348cfba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/69eb150f-4398-4976-b735-5b7ed3917c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/513ae9f9-37d6-42ca-b1c6-1c16099985ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/a646dc62-7cfe-4f25-a601-15eb7325310e_removebg.jpg?w=600'], 'colour': 'White Silver metallic', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24 10k', 'remarks': 'NON RUNNER, VEHICLE STARTS BUT SEVERE FRONT END. ACCIDENT DAMAGE, - VOSA STATES 43K 53K 65K', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118514672, 'registration': 'GM69ATU', 'account': 'VWF001', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 EVO 80 SE 5dr', 'mileage': 73915, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 30, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-02-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GM69ATU/2026-01-22/image/03c18ae3-7620-4e59-b9d7-917c51dd03fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/a84937a8-e449-4c83-aab6-d5a7348cfba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/69eb150f-4398-4976-b735-5b7ed3917c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/513ae9f9-37d6-42ca-b1c6-1c16099985ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM69ATU/2026-01-22/image/a646dc62-7cfe-4f25-a601-15eb7325310e_removebg.jpg?w=600'], 'colour': 'White Silver metallic', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24 10k', 'remarks': 'NON RUNNER, VEHICLE STARTS BUT SEVERE FRONT END. ACCIDENT DAMAGE, - VOSA STATES 43K 53K 65K', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672
2026-03-27 05:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db918195-3d9f-565a-be4c-6d7d8725b992 with scrape type 2
2026-03-27 05:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db918195-3d9f-565a-be4c-6d7d8725b992 with scrape type 2
2026-03-27 05:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db918195-3d9f-565a-be4c-6d7d8725b992, identifier: 118514672
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120735368
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735368%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120735368: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120801754
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120801754%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120801754: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120790500
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120790500%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120790500: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120790372
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120790372%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120790372: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120763633
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120763633%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120763633: 0
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120732683
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732683%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120732683: 2
2026-03-27 05:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730
2026-03-27 05:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730
2026-03-27 05:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730 to the API
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120297730?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '4ec2ed82-bfa8-5efa-ad30-f1db42b8eada',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FL20XKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120297730',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 75000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-23',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T 160 N-Connecta 5dr DCT',
'transmission': 'automatic',
'trim': '1.3 DiG-T 160 N-Connecta 5dr DCT',
'vin': None,
'year': 2020}
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120297730%27 HTTP/1.1" 200 None
2026-03-27 05:01:03 [astonbarclay.gb] INFO: Saving data for 120297730: {'auction_closing_time': 1774609200.0, 'created_time': 1773401916.30447, 'last_price_update_time': 1774587663.828781}
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120297730') HTTP/1.1" 204 0
2026-03-27 05:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672
2026-03-27 05:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White+Silver+metallic HTTP/1.1" 200 None
2026-03-27 05:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672
2026-03-27 05:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672 to the API
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118514672?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'White Silver metallic',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'db918195-3d9f-565a-be4c-6d7d8725b992',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GM69ATU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118514672',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 73915,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-26',
'seller_name': 'Volkswagen Financial Services',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 EVO 80 SE 5dr',
'transmission': 'manual',
'trim': '1.0 EVO 80 SE 5dr',
'vin': None,
'year': 2020}
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118514672%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Saving data for 118514672: {'auction_closing_time': 1774609200.0, 'created_time': 1773401896.750567, 'last_price_update_time': 1774587664.360142}
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118514672') HTTP/1.1" 204 0
2026-03-27 05:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120621446?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120763186
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120763186%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120763186: 0
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120320853
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120320853%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120320853: 2
2026-03-27 05:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595703?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595505?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118594241, 'registration': 'EN17SYU', 'account': 'ESS030', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 93711, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 45, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN17SYU/2026-01-15/image/f2f52099-9ce1-4416-bd1d-f3f424b1dfc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/184017d0-acf0-45b4-8a55-afa28515f642_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/98b46b35-2562-412a-8c23-d7228db1f40e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/16a3a43c-f7f6-419d-ab30-682d3561ae3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/085e0061-3472-4f26-9589-5429e0861551_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/d52480df-2723-4233-853b-ee598d6e9003_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/43acf093-477a-4110-bde0-8227c1642e73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/e9fb792e-62c1-4184-8f92-b9fa5d092a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/68421d29-8adf-45e9-966d-c8d0782820e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/3d5ea191-ef17-46de-afc7-ff07968e17b2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18 7K - 07/19 14K - 02/21 29K - 08/23 63K - 08/24 77K', 'remarks': 'NON-RUNNER COLLECTION ONLY CHELMSFORD - Several engine management fault codes. Possible timing issues. Engine is turning over, MAY HAVE FURTHER FAILTS, SOLD AS SEE, NO V5 FRONT PAGE ONLY - VOSA STATES, 46K, 61K, 75K, 87K - SPARE KEY IN OFFICE', 'virtual': True, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 108, '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-27 05:01:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118594241, 'registration': 'EN17SYU', 'account': 'ESS030', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 93711, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 45, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN17SYU/2026-01-15/image/f2f52099-9ce1-4416-bd1d-f3f424b1dfc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/184017d0-acf0-45b4-8a55-afa28515f642_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/98b46b35-2562-412a-8c23-d7228db1f40e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/16a3a43c-f7f6-419d-ab30-682d3561ae3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/085e0061-3472-4f26-9589-5429e0861551_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/d52480df-2723-4233-853b-ee598d6e9003_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/43acf093-477a-4110-bde0-8227c1642e73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/e9fb792e-62c1-4184-8f92-b9fa5d092a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/68421d29-8adf-45e9-966d-c8d0782820e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17SYU/2026-01-15/image/3d5ea191-ef17-46de-afc7-ff07968e17b2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18 7K - 07/19 14K - 02/21 29K - 08/23 63K - 08/24 77K', 'remarks': 'NON-RUNNER COLLECTION ONLY CHELMSFORD - Several engine management fault codes. Possible timing issues. Engine is turning over, MAY HAVE FURTHER FAILTS, SOLD AS SEE, NO V5 FRONT PAGE ONLY - VOSA STATES, 46K, 61K, 75K, 87K - SPARE KEY IN OFFICE', 'virtual': True, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 108, '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-27 05:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241
2026-03-27 05:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22e01dd4-b5c9-54bb-950d-080bed99a7fe with scrape type 2
2026-03-27 05:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22e01dd4-b5c9-54bb-950d-080bed99a7fe with scrape type 2
2026-03-27 05:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22e01dd4-b5c9-54bb-950d-080bed99a7fe, identifier: 118594241
2026-03-27 05:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241
2026-03-27 05:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241
2026-03-27 05:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241 to the API
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118594241?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-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '22e01dd4-b5c9-54bb-950d-080bed99a7fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN17SYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118594241',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 93711,
'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': 'SMC GROUP',
'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-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118594241%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Saving data for 118594241: {'auction_closing_time': 1774609200.0, 'created_time': 1774033574.931749, 'last_price_update_time': 1774587664.835057}
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118594241') HTTP/1.1" 204 0
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120696486
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696486%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120696486: 2
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120322108
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120322108%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120322108: 0
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120714054
2026-03-27 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714054%27 HTTP/1.1" 200 None
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120714054: 2
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120621446, 'registration': 'CP07OPZ', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Classic SE 5dr', 'mileage': 50721, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 670, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/fd49f456-5b3b-4c20-b626-789d09e2d904_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/8483be7d-ae2d-4fc1-ae30-dca6e5bbbf02_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/e20812da-06f7-4c55-8be2-6bf479308b98_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/cb507d7a-a796-41d9-ab93-ec0f84f07120_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/da0a8df8-1345-48ab-8a27-95960d854d9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/cb0b232a-3328-496f-a739-fe9fa699eb7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/72066f74-ef56-4ebc-a7fc-964f68fc4341_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/ab382522-4ed4-4e74-be54-04424c7d98f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/170ad11d-e35a-404a-b754-93eb42bd7644_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/08- 5K, 09/09- 10K, 09/10- 15K, 06/11- 19K, 06/14- 27K, 06/16- 33K, 06/20- 68K, 06/21- 70K, 06/22- 45K, 06/23- 47K, 06/24- 48K, DISCREPANCY IN SERVICE BOOK', 'remarks': '**440** VOSA STATES 14K, 19K, 22K, 24K, 27K, 30K, 33K, 36K, 76K, 65K, 68K, 70K, 45K, 47K, 48K, 49K, DISCREPANCY ON VOSA SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/576dfb3c-a079-47e9-ba0e-174a10aeee45.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120621446, 'registration': 'CP07OPZ', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Classic SE 5dr', 'mileage': 50721, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 670, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/fd49f456-5b3b-4c20-b626-789d09e2d904_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/8483be7d-ae2d-4fc1-ae30-dca6e5bbbf02_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/e20812da-06f7-4c55-8be2-6bf479308b98_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/cb507d7a-a796-41d9-ab93-ec0f84f07120_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/da0a8df8-1345-48ab-8a27-95960d854d9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/cb0b232a-3328-496f-a739-fe9fa699eb7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/72066f74-ef56-4ebc-a7fc-964f68fc4341_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/ab382522-4ed4-4e74-be54-04424c7d98f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP07OPZ/2026-03-20/image/170ad11d-e35a-404a-b754-93eb42bd7644_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/08- 5K, 09/09- 10K, 09/10- 15K, 06/11- 19K, 06/14- 27K, 06/16- 33K, 06/20- 68K, 06/21- 70K, 06/22- 45K, 06/23- 47K, 06/24- 48K, DISCREPANCY IN SERVICE BOOK', 'remarks': '**440** VOSA STATES 14K, 19K, 22K, 24K, 27K, 30K, 33K, 36K, 76K, 65K, 68K, 70K, 45K, 47K, 48K, 49K, DISCREPANCY ON VOSA SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/576dfb3c-a079-47e9-ba0e-174a10aeee45.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446
2026-03-27 05:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccae9a99-56f4-5001-b7f0-06a28a9537c9 with scrape type 2
2026-03-27 05:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccae9a99-56f4-5001-b7f0-06a28a9537c9 with scrape type 2
2026-03-27 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ccae9a99-56f4-5001-b7f0-06a28a9537c9, identifier: 120621446
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595703, 'registration': 'GY67CNO', 'account': 'ALL053', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Play 5dr', 'mileage': 27637, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1020, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-21', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GY67CNO/2026-03-25/image/82c79c06-3672-4e40-8b85-c07449c1c0a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/b5cee235-a67a-42b2-9f46-04b07bba8004_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/16f25d01-37a0-41f4-b6af-97953ddaa559_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/9f13b321-2ddc-428b-9704-cb649db06c70_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/9f5f21c6-8924-4285-a8d6-3d1bbe92a41d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/f7dd3263-642a-4de1-8927-cf0d480428c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/e5f1f28a-5cdd-4ba1-bac4-2edda9836a7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/82c8e05a-aff2-469c-ab5a-55a719fcd9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/8352c965-4563-48c4-8e75-4fcd6f9a6e39_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a118795-ceea-41c7-980c-cc8841b06acd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595703, 'registration': 'GY67CNO', 'account': 'ALL053', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Play 5dr', 'mileage': 27637, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1020, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-21', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GY67CNO/2026-03-25/image/82c79c06-3672-4e40-8b85-c07449c1c0a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/b5cee235-a67a-42b2-9f46-04b07bba8004_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/16f25d01-37a0-41f4-b6af-97953ddaa559_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/9f13b321-2ddc-428b-9704-cb649db06c70_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/9f5f21c6-8924-4285-a8d6-3d1bbe92a41d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/f7dd3263-642a-4de1-8927-cf0d480428c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/e5f1f28a-5cdd-4ba1-bac4-2edda9836a7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/82c8e05a-aff2-469c-ab5a-55a719fcd9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67CNO/2026-03-25/image/8352c965-4563-48c4-8e75-4fcd6f9a6e39_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a118795-ceea-41c7-980c-cc8841b06acd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81cfa9d8-bcb1-552c-afbe-a1d8340412b3 with identifier: 120595703
2026-03-27 05:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81cfa9d8-bcb1-552c-afbe-a1d8340412b3 with scrape type 2
2026-03-27 05:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81cfa9d8-bcb1-552c-afbe-a1d8340412b3 with scrape type 2
2026-03-27 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81cfa9d8-bcb1-552c-afbe-a1d8340412b3, identifier: 120595703
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595505, 'registration': 'KW18NZG', 'account': 'ALL021', 'make': 'FORD', 'model': 'KUGA VIGNALE DIESEL ESTATE', 'derivative': '1.5 TDCi 120 5dr 2WD', 'mileage': 101498, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1028, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW18NZG/2026-03-26/image/4506fbbb-ca00-45af-b5af-9a2e4365dd48_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/03e55998-6329-4fb2-9028-3e930d9d0f89_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/9b56fd28-5f2b-4c83-a028-15cfec3efa0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/a9d32d89-e7bb-430a-9e95-978575371237_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/6a7ee807-9f9c-4d93-af6c-72d26884dda4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/0cc3b026-ab34-4404-86fa-ac729890db3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/e7e420d8-1e42-43df-9c69-b584dea57a1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/5f8f607c-f84f-47ee-844f-e6381d6e9b2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/01c3311c-0517-4eb7-be10-ea0811673a8f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', '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/2281f050-dc02-4a26-8b4b-cc3b05b47d9b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595505, 'registration': 'KW18NZG', 'account': 'ALL021', 'make': 'FORD', 'model': 'KUGA VIGNALE DIESEL ESTATE', 'derivative': '1.5 TDCi 120 5dr 2WD', 'mileage': 101498, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1028, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW18NZG/2026-03-26/image/4506fbbb-ca00-45af-b5af-9a2e4365dd48_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/03e55998-6329-4fb2-9028-3e930d9d0f89_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/9b56fd28-5f2b-4c83-a028-15cfec3efa0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/a9d32d89-e7bb-430a-9e95-978575371237_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/6a7ee807-9f9c-4d93-af6c-72d26884dda4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/0cc3b026-ab34-4404-86fa-ac729890db3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/e7e420d8-1e42-43df-9c69-b584dea57a1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/5f8f607c-f84f-47ee-844f-e6381d6e9b2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW18NZG/2026-03-26/image/01c3311c-0517-4eb7-be10-ea0811673a8f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', '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/2281f050-dc02-4a26-8b4b-cc3b05b47d9b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a74bc20f-8310-5351-ab36-f01624799b09 with identifier: 120595505
2026-03-27 05:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a74bc20f-8310-5351-ab36-f01624799b09 with scrape type 2
2026-03-27 05:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a74bc20f-8310-5351-ab36-f01624799b09 with scrape type 2
2026-03-27 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a74bc20f-8310-5351-ab36-f01624799b09, identifier: 120595505
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120766714
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120766714%27 HTTP/1.1" 200 None
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120766714: 2
2026-03-27 05:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446
2026-03-27 05:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446
2026-03-27 05:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446 to the API
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120621446?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'ccae9a99-56f4-5001-b7f0-06a28a9537c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CP07OPZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120621446',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 50721,
'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': 'MERCEDES-BENZ A CLASS HATCHBACK A150 Classic SE 5dr',
'transmission': 'manual',
'trim': 'A150 Classic SE 5dr',
'vin': None,
'year': 2007}
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120621446%27 HTTP/1.1" 200 None
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Saving data for 120621446: {'auction_closing_time': 1774604700.0, 'created_time': 1773947269.628802, 'last_price_update_time': 1774587665.496556}
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621446') HTTP/1.1" 204 0
2026-03-27 05:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81cfa9d8-bcb1-552c-afbe-a1d8340412b3 with identifier: 120595703
2026-03-27 05:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81cfa9d8-bcb1-552c-afbe-a1d8340412b3 with identifier: 120595703
2026-03-27 05:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81cfa9d8-bcb1-552c-afbe-a1d8340412b3 with identifier: 120595703 to the API
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595703?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'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': '81cfa9d8-bcb1-552c-afbe-a1d8340412b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GY67CNO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595703',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 27637,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-21',
'seller_name': 'Allen Ford Bletchley',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Play 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Play 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595703%27 HTTP/1.1" 200 None
2026-03-27 05:01:05 [astonbarclay.gb] INFO: Saving data for 120595703: {'auction_closing_time': 1774861200.0, 'created_time': 1774379094.82905, 'last_price_update_time': 1774587665.782022}
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595703') HTTP/1.1" 204 0
2026-03-27 05:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a74bc20f-8310-5351-ab36-f01624799b09 with identifier: 120595505
2026-03-27 05:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a74bc20f-8310-5351-ab36-f01624799b09 with identifier: 120595505
2026-03-27 05:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a74bc20f-8310-5351-ab36-f01624799b09 with identifier: 120595505 to the API
2026-03-27 05:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595505?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'a74bc20f-8310-5351-ab36-f01624799b09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW18NZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595505',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA VIGNALE DIESEL ESTATE',
'odometer': 101498,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-31',
'seller_name': 'SMC GROUP',
'title': 'FORD KUGA VIGNALE DIESEL ESTATE 1.5 TDCi 120 5dr 2WD',
'transmission': 'manual',
'trim': '1.5 TDCi 120 5dr 2WD',
'vin': None,
'year': 2018}
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595505%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Saving data for 120595505: {'auction_closing_time': 1774861200.0, 'created_time': 1774379097.980716, 'last_price_update_time': 1774587666.08282}
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595505') HTTP/1.1" 204 0
2026-03-27 05:01:06 [scrapy.extensions.logstats] INFO: Crawled 71 pages (at 71 pages/min), scraped 69 items (at 69 items/min)
2026-03-27 05:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 176MiB
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120801744
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120801744%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120801744: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120714062
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714062%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120714062: 2
2026-03-27 05:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120713961?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256233?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120196358?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120798718
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798718%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120798718: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120794507
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794507%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120794507: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120693873
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693873%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120693873: 2
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120794387
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794387%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120794387: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120761595
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120761595%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120761595: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119811587
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119811587%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 119811587: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120280975
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120280975%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120280975: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119629779
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119629779%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 119629779: 0
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120327884
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120327884%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120327884: 2
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120453970
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120453970%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120453970: 2
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713961, 'registration': 'AR70FZO', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 Titanium 5dr', 'mileage': 10433, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1117, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-02-19', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AR70FZO/2026-03-24/image/1d46e793-0246-4b35-80ce-e8e5bb1f2234_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/a7d0bf1f-56f9-4177-81c2-c9a3e56e77f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/979d69a5-55c2-47e4-a70e-396fc79d5ec7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/2cd7a94b-3351-482d-8ee4-3375dc4a3d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/05ecdb0e-1c61-400c-bcdc-18cd1842af71_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/0761ca04-8864-44ca-ab88-b2519fb9e9ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/cf25a639-bd9f-448f-a07e-67df687af311_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/cef2ce2b-f83b-4c93-8c22-c4125220304b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/d824e60e-e7f5-4fbe-aefd-39568c48689c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/22 2K - 01/23 5K - 01/25 8K -', 'remarks': 'VOSA STATES 7K- 8K - 10K- 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': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d538fab6-60e5-47a7-b94b-ed4002d5d5ba.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713961, 'registration': 'AR70FZO', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 Titanium 5dr', 'mileage': 10433, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1117, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-02-19', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AR70FZO/2026-03-24/image/1d46e793-0246-4b35-80ce-e8e5bb1f2234_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/a7d0bf1f-56f9-4177-81c2-c9a3e56e77f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/979d69a5-55c2-47e4-a70e-396fc79d5ec7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/2cd7a94b-3351-482d-8ee4-3375dc4a3d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/05ecdb0e-1c61-400c-bcdc-18cd1842af71_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/0761ca04-8864-44ca-ab88-b2519fb9e9ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/cf25a639-bd9f-448f-a07e-67df687af311_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/cef2ce2b-f83b-4c93-8c22-c4125220304b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70FZO/2026-03-24/image/d824e60e-e7f5-4fbe-aefd-39568c48689c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/22 2K - 01/23 5K - 01/25 8K -', 'remarks': 'VOSA STATES 7K- 8K - 10K- 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': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d538fab6-60e5-47a7-b94b-ed4002d5d5ba.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c7c548f-e7b7-5ad0-90d5-7d40fde50463 with identifier: 120713961
2026-03-27 05:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c7c548f-e7b7-5ad0-90d5-7d40fde50463 with scrape type 2
2026-03-27 05:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c7c548f-e7b7-5ad0-90d5-7d40fde50463 with scrape type 2
2026-03-27 05:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c7c548f-e7b7-5ad0-90d5-7d40fde50463, identifier: 120713961
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120256233, 'registration': 'LO74YVE', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-CROSS ESTATE', 'derivative': '1.0 TSI 115 Match 5dr DSG', 'mileage': 25735, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1104, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LO74YVE/2026-03-10/image/986cd263-dcd1-49b0-ae60-05109baccf5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/49ae9eca-66c2-47a2-9bbd-30e55dee0600_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/a38dd32b-7526-40f2-8070-5c928bfc624c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/6bfefe8a-2869-4273-add5-46add7cf3375_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/f283f71c-7a8c-4927-8b38-a1293cffab26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/bb42b6e7-02a7-4bd7-b885-68f449babaad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/d0ba78b2-4408-4f63-8eb6-238a5ea97339_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/5a3558a0-d0b3-467b-8e55-951d1db3707e_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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a5ebdcb-dd61-4ddf-a929-27bbfb03566a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120256233, 'registration': 'LO74YVE', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-CROSS ESTATE', 'derivative': '1.0 TSI 115 Match 5dr DSG', 'mileage': 25735, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1104, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LO74YVE/2026-03-10/image/986cd263-dcd1-49b0-ae60-05109baccf5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/49ae9eca-66c2-47a2-9bbd-30e55dee0600_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/a38dd32b-7526-40f2-8070-5c928bfc624c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/6bfefe8a-2869-4273-add5-46add7cf3375_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/f283f71c-7a8c-4927-8b38-a1293cffab26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/bb42b6e7-02a7-4bd7-b885-68f449babaad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/d0ba78b2-4408-4f63-8eb6-238a5ea97339_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO74YVE/2026-03-10/image/5a3558a0-d0b3-467b-8e55-951d1db3707e_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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a5ebdcb-dd61-4ddf-a929-27bbfb03566a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233
2026-03-27 05:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with scrape type 2
2026-03-27 05:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with scrape type 2
2026-03-27 05:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3, identifier: 120256233
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120196358, 'registration': 'LY25XBF', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.0 TCE 90 Techno 5dr', 'mileage': 18932, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1102, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-07-18', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY25XBF/2026-03-09/image/f2a431fc-12dd-424b-afc5-2bbedf696786_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/537914c2-d11a-4a72-b94a-7a0fe1a86125_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/c484dae4-c5e9-4e1b-ab74-50f436c4a723_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/65bd27e3-1659-454c-927f-2d9fc6e19fd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/321db6b1-5e8b-4428-aa5a-5eb379313851_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/e3fbb9eb-cfe4-43f8-a9c3-5a4ccafc0de8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/bdf96900-d7ce-47c4-a070-df5e3c321c58_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/367721c3-86fc-49ce-8b61-9e11f069ec00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/48bcfefb-5167-48b1-81d1-842ee839b873_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/3853733e-36b5-475c-8379-8b88f3517dc7_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': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/747fb6a2-dcbf-478f-a52a-fdb44390a185.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120196358, 'registration': 'LY25XBF', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.0 TCE 90 Techno 5dr', 'mileage': 18932, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1102, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-07-18', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY25XBF/2026-03-09/image/f2a431fc-12dd-424b-afc5-2bbedf696786_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/537914c2-d11a-4a72-b94a-7a0fe1a86125_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/c484dae4-c5e9-4e1b-ab74-50f436c4a723_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/65bd27e3-1659-454c-927f-2d9fc6e19fd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/321db6b1-5e8b-4428-aa5a-5eb379313851_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/e3fbb9eb-cfe4-43f8-a9c3-5a4ccafc0de8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/bdf96900-d7ce-47c4-a070-df5e3c321c58_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/367721c3-86fc-49ce-8b61-9e11f069ec00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/48bcfefb-5167-48b1-81d1-842ee839b873_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY25XBF/2026-03-09/image/3853733e-36b5-475c-8379-8b88f3517dc7_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': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/747fb6a2-dcbf-478f-a52a-fdb44390a185.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358
2026-03-27 05:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with scrape type 2
2026-03-27 05:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with scrape type 2
2026-03-27 05:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0, identifier: 120196358
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120726302
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120726302%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Scrape type for 120726302: 2
2026-03-27 05:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c7c548f-e7b7-5ad0-90d5-7d40fde50463 with identifier: 120713961
2026-03-27 05:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c7c548f-e7b7-5ad0-90d5-7d40fde50463 with identifier: 120713961
2026-03-27 05:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c7c548f-e7b7-5ad0-90d5-7d40fde50463 with identifier: 120713961 to the API
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120713961?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'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': '7c7c548f-e7b7-5ad0-90d5-7d40fde50463',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AR70FZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120713961',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 10433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hybrid mHEV 155 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 155 Titanium 5dr',
'vin': None,
'year': 2021}
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713961%27 HTTP/1.1" 200 None
2026-03-27 05:01:06 [astonbarclay.gb] INFO: Saving data for 120713961: {'auction_closing_time': 1774861200.0, 'created_time': 1774379008.623218, 'last_price_update_time': 1774587666.938038}
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713961') HTTP/1.1" 204 0
2026-03-27 05:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233
2026-03-27 05:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233
2026-03-27 05:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233 to the API
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256233?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'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': '23174fe5-aa3b-5ce8-9a12-89304fb5e8d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO74YVE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256233',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-CROSS ESTATE',
'odometer': 25735,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-20',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN T-CROSS ESTATE 1.0 TSI 115 Match 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 115 Match 5dr DSG',
'vin': None,
'year': 2025}
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256233%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Saving data for 120256233: {'auction_closing_time': 1774861200.0, 'created_time': 1773741767.485538, 'last_price_update_time': 1774587667.313847}
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256233') HTTP/1.1" 204 0
2026-03-27 05:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358
2026-03-27 05:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358
2026-03-27 05:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358 to the API
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120196358?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-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '51e682c3-80ca-5bca-99ee-9f8ee660bbd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY25XBF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120196358',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 18932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-18',
'seller_name': 'Motability Operations',
'title': 'RENAULT CAPTUR HATCHBACK 1.0 TCE 90 Techno 5dr',
'transmission': 'manual',
'trim': '1.0 TCE 90 Techno 5dr',
'vin': None,
'year': 2025}
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120196358%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Saving data for 120196358: {'auction_closing_time': 1774861200.0, 'created_time': 1773402898.296477, 'last_price_update_time': 1774587667.630232}
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120196358') HTTP/1.1" 204 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120680805
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120680805%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120680805: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120689970
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689970%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120689970: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120691804
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691804%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120691804: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120694307
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694307%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120694307: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120695121
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695121%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120695121: 2
2026-03-27 05:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120396890?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714439?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714043?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120693568
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693568%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120693568: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120692322
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120692322%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120692322: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120674268
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120674268%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120674268: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120693666
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693666%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120693666: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120688324
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120688324%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120688324: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120690865
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690865%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120690865: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120689132
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689132%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120689132: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120688243
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120688243%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120688243: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120691045
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691045%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120691045: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120693640
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693640%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120693640: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120691092
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691092%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120691092: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120690793
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690793%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120690793: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120685959
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120685959%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120685959: 2
2026-03-27 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-27 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-27 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-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120681802
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120681802%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120681802: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120687223
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120687223%27 HTTP/1.1" 200 None
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120687223: 0
2026-03-27 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120713969
2026-03-27 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713969%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120713969: 2
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120692816
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120692816%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120692816: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120690454
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690454%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120690454: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120696584
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696584%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120696584: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120690647
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690647%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120690647: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120690055
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690055%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120690055: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120694326
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694326%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120694326: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120687954
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120687954%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120687954: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120678615
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120678615%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120678615: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120681200
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120681200%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120681200: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120688313
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120688313%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120688313: 2
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120396890, 'registration': 'CP19URT', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '40 TDI S Line 4dr S Tronic', 'mileage': 112458, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1143, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-04-25', 'fuel': 'Diesel', 'motExpiry': '2027-02-19', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/CP19URT/2026-03-12/image/0e04b638-fd8c-4bb6-8581-5313bb453096_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/71fa3d90-0e65-40c8-a103-762dc6c12efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/47472f75-7089-4d80-bcd6-1b939dd382a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/3b1c8835-e9d2-4783-bb01-528b38421c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/fb911de0-f422-47d3-8c17-e2c64ad66156_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/b30e9225-9686-4a58-9d68-53cc11e18572_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/188dd1d1-653d-4480-a14f-102c65aad4d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/0698927d-7aa0-49e8-bcdd-1152d65d4966_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/575c85b8-fb93-4194-8130-cde0e147ee78_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/21-13K, 07/21-16K, 03/22-30K, 08/22-40K, 02/23-50K, 06/23-58K, 10/23-67K, 04/24-78K, 11/24-89K', 'remarks': 'VOSA STATES 54K, 78K, 98K, 112K, 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': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a6392dd-57ad-47a4-91ca-14c23b069f68.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120396890, 'registration': 'CP19URT', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '40 TDI S Line 4dr S Tronic', 'mileage': 112458, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1143, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-04-25', 'fuel': 'Diesel', 'motExpiry': '2027-02-19', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/CP19URT/2026-03-12/image/0e04b638-fd8c-4bb6-8581-5313bb453096_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/71fa3d90-0e65-40c8-a103-762dc6c12efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/47472f75-7089-4d80-bcd6-1b939dd382a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/3b1c8835-e9d2-4783-bb01-528b38421c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/fb911de0-f422-47d3-8c17-e2c64ad66156_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/b30e9225-9686-4a58-9d68-53cc11e18572_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/188dd1d1-653d-4480-a14f-102c65aad4d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/0698927d-7aa0-49e8-bcdd-1152d65d4966_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP19URT/2026-03-12/image/575c85b8-fb93-4194-8130-cde0e147ee78_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/21-13K, 07/21-16K, 03/22-30K, 08/22-40K, 02/23-50K, 06/23-58K, 10/23-67K, 04/24-78K, 11/24-89K', 'remarks': 'VOSA STATES 54K, 78K, 98K, 112K, 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': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a6392dd-57ad-47a4-91ca-14c23b069f68.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890
2026-03-27 05:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with scrape type 2
2026-03-27 05:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with scrape type 2
2026-03-27 05:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58ce9332-636c-546e-ba8d-5f2d227cc0a3, identifier: 120396890
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714439, 'registration': 'EK20LGX', 'account': 'WBA002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.0 Mild Hybrid Lounge 3dr', 'mileage': 43205, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1116, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-03-25', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK20LGX/2026-03-25/image/a31f64d7-6dbc-45ae-a09b-3fa680f09c17_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/675bef13-67d4-4cf8-9da5-708de8f70505_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/9700e71c-ddd7-40bc-824b-49d1d882d3e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/5cff3810-9efe-485c-94d3-6e3aa8f911d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/cad7b230-fba8-4c14-9eaf-2d8ef5549519_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/0ae55468-e6e6-4bef-ba31-3f63cca62e36_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/3ed71a35-387f-43ba-bb49-bbc2b5e1bb67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/e648f158-1560-4a85-9414-90f651176503_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/97f51f7f-81e0-4ad1-85c6-84821a661c8c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/21 8K - 04/22 15K- 02/24 28K - 02/25 35K - 02/26 42K', 'remarks': 'VOSA STATES 21K- 28K- 36K -42K- 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': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ac88b60-5290-4690-8e4e-f66bf11bbca4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714439, 'registration': 'EK20LGX', 'account': 'WBA002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.0 Mild Hybrid Lounge 3dr', 'mileage': 43205, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1116, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-03-25', 'fuel': 'Petrol', 'motExpiry': '2027-03-24', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK20LGX/2026-03-25/image/a31f64d7-6dbc-45ae-a09b-3fa680f09c17_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/675bef13-67d4-4cf8-9da5-708de8f70505_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/9700e71c-ddd7-40bc-824b-49d1d882d3e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/5cff3810-9efe-485c-94d3-6e3aa8f911d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/cad7b230-fba8-4c14-9eaf-2d8ef5549519_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/0ae55468-e6e6-4bef-ba31-3f63cca62e36_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/3ed71a35-387f-43ba-bb49-bbc2b5e1bb67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/e648f158-1560-4a85-9414-90f651176503_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK20LGX/2026-03-25/image/97f51f7f-81e0-4ad1-85c6-84821a661c8c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/21 8K - 04/22 15K- 02/24 28K - 02/25 35K - 02/26 42K', 'remarks': 'VOSA STATES 21K- 28K- 36K -42K- 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': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ac88b60-5290-4690-8e4e-f66bf11bbca4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f611117-6be0-5f6c-934e-baf0593a523f with identifier: 120714439
2026-03-27 05:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f611117-6be0-5f6c-934e-baf0593a523f with scrape type 2
2026-03-27 05:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f611117-6be0-5f6c-934e-baf0593a523f with scrape type 2
2026-03-27 05:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f611117-6be0-5f6c-934e-baf0593a523f, identifier: 120714439
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714043, 'registration': 'AV18YXW', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Bose Personal Edition 5dr', 'mileage': 93953, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1120, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV18YXW/2026-03-25/image/7d05b77a-e544-40ef-9a68-f85c0f8ca2a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/4239edd8-6d8c-40e2-beed-ed9bfa6b5365_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/bbe022bb-264a-4389-947d-a9650cb5d426_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/d160c012-46e0-415b-b72d-1e32cc474a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/423fc038-cfe8-46be-bebd-2c691950643c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/4003084d-57ee-4f99-b99a-e2e889d13c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/131b43d0-6df5-4405-ba87-d0a5801bffb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/88dd94fe-8428-4d38-9bd0-a4de33ff074f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/5dbe662b-9c3f-4cc6-b93b-9b9de7801e67_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/5df359d7-e33a-45f0-af0b-9e273e3a0fe5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/19 16K - 06/23 66K - 06/22 54K', 'remarks': 'VOSA STATES 54K- 66K- 79K- 93K - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', '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/51a7fda9-c236-4866-8591-955189e356dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714043, 'registration': 'AV18YXW', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Bose Personal Edition 5dr', 'mileage': 93953, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1120, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV18YXW/2026-03-25/image/7d05b77a-e544-40ef-9a68-f85c0f8ca2a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/4239edd8-6d8c-40e2-beed-ed9bfa6b5365_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/bbe022bb-264a-4389-947d-a9650cb5d426_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/d160c012-46e0-415b-b72d-1e32cc474a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/423fc038-cfe8-46be-bebd-2c691950643c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/4003084d-57ee-4f99-b99a-e2e889d13c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/131b43d0-6df5-4405-ba87-d0a5801bffb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/88dd94fe-8428-4d38-9bd0-a4de33ff074f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/5dbe662b-9c3f-4cc6-b93b-9b9de7801e67_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV18YXW/2026-03-25/image/5df359d7-e33a-45f0-af0b-9e273e3a0fe5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/19 16K - 06/23 66K - 06/22 54K', 'remarks': 'VOSA STATES 54K- 66K- 79K- 93K - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', '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/51a7fda9-c236-4866-8591-955189e356dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043
2026-03-27 05:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with scrape type 2
2026-03-27 05:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with scrape type 2
2026-03-27 05:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275, identifier: 120714043
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120692763
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120692763%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120692763: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120680410
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120680410%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120680410: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120688426
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120688426%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120688426: 0
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120732864
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732864%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120732864: 2
2026-03-27 05:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890
2026-03-27 05:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890
2026-03-27 05:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890 to the API
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120396890?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '58ce9332-636c-546e-ba8d-5f2d227cc0a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CP19URT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120396890',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A6 DIESEL SALOON',
'odometer': 112458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-25',
'seller_name': 'UKCGR - Select',
'title': 'AUDI A6 DIESEL SALOON 40 TDI S Line 4dr S Tronic',
'transmission': 'automatic',
'trim': '40 TDI S Line 4dr S Tronic',
'vin': None,
'year': 2019}
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120396890%27 HTTP/1.1" 200 None
2026-03-27 05:01:08 [astonbarclay.gb] INFO: Saving data for 120396890: {'auction_closing_time': 1774861200.0, 'created_time': 1773403690.367575, 'last_price_update_time': 1774587668.919271}
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120396890') HTTP/1.1" 204 0
2026-03-27 05:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f611117-6be0-5f6c-934e-baf0593a523f with identifier: 120714439
2026-03-27 05:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f611117-6be0-5f6c-934e-baf0593a523f with identifier: 120714439
2026-03-27 05:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f611117-6be0-5f6c-934e-baf0593a523f with identifier: 120714439 to the API
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714439?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '0f611117-6be0-5f6c-934e-baf0593a523f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK20LGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714439',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 43205,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-25',
'seller_name': 'UKCGR - Premium',
'title': 'FIAT 500 HATCHBACK 1.0 Mild Hybrid Lounge 3dr',
'transmission': 'manual',
'trim': '1.0 Mild Hybrid Lounge 3dr',
'vin': None,
'year': 2020}
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714439%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Saving data for 120714439: {'auction_closing_time': 1774861200.0, 'created_time': 1774379015.937438, 'last_price_update_time': 1774587669.342927}
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714439') HTTP/1.1" 204 0
2026-03-27 05:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043
2026-03-27 05:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043
2026-03-27 05:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043 to the API
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714043?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'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': 'a45f665e-3f7f-5a64-8a60-8aeaa0dbc275',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AV18YXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714043',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 93953,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-26',
'seller_name': 'UKCGR - Premium',
'title': 'NISSAN JUKE HATCHBACK 1.2 DiG-T Bose Personal Edition 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T Bose Personal Edition 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714043%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Saving data for 120714043: {'auction_closing_time': 1774861200.0, 'created_time': 1774357407.021313, 'last_price_update_time': 1774587669.767795}
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714043') HTTP/1.1" 204 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120725248
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725248%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120725248: 2
2026-03-27 05:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120646164?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668504?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120731113
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731113%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120731113: 2
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120753346
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120753346%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120753346: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120693407
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693407%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120693407: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120695175
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695175%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120695175: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120733156
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733156%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120733156: 2
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120689230
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689230%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120689230: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120736652
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120736652%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120736652: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120726997
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120726997%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120726997: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120714077
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714077%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120714077: 2
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120745720
2026-03-27 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120745720%27 HTTP/1.1" 200 None
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120745720: 0
2026-03-27 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120732411
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732411%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120732411: 2
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120646164, 'registration': 'LS68VRG', 'account': 'WBA004', 'make': 'SKODA', 'model': 'SUPERB ESTATE', 'derivative': '1.5 TSI Sport Line 5dr DSG', 'mileage': 35500, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1153, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-17', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS68VRG/2026-03-20/image/4115605a-d4ab-41dd-a951-bf365ae02565_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/22c858a6-ceee-4cc9-a463-dc90fcaf2ae2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/ba6c8f60-d0d1-45e9-b54b-08738e6fd320_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/e4c2bebb-79f1-4a5c-999a-840aa4d5587d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/0affdff8-20c5-4769-ba9a-f77d4a0efb68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/8d79f8af-95ec-42cb-be42-76c082b7f72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/dbc638d3-c4bd-4a4b-94d5-f7b324e32040_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/03b8e931-a8a1-4771-abf9-55717a867f51_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/19- 5K, 11/20- 7K, 11/21- 12K, 11/22- 17K, 11/23- 23K, 01/25- 29K, 01/26- 34K', 'remarks': 'VOSA STATES 17K, 23K, 28K, 34K, SPARE KEY IN OFFICE, 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': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b951b0ec-bbc3-4b36-b684-d0d1f422f9c3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120646164, 'registration': 'LS68VRG', 'account': 'WBA004', 'make': 'SKODA', 'model': 'SUPERB ESTATE', 'derivative': '1.5 TSI Sport Line 5dr DSG', 'mileage': 35500, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1153, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-17', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS68VRG/2026-03-20/image/4115605a-d4ab-41dd-a951-bf365ae02565_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/22c858a6-ceee-4cc9-a463-dc90fcaf2ae2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/ba6c8f60-d0d1-45e9-b54b-08738e6fd320_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/e4c2bebb-79f1-4a5c-999a-840aa4d5587d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/0affdff8-20c5-4769-ba9a-f77d4a0efb68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/8d79f8af-95ec-42cb-be42-76c082b7f72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/dbc638d3-c4bd-4a4b-94d5-f7b324e32040_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS68VRG/2026-03-20/image/03b8e931-a8a1-4771-abf9-55717a867f51_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/19- 5K, 11/20- 7K, 11/21- 12K, 11/22- 17K, 11/23- 23K, 01/25- 29K, 01/26- 34K', 'remarks': 'VOSA STATES 17K, 23K, 28K, 34K, SPARE KEY IN OFFICE, 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': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b951b0ec-bbc3-4b36-b684-d0d1f422f9c3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164
2026-03-27 05:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34837223-2f7f-5b9e-aafd-e8e917402483 with scrape type 2
2026-03-27 05:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34837223-2f7f-5b9e-aafd-e8e917402483 with scrape type 2
2026-03-27 05:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 34837223-2f7f-5b9e-aafd-e8e917402483, identifier: 120646164
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668504, 'registration': 'J444DRF', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XE DIESEL SALOON', 'derivative': '2.0d [180] Portfolio 4dr Auto', 'mileage': 68397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1159, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-11-17', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/J444DRF/2026-03-23/image/ee21c645-b9f0-47b2-a7ef-f7e69cc09f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/00b7fbfc-da83-49a5-b3a1-f170df826850_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/b9bc9b60-377a-4399-b595-380c66d4c445_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/70043b13-d7e1-4309-be85-25b17d8b6228_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/ddb58766-478e-4ab1-bfba-c0cdf45de089_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/ea2069b3-9a5e-405a-b798-13c2a3f07d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/e4334fc2-b058-4f2e-8c83-0a805122bbbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/5ce6e87a-9547-457d-ab38-27ab1e80456b_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/9d8cdbc2-4814-4819-9729-a63ca5533e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/6f22b4c4-22cb-43a3-abb5-6ba79bfb494a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/17-10K, 02/19-18K, 03/20-22K', 'remarks': 'VOSA STATES - 36K, 37K,46K, 63K SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f96381ec-897a-48b6-bf06-2b92d1c2f21c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668504, 'registration': 'J444DRF', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XE DIESEL SALOON', 'derivative': '2.0d [180] Portfolio 4dr Auto', 'mileage': 68397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1159, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-11-17', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/J444DRF/2026-03-23/image/ee21c645-b9f0-47b2-a7ef-f7e69cc09f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/00b7fbfc-da83-49a5-b3a1-f170df826850_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/b9bc9b60-377a-4399-b595-380c66d4c445_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/70043b13-d7e1-4309-be85-25b17d8b6228_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/ddb58766-478e-4ab1-bfba-c0cdf45de089_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/ea2069b3-9a5e-405a-b798-13c2a3f07d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/e4334fc2-b058-4f2e-8c83-0a805122bbbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/5ce6e87a-9547-457d-ab38-27ab1e80456b_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/9d8cdbc2-4814-4819-9729-a63ca5533e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/J444DRF/2026-03-23/image/6f22b4c4-22cb-43a3-abb5-6ba79bfb494a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/17-10K, 02/19-18K, 03/20-22K', 'remarks': 'VOSA STATES - 36K, 37K,46K, 63K SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f96381ec-897a-48b6-bf06-2b92d1c2f21c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504
2026-03-27 05:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with scrape type 2
2026-03-27 05:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with scrape type 2
2026-03-27 05:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ec5652d-5af7-5425-8aed-85ebeee56cd4, identifier: 120668504
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120762335
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120762335%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120762335: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120691178
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691178%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120691178: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120762558
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120762558%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120762558: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120758930
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120758930%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120758930: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120758496
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120758496%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120758496: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120757940
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120757940%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120757940: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120780568
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120780568%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120780568: 0
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120724402
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120724402%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120724402: 2
2026-03-27 05:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164
2026-03-27 05:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164
2026-03-27 05:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164 to the API
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120646164?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '34837223-2f7f-5b9e-aafd-e8e917402483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS68VRG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120646164',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'SUPERB ESTATE',
'odometer': 35500,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-17',
'seller_name': 'UKCGR - Trade',
'title': 'SKODA SUPERB ESTATE 1.5 TSI Sport Line 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI Sport Line 5dr DSG',
'vin': None,
'year': 2018}
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120646164%27 HTTP/1.1" 200 None
2026-03-27 05:01:10 [astonbarclay.gb] INFO: Saving data for 120646164: {'auction_closing_time': 1774861200.0, 'created_time': 1774034218.895157, 'last_price_update_time': 1774587670.68378}
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120646164') HTTP/1.1" 204 0
2026-03-27 05:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504
2026-03-27 05:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504
2026-03-27 05:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504 to the API
2026-03-27 05:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668504?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'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': '4ec5652d-5af7-5425-8aed-85ebeee56cd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'J444DRF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668504',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XE DIESEL SALOON',
'odometer': 68397,
'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': 'UKCGR - Trade',
'title': 'JAGUAR XE DIESEL SALOON 2.0d [180] Portfolio 4dr Auto',
'transmission': 'automatic',
'trim': '2.0d [180] Portfolio 4dr Auto',
'vin': None,
'year': 2015}
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668504%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Saving data for 120668504: {'auction_closing_time': 1774861200.0, 'created_time': 1774262261.555041, 'last_price_update_time': 1774587671.091493}
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668504') HTTP/1.1" 204 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120756696
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756696%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120756696: 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120755203
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120755203%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120755203: 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120729065
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120729065%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120729065: 2
2026-03-27 05:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732683?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120656496?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120757392
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120757392%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120757392: 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120759079
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120759079%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120759079: 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120756805
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756805%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120756805: 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120738792
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120738792%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120738792: 0
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120732747
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732747%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120732747: 2
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120730965
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120730965%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120730965: 2
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120713991
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713991%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120713991: 2
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690371, 'registration': 'KX17NGY', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 AMG Line Premium Plus 5dr Auto', 'mileage': 51033, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1155, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-12-13', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KX17NGY/2026-03-24/image/3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/18 3K - 03/19 8K - 03/20 14K 03/22 22K -', 'remarks': 'VOSA STATES 23K- 30K - 40K - 49K - SPARE KEY IN OFFICE - 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c8b5feb2-04db-43b8-9261-74979073f5e9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690371, 'registration': 'KX17NGY', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 AMG Line Premium Plus 5dr Auto', 'mileage': 51033, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1155, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-12-13', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KX17NGY/2026-03-24/image/3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/18 3K - 03/19 8K - 03/20 14K 03/22 22K -', 'remarks': 'VOSA STATES 23K- 30K - 40K - 49K - SPARE KEY IN OFFICE - 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c8b5feb2-04db-43b8-9261-74979073f5e9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371
2026-03-27 05:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3afd03-4f66-5486-a090-9036765fca77 with scrape type 2
2026-03-27 05:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc3afd03-4f66-5486-a090-9036765fca77 with scrape type 2
2026-03-27 05:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bc3afd03-4f66-5486-a090-9036765fca77, identifier: 120690371
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732683, 'registration': 'BV20YAA', 'account': 'WBA002', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.0T GDi Excite 5dr DCT', 'mileage': 20280, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1170, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV20YAA/2026-03-26/image/32d9ee7d-25d6-477c-b9c5-0b6651534d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/deb4d199-0065-44ad-8bb4-c7b94c39e7ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/f7dfd2da-5698-4250-8ab5-07f4659b8334_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/d76a8ba9-c437-4425-997c-e5bcd75e6fe9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/caecb4b7-453a-48bd-a08f-8397bf35c8e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/aff3d02f-4741-4059-95a1-65d51bcb4dea_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/df03855f-9f27-43d3-b1cb-0709b66f3bc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/9c3a2917-0f7e-43d0-8bde-bdad4f252934_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/22f143af-5dab-49c1-98c1-2d6b6c14b93f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/21 2K - 03/22 13K - 10/24 13K - 11/25 18K -', 'remarks': 'VOSA STATES 9K- 12K- 15K- 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': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/51b1922f-d01f-46a0-948b-1aa339e8eb26.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732683, 'registration': 'BV20YAA', 'account': 'WBA002', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.0T GDi Excite 5dr DCT', 'mileage': 20280, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1170, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV20YAA/2026-03-26/image/32d9ee7d-25d6-477c-b9c5-0b6651534d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/deb4d199-0065-44ad-8bb4-c7b94c39e7ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/f7dfd2da-5698-4250-8ab5-07f4659b8334_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/d76a8ba9-c437-4425-997c-e5bcd75e6fe9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/caecb4b7-453a-48bd-a08f-8397bf35c8e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/aff3d02f-4741-4059-95a1-65d51bcb4dea_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/df03855f-9f27-43d3-b1cb-0709b66f3bc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/9c3a2917-0f7e-43d0-8bde-bdad4f252934_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV20YAA/2026-03-26/image/22f143af-5dab-49c1-98c1-2d6b6c14b93f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/21 2K - 03/22 13K - 10/24 13K - 11/25 18K -', 'remarks': 'VOSA STATES 9K- 12K- 15K- 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': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/51b1922f-d01f-46a0-948b-1aa339e8eb26.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc with identifier: 120732683
2026-03-27 05:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc with scrape type 2
2026-03-27 05:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc with scrape type 2
2026-03-27 05:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc, identifier: 120732683
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120656496, 'registration': 'LN66UUA', 'account': 'WBA003', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 Studio 5dr', 'mileage': 10686, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1162, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN66UUA/2026-03-21/image/906c474f-8c77-47ec-a681-d2ad93b82e9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/eb82c865-f0ec-4eea-9989-5950f4feefd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/776719e3-bdf1-4a2e-a214-b71fb42ff943_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/a634ed64-1731-4ad4-895c-379522eb62d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/f6409b46-9d54-4fe0-a946-39eeaa98bd53_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/4d0b30aa-0cb6-492b-8b0a-32961a349e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/6f55c5f2-ae56-4f22-9dbd-b1f1aa46836c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/8252ab7d-6d74-4374-92d1-1962f6dac75d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/33d60b15-5171-4716-b69f-b026d880bd7e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'PDI ONLY IN SERVICE BOOK', 'remarks': 'VOSA STATES 6K, 8K, 9K, 10K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0073910a-9912-4eb5-b117-602eb6da4d12.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120656496, 'registration': 'LN66UUA', 'account': 'WBA003', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 Studio 5dr', 'mileage': 10686, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1162, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN66UUA/2026-03-21/image/906c474f-8c77-47ec-a681-d2ad93b82e9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/eb82c865-f0ec-4eea-9989-5950f4feefd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/776719e3-bdf1-4a2e-a214-b71fb42ff943_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/a634ed64-1731-4ad4-895c-379522eb62d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/f6409b46-9d54-4fe0-a946-39eeaa98bd53_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/4d0b30aa-0cb6-492b-8b0a-32961a349e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/6f55c5f2-ae56-4f22-9dbd-b1f1aa46836c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/8252ab7d-6d74-4374-92d1-1962f6dac75d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN66UUA/2026-03-21/image/33d60b15-5171-4716-b69f-b026d880bd7e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'PDI ONLY IN SERVICE BOOK', 'remarks': 'VOSA STATES 6K, 8K, 9K, 10K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0073910a-9912-4eb5-b117-602eb6da4d12.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496
2026-03-27 05:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with scrape type 2
2026-03-27 05:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with scrape type 2
2026-03-27 05:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2, identifier: 120656496
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120713746
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713746%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Scrape type for 120713746: 2
2026-03-27 05:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371
2026-03-27 05:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371
2026-03-27 05:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371 to the API
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'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': 'bc3afd03-4f66-5486-a090-9036765fca77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX17NGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690371',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 51033,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-01',
'seller_name': 'UKCGR - Premium',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A160 AMG Line Premium Plus 5dr Auto',
'transmission': 'automatic',
'trim': 'A160 AMG Line Premium Plus 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690371%27 HTTP/1.1" 200 None
2026-03-27 05:01:11 [astonbarclay.gb] INFO: Saving data for 120690371: {'auction_closing_time': 1774861200.0, 'created_time': 1774358393.294829, 'last_price_update_time': 1774587671.993436}
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690371') HTTP/1.1" 204 0
2026-03-27 05:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc with identifier: 120732683
2026-03-27 05:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc with identifier: 120732683
2026-03-27 05:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc with identifier: 120732683 to the API
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732683?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '719fcb7f-c8f3-58e2-b9bf-5a8a2e0701bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV20YAA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732683',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MG MOTOR UK',
'model': 'ZS HATCHBACK',
'odometer': 20280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-14',
'seller_name': 'UKCGR - Premium',
'title': 'MG MOTOR UK ZS HATCHBACK 1.0T GDi Excite 5dr DCT',
'transmission': 'automatic',
'trim': '1.0T GDi Excite 5dr DCT',
'vin': None,
'year': 2020}
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732683%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Saving data for 120732683: {'auction_closing_time': 1774861200.0, 'created_time': 1774379038.45406, 'last_price_update_time': 1774587672.357197}
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732683') HTTP/1.1" 204 0
2026-03-27 05:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496
2026-03-27 05:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496
2026-03-27 05:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496 to the API
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120656496?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'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': '14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN66UUA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120656496',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 10686,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-23',
'seller_name': 'UKCGR - Select',
'title': 'FORD KA+ HATCHBACK 1.2 Studio 5dr',
'transmission': 'manual',
'trim': '1.2 Studio 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656496%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Saving data for 120656496: {'auction_closing_time': 1774861200.0, 'created_time': 1774034151.670092, 'last_price_update_time': 1774587672.648743}
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656496') HTTP/1.1" 204 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120753082
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120753082%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120753082: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120738966
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120738966%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120738966: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120683124
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120683124%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120683124: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120713728
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713728%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120713728: 2
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120767154
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120767154%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120767154: 2
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120766579
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120766579%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120766579: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120775337
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120775337%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120775337: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120715801
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715801%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120715801: 2
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120754042
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120754042%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120754042: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120775790
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120775790%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120775790: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120774589
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120774589%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120774589: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120725979
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725979%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120725979: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120790010
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120790010%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120790010: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120773464
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773464%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120773464: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120725778
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725778%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120725778: 2
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120728398
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120728398%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120728398: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120733681
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733681%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120733681: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120746149
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120746149%27 HTTP/1.1" 200 None
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120746149: 0
2026-03-27 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120733599
2026-03-27 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733599%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120733599: 2
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120735135
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735135%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120735135: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120756115
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756115%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120756115: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120732653
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732653%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120732653: 2
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120695565
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695565%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120695565: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120779100
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120779100%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120779100: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120753919
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120753919%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120753919: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120738444
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120738444%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120738444: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120801654
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120801654%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120801654: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120801666
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120801666%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120801666: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120698448
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120698448%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120698448: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120799211
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120799211%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120799211: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120739822
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120739822%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120739822: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120800858
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120800858%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120800858: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120808421
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120808421%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120808421: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120808013
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120808013%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120808013: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120793173
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120793173%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120793173: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120796045
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120796045%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120796045: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120789725
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120789725%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120789725: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120800939
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120800939%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120800939: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120696944
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696944%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120696944: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120801963
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120801963%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120801963: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120790174
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120790174%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120790174: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120793702
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120793702%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120793702: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120799292
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120799292%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120799292: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120792380
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120792380%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120792380: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120795057
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120795057%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120795057: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120762304
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120762304%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120762304: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120692983
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120692983%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120692983: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120762359
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120762359%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120762359: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120696058
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696058%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120696058: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120802160
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120802160%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120802160: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120733412
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733412%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120733412: 2
2026-03-27 05:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/109174414?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120794261
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794261%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120794261: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120794230
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794230%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120794230: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120816676
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120816676%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120816676: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120811231
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120811231%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120811231: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120807843
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120807843%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120807843: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120780393
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120780393%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120780393: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120816385
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120816385%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120816385: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120631151
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120631151%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120631151: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120656222
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656222%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120656222: 2
2026-03-27 05:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714054?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120657364
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657364%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120657364: 2
2026-03-27 05:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714062?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 109174414, 'registration': 'BD68EUB', 'account': 'WBA002', 'make': 'CITROEN', 'model': 'C3 AIRCROSS DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi Flair 5dr [6 speed]', 'mileage': 97639, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1164, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-09', 'fuel': 'Diesel', 'motExpiry': '2025-11-08', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD68EUB/2026-03-25/image/e074311f-1edc-48ac-8e52-23a38fa84dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/78e044f1-2750-4df7-a2b5-e7b092035a74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/f4cfae85-77c7-4ce7-bb46-7ebf496b43cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/4427ed9f-be0d-412c-b1d6-9cb49236c020_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/26ee97b3-c8e8-47fc-836c-f4bc5af5417e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/43f65f58-f134-4341-8886-4a5962b18638_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/26dcb5e1-84fb-48e9-a13a-e40bec47d358_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/50155190-0b99-42f0-87d9-2a0250ca8fad_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/f6703ff6-b57a-4f0c-bbee-3456f371aa86_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/e4648c84-624c-44fb-a947-336bee528536_removebg.jpg?w=600'], 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K- 81K - 91K- 94K- 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8ac1ff2-2b60-4aa1-af15-29eb541375d6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 109174414, 'registration': 'BD68EUB', 'account': 'WBA002', 'make': 'CITROEN', 'model': 'C3 AIRCROSS DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi Flair 5dr [6 speed]', 'mileage': 97639, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1164, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-09', 'fuel': 'Diesel', 'motExpiry': '2025-11-08', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD68EUB/2026-03-25/image/e074311f-1edc-48ac-8e52-23a38fa84dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/78e044f1-2750-4df7-a2b5-e7b092035a74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/f4cfae85-77c7-4ce7-bb46-7ebf496b43cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/4427ed9f-be0d-412c-b1d6-9cb49236c020_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/26ee97b3-c8e8-47fc-836c-f4bc5af5417e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/43f65f58-f134-4341-8886-4a5962b18638_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/26dcb5e1-84fb-48e9-a13a-e40bec47d358_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/50155190-0b99-42f0-87d9-2a0250ca8fad_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/f6703ff6-b57a-4f0c-bbee-3456f371aa86_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68EUB/2026-03-25/image/e4648c84-624c-44fb-a947-336bee528536_removebg.jpg?w=600'], 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K- 81K - 91K- 94K- 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8ac1ff2-2b60-4aa1-af15-29eb541375d6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4da8ae38-43d1-5cdd-8178-4075f836a28f with identifier: 109174414
2026-03-27 05:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4da8ae38-43d1-5cdd-8178-4075f836a28f with scrape type 2
2026-03-27 05:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4da8ae38-43d1-5cdd-8178-4075f836a28f with scrape type 2
2026-03-27 05:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4da8ae38-43d1-5cdd-8178-4075f836a28f, identifier: 109174414
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120667468
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667468%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120667468: 0
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120316229
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120316229%27 HTTP/1.1" 200 None
2026-03-27 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120316229: 2
2026-03-27 05:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4da8ae38-43d1-5cdd-8178-4075f836a28f with identifier: 109174414
2026-03-27 05:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BEIGE HTTP/1.1" 200 None
2026-03-27 05:01:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4da8ae38-43d1-5cdd-8178-4075f836a28f with identifier: 109174414
2026-03-27 05:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4da8ae38-43d1-5cdd-8178-4075f836a28f with identifier: 109174414 to the API
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/109174414?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BEIGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '4da8ae38-43d1-5cdd-8178-4075f836a28f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BD68EUB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/109174414',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 AIRCROSS DIESEL HATCHBACK',
'odometer': 97639,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-09',
'seller_name': 'UKCGR - Premium',
'title': 'CITROEN C3 AIRCROSS DIESEL HATCHBACK 1.5 BlueHDi Flair 5dr [6 '
'speed]',
'transmission': 'manual',
'trim': '1.5 BlueHDi Flair 5dr [6 speed]',
'vin': None,
'year': 2018}
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27109174414%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Saving data for 109174414: {'created_time': 1774465631.969704, 'last_price_update_time': 1774587674.476853, 'auction_closing_time': 1774861200.0}
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='109174414') HTTP/1.1" 204 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120667880
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667880%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120667880: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120438101
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120438101%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120438101: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120547045
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120547045%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120547045: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120820456
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120820456%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120820456: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120584213
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120584213%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120584213: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120810036
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120810036%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120810036: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120666157
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120666157%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120666157: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120807469
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120807469%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120807469: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120807684
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120807684%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120807684: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120827043
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827043%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120827043: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120334042
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120334042%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120334042: 2
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714054, 'registration': 'EA22PYB', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr', 'mileage': 33540, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1176, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA22PYB/2026-03-25/image/109e36e0-329b-428f-be96-f03567fbbf2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/c9c10b6c-bae9-419e-bccb-d8efbaa85d53_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/be25f1dc-f666-4e90-8cf1-fd16ab3ae03d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/adc2c09e-6940-427b-9583-feac7d8f8110_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/8711eec9-f19e-4aff-b42a-66b029085f10_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/a34a86e5-38f6-4407-8d49-1bdc023f35c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/f1bcd7df-836c-46de-b908-69b336d3e27e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/5b427220-f1ce-4732-a65b-eab297186a67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/f8f5fbea-cf9c-4025-80f4-8f08a9abc6d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K - 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': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a5eb122-3f85-415e-9d7e-7fde017db7a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714054, 'registration': 'EA22PYB', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr', 'mileage': 33540, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1176, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA22PYB/2026-03-25/image/109e36e0-329b-428f-be96-f03567fbbf2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/c9c10b6c-bae9-419e-bccb-d8efbaa85d53_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/be25f1dc-f666-4e90-8cf1-fd16ab3ae03d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/adc2c09e-6940-427b-9583-feac7d8f8110_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/8711eec9-f19e-4aff-b42a-66b029085f10_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/a34a86e5-38f6-4407-8d49-1bdc023f35c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/f1bcd7df-836c-46de-b908-69b336d3e27e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/5b427220-f1ce-4732-a65b-eab297186a67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA22PYB/2026-03-25/image/f8f5fbea-cf9c-4025-80f4-8f08a9abc6d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K - 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': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a5eb122-3f85-415e-9d7e-7fde017db7a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054
2026-03-27 05:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a227de-9f3d-5008-8754-fe91ef887eae with scrape type 2
2026-03-27 05:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14a227de-9f3d-5008-8754-fe91ef887eae with scrape type 2
2026-03-27 05:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14a227de-9f3d-5008-8754-fe91ef887eae, identifier: 120714054
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714062, 'registration': 'EK68VSL', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 61819, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1179, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK68VSL/2026-03-26/image/ca14ae63-b37a-498c-ad69-2c3eac3f457c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/d8cb7296-7586-486e-a18f-6a82980e4317_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/d0e0a2f1-8b25-4750-906f-4ab66f4dde0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/2c8df34b-eb4c-4bf6-9f63-753d83fc816a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/cbf8a2b6-bf3f-488b-a9fc-b04834583cf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/1809b7e1-8b80-4098-864b-3c32c6c43564_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/4d1ca430-c4dc-4e24-ac21-185f9cf378de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/746a1ccf-61ae-449a-ba46-719530f7f6b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/99794d1e-a37f-468e-99bd-8967d6b4bb82_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/20 15K- 01/24 42K - 01/25 51K - 01/26 60K', 'remarks': 'VOSA STATES 25K- 34K- 42K- 51K- 60K- 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': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2e36ef60-0f2c-4722-a8d9-6cb76febba77.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714062, 'registration': 'EK68VSL', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 61819, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1179, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK68VSL/2026-03-26/image/ca14ae63-b37a-498c-ad69-2c3eac3f457c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/d8cb7296-7586-486e-a18f-6a82980e4317_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/d0e0a2f1-8b25-4750-906f-4ab66f4dde0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/2c8df34b-eb4c-4bf6-9f63-753d83fc816a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/cbf8a2b6-bf3f-488b-a9fc-b04834583cf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/1809b7e1-8b80-4098-864b-3c32c6c43564_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/4d1ca430-c4dc-4e24-ac21-185f9cf378de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/746a1ccf-61ae-449a-ba46-719530f7f6b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68VSL/2026-03-26/image/99794d1e-a37f-468e-99bd-8967d6b4bb82_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/20 15K- 01/24 42K - 01/25 51K - 01/26 60K', 'remarks': 'VOSA STATES 25K- 34K- 42K- 51K- 60K- 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': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2e36ef60-0f2c-4722-a8d9-6cb76febba77.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062
2026-03-27 05:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d354246-c92e-581c-acf9-9523c39851c4 with scrape type 2
2026-03-27 05:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d354246-c92e-581c-acf9-9523c39851c4 with scrape type 2
2026-03-27 05:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d354246-c92e-581c-acf9-9523c39851c4, identifier: 120714062
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120825205
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120825205%27 HTTP/1.1" 200 None
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120825205: 0
2026-03-27 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120256417
2026-03-27 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256417%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120256417: 2
2026-03-27 05:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054
2026-03-27 05:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054
2026-03-27 05:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054 to the API
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714054?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'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': '14a227de-9f3d-5008-8754-fe91ef887eae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA22PYB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714054',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 33540,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-27',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714054%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Saving data for 120714054: {'auction_closing_time': 1774861200.0, 'created_time': 1774357441.809808, 'last_price_update_time': 1774587675.284583}
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714054') HTTP/1.1" 204 0
2026-03-27 05:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062
2026-03-27 05:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062
2026-03-27 05:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062 to the API
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714062?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '8d354246-c92e-581c-acf9-9523c39851c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK68VSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714062',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 61819,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-29',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.1 Zetec 3dr',
'transmission': 'manual',
'trim': '1.1 Zetec 3dr',
'vin': None,
'year': 2018}
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714062%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Saving data for 120714062: {'auction_closing_time': 1774861200.0, 'created_time': 1774357328.887611, 'last_price_update_time': 1774587675.667948}
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714062') HTTP/1.1" 204 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120827036
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827036%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120827036: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120826020
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826020%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120826020: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120454660
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454660%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120454660: 2
2026-03-27 05:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695209?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120647284
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120647284%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120647284: 2
2026-03-27 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-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120585367
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120585367%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120585367: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120668153
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668153%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120668153: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120610324
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120610324%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120610324: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120657113
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657113%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120657113: 2
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120647610
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120647610%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120647610: 2
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120590454
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120590454%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120590454: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120632848
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120632848%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120632848: 0
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120373468
2026-03-27 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120373468%27 HTTP/1.1" 200 None
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120373468: 2
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695209, 'registration': 'YX17YKO', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Elite 5dr', 'mileage': 64925, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1140, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-05-03', 'fuel': 'Petrol', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX17YKO/2026-03-24/image/114c019c-bbc6-4525-a508-5aa1960de06a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/ca93389e-59ae-4dc7-a3e7-30fac902c679_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/cea86fe1-ad16-4e16-a8ac-622cbde9a21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/bde6ae74-b592-41c5-8470-72c035f7f385_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/f5e7acc1-e5a3-445e-a393-431ed703fe42_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/95eac286-c11c-4f7f-8ffb-b41c5c0dbac1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/4ad88187-306b-49a4-a28a-751666be132b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/755c9f6a-4532-455d-b01f-d8d9e0254491_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/a3d7749e-cc55-478d-b157-e5dbf38314b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/4a578975-891c-4103-94d0-c357d6365889_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/18 11K- 06/19 21K - 06/20 27K - 05/21 31K - 05/22 40K - 05/23 47K - 05/25 52K', 'remarks': 'VOSA STATES 40K- 47K- 53K - 59K-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': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91fc5b69-b765-4c60-8b53-504d835c05da.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695209, 'registration': 'YX17YKO', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Elite 5dr', 'mileage': 64925, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1140, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-05-03', 'fuel': 'Petrol', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX17YKO/2026-03-24/image/114c019c-bbc6-4525-a508-5aa1960de06a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/ca93389e-59ae-4dc7-a3e7-30fac902c679_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/cea86fe1-ad16-4e16-a8ac-622cbde9a21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/bde6ae74-b592-41c5-8470-72c035f7f385_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/f5e7acc1-e5a3-445e-a393-431ed703fe42_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/95eac286-c11c-4f7f-8ffb-b41c5c0dbac1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/4ad88187-306b-49a4-a28a-751666be132b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/755c9f6a-4532-455d-b01f-d8d9e0254491_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/a3d7749e-cc55-478d-b157-e5dbf38314b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX17YKO/2026-03-24/image/4a578975-891c-4103-94d0-c357d6365889_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/18 11K- 06/19 21K - 06/20 27K - 05/21 31K - 05/22 40K - 05/23 47K - 05/25 52K', 'remarks': 'VOSA STATES 40K- 47K- 53K - 59K-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': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91fc5b69-b765-4c60-8b53-504d835c05da.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209
2026-03-27 05:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07561d27-eb8b-5988-9dbd-01c378962731 with scrape type 2
2026-03-27 05:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07561d27-eb8b-5988-9dbd-01c378962731 with scrape type 2
2026-03-27 05:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07561d27-eb8b-5988-9dbd-01c378962731, identifier: 120695209
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120650626
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120650626%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120650626: 2
2026-03-27 05:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209
2026-03-27 05:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209
2026-03-27 05:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209 to the API
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695209?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-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '07561d27-eb8b-5988-9dbd-01c378962731',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX17YKO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695209',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 64925,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-03',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T Elite 5dr',
'transmission': 'manual',
'trim': '1.4T Elite 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695209%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Saving data for 120695209: {'auction_closing_time': 1774861200.0, 'created_time': 1774358161.820912, 'last_price_update_time': 1774587676.306583}
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695209') HTTP/1.1" 204 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120627305
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120627305%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120627305: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120650278
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120650278%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120650278: 2
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120622377
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622377%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120622377: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120573970
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120573970%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120573970: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120632944
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120632944%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120632944: 2
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120657493
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657493%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120657493: 2
2026-03-27 05:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120616956
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120616956%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120616956: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120509974
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120509974%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120509974: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120401206
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120401206%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120401206: 2
2026-03-27 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-27 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-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120503575
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120503575%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120503575: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120645930
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120645930%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120645930: 2
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120621555
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120621555%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120621555: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120592678
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592678%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120592678: 0
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120652440
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652440%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120652440: 2
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120436090
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120436090%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120436090: 2
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695121, 'registration': 'KM15DWK', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Exclusive+ 5dr ETG6', 'mileage': 98269, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2205, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KM15DWK/2026-03-24/image/db74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/fe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/ce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/feb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/16 12k - 05/17 28k - 05/18 41k - 06/19 52k - 12/19 56k - 06/21 62k - 05/22 67k - 04/23 72k - 12/24 86k - 03/25 90k - 10/25 96k', 'remarks': 'VOSA STATES 70K- 97K- 85K- 96K- 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cc4a2187-f12d-4c9b-991f-4360b38e1eef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695121, 'registration': 'KM15DWK', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Exclusive+ 5dr ETG6', 'mileage': 98269, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2205, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KM15DWK/2026-03-24/image/db74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/fe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/ce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/feb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/16 12k - 05/17 28k - 05/18 41k - 06/19 52k - 12/19 56k - 06/21 62k - 05/22 67k - 04/23 72k - 12/24 86k - 03/25 90k - 10/25 96k', 'remarks': 'VOSA STATES 70K- 97K- 85K- 96K- 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cc4a2187-f12d-4c9b-991f-4360b38e1eef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121
2026-03-27 05:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afc57cb0-7d41-582d-a2f1-f09df01251ba with scrape type 2
2026-03-27 05:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afc57cb0-7d41-582d-a2f1-f09df01251ba with scrape type 2
2026-03-27 05:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: afc57cb0-7d41-582d-a2f1-f09df01251ba, identifier: 120695121
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120453970, 'registration': 'WR70DWD', 'account': 'MAN027', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL SALOON', 'derivative': 'A200d AMG Line Premium 4dr Auto', 'mileage': 61985, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1189, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-10-16', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/22014921-99a0-4c50-a470-365170f827e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/e67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/a89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 26K - 38K - 56K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cefb26c0-c259-4abe-abda-e0dabed4eceb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120453970, 'registration': 'WR70DWD', 'account': 'MAN027', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL SALOON', 'derivative': 'A200d AMG Line Premium 4dr Auto', 'mileage': 61985, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1189, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-10-16', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/22014921-99a0-4c50-a470-365170f827e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/e67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/a89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 26K - 38K - 56K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cefb26c0-c259-4abe-abda-e0dabed4eceb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970
2026-03-27 05:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with scrape type 2
2026-03-27 05:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with scrape type 2
2026-03-27 05:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b4d064aa-e898-59af-b0c3-e6358fb5c8c5, identifier: 120453970
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120666509
2026-03-27 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120666509%27 HTTP/1.1" 200 None
2026-03-27 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120666509: 2
2026-03-27 05:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121
2026-03-27 05:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121
2026-03-27 05:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121 to the API
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'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': 'afc57cb0-7d41-582d-a2f1-f09df01251ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM15DWK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695121',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'GRAND C4 PICASSO DIESEL ESTATE',
'odometer': 98269,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN GRAND C4 PICASSO DIESEL ESTATE 1.6 e-HDi 115 Exclusive+ 5dr '
'ETG6',
'transmission': 'automatic',
'trim': '1.6 e-HDi 115 Exclusive+ 5dr ETG6',
'vin': None,
'year': 2015}
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Saving data for 120695121: {'auction_closing_time': 1774888200.0, 'created_time': 1774357664.601748, 'last_price_update_time': 1774587677.190394}
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695121') HTTP/1.1" 204 0
2026-03-27 05:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970
2026-03-27 05:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970
2026-03-27 05:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970 to the API
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'b4d064aa-e898-59af-b0c3-e6358fb5c8c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR70DWD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120453970',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL SALOON',
'odometer': 61985,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-16',
'seller_name': 'Mann Island Finance',
'title': 'MERCEDES-BENZ A CLASS DIESEL SALOON A200d AMG Line Premium 4dr Auto',
'transmission': 'automatic',
'trim': 'A200d AMG Line Premium 4dr Auto',
'vin': None,
'year': 2020}
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Saving data for 120453970: {'auction_closing_time': 1774861200.0, 'created_time': 1774358249.60416, 'last_price_update_time': 1774587677.594967}
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453970') HTTP/1.1" 204 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120668414
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120668414: 2
2026-03-27 05:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120726302?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120831424
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831424%27 HTTP/1.1" 200 None
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120831424: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120716187
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120716187: 2
2026-03-27 05:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120562403
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562403%27 HTTP/1.1" 200 None
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120562403: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120751254
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120751254: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120752578
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120752578: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120756520
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120756520: 2
2026-03-27 05:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732864?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120754078
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120754078: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120406739
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120406739: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120220640
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120220640: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120753086
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120753086: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120737032
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120737032: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120750401
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120750401: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120562331
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562331%27 HTTP/1.1" 200 None
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120562331: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120562484
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562484%27 HTTP/1.1" 200 None
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120562484: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120582459
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120582459: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120750706
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120750706: 0
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120793796
2026-03-27 05:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:17 [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-27 05:01:17 [astonbarclay.gb] INFO: Scrape type for 120793796: 2
2026-03-27 05:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120726302, 'registration': 'FG65UPS', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SE 5dr Auto', 'mileage': 43508, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2200, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG65UPS/2026-03-24/image/18e26166-41f9-488c-8bfb-e355b71b40b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/b460a6a7-bf86-4d45-9fce-623d6942a5d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/2896dae1-77bd-4b2b-bbdd-734acd3f9001_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/e42a65b6-273f-49ca-b5a0-c1bc7a5c4b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/ce9329fe-cc72-479a-b34e-108432358291_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/bb889b25-6db1-4e4d-9d1f-610c7268dc12_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/79a4afd1-65e4-49c2-bde0-81e5172bacf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/17f99182-ac70-44ae-89db-5f9921a31ce8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17 16K - 06/25 37K', 'remarks': 'VOSA STATES 23K- 26K- 30K- 35K-', 'virtual': False, 'seller': 'UKCGR - Select', '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/11878c20-c716-4a0d-87e2-81bf01d70c0e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120726302, 'registration': 'FG65UPS', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SE 5dr Auto', 'mileage': 43508, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2200, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG65UPS/2026-03-24/image/18e26166-41f9-488c-8bfb-e355b71b40b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/b460a6a7-bf86-4d45-9fce-623d6942a5d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/2896dae1-77bd-4b2b-bbdd-734acd3f9001_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/e42a65b6-273f-49ca-b5a0-c1bc7a5c4b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/ce9329fe-cc72-479a-b34e-108432358291_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/bb889b25-6db1-4e4d-9d1f-610c7268dc12_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/79a4afd1-65e4-49c2-bde0-81e5172bacf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG65UPS/2026-03-24/image/17f99182-ac70-44ae-89db-5f9921a31ce8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17 16K - 06/25 37K', 'remarks': 'VOSA STATES 23K- 26K- 30K- 35K-', 'virtual': False, 'seller': 'UKCGR - Select', '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/11878c20-c716-4a0d-87e2-81bf01d70c0e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cdeec33-686f-5021-beb9-69538a206251 with identifier: 120726302
2026-03-27 05:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cdeec33-686f-5021-beb9-69538a206251 with scrape type 2
2026-03-27 05:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cdeec33-686f-5021-beb9-69538a206251 with scrape type 2
2026-03-27 05:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1cdeec33-686f-5021-beb9-69538a206251, identifier: 120726302
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120369549
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120369549%27 HTTP/1.1" 200 None
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Scrape type for 120369549: 0
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120461525
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120461525%27 HTTP/1.1" 200 None
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Scrape type for 120461525: 0
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120365404
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120365404%27 HTTP/1.1" 200 None
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Scrape type for 120365404: 0
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120087826
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120087826%27 HTTP/1.1" 200 None
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Scrape type for 120087826: 2
2026-03-27 05:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1cdeec33-686f-5021-beb9-69538a206251 with identifier: 120726302
2026-03-27 05:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1cdeec33-686f-5021-beb9-69538a206251 with identifier: 120726302
2026-03-27 05:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1cdeec33-686f-5021-beb9-69538a206251 with identifier: 120726302 to the API
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120726302?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'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': '1cdeec33-686f-5021-beb9-69538a206251',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FG65UPS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120726302',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 43508,
'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': 'UKCGR - Select',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.4 SE 5dr Auto',
'vin': None,
'year': 2015}
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120726302%27 HTTP/1.1" 200 None
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Saving data for 120726302: {'auction_closing_time': 1774888200.0, 'created_time': 1774379085.459798, 'last_price_update_time': 1774587678.625271}
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120726302') HTTP/1.1" 204 0
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732864, 'registration': 'AJ12WJE', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A1 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 TFSI Contrast Edition 3dr', 'mileage': 89937, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2235, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-07-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-07', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/fc962213-5fbe-46ac-b345-d35e817e38e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/8205212a-f8be-42ff-9a57-3878a5b4a80d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/b30e29da-0bf5-46b3-a665-28e0a8ee3e7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/feb8de87-cde3-471d-8edf-37d1173cc37d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/1edff72e-64c3-4b41-8e39-c1a455cdf5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/6375291b-6bf9-4fc4-9ac3-b322a82fc442_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/59893bdb-8ca6-4710-b445-3c4c81b30724_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/0c463b1d-8d58-482d-bf21-4ad3003abd25_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ?? 5k - 06/15 9k - ?? 15k - ?? 23k - 07/20 45k - 07/22 58k - 07/24 73k 07/25 81k', 'remarks': 'VOSA STATES 58K- 66K- 73K- 81K- 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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/79371031-c482-4ed0-8b90-2bfc31c068f2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732864, 'registration': 'AJ12WJE', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A1 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 TFSI Contrast Edition 3dr', 'mileage': 89937, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2235, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-07-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-07', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/fc962213-5fbe-46ac-b345-d35e817e38e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/8205212a-f8be-42ff-9a57-3878a5b4a80d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/b30e29da-0bf5-46b3-a665-28e0a8ee3e7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/feb8de87-cde3-471d-8edf-37d1173cc37d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/1edff72e-64c3-4b41-8e39-c1a455cdf5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/6375291b-6bf9-4fc4-9ac3-b322a82fc442_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/59893bdb-8ca6-4710-b445-3c4c81b30724_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ12WJE/2026-03-24/image/0c463b1d-8d58-482d-bf21-4ad3003abd25_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ?? 5k - 06/15 9k - ?? 15k - ?? 23k - 07/20 45k - 07/22 58k - 07/24 73k 07/25 81k', 'remarks': 'VOSA STATES 58K- 66K- 73K- 81K- 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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/79371031-c482-4ed0-8b90-2bfc31c068f2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741 with identifier: 120732864
2026-03-27 05:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741 with scrape type 2
2026-03-27 05:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741 with scrape type 2
2026-03-27 05:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741, identifier: 120732864
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119257637
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119257637%27 HTTP/1.1" 200 None
2026-03-27 05:01:18 [astonbarclay.gb] INFO: Scrape type for 119257637: 2
2026-03-27 05:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741 with identifier: 120732864
2026-03-27 05:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741 with identifier: 120732864
2026-03-27 05:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1bb1e75d-7aea-5e29-9bd2-ca84b48aa741 with identifier: 120732864 to the API
2026-03-27 05:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732864?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1bb1e75d-7aea-5e29-9bd2-ca84b48aa741',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AJ12WJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732864',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A1 HATCHBACK SPECIAL EDITIONS',
'odometer': 89937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-07-07',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A1 HATCHBACK SPECIAL EDITIONS 1.4 TFSI Contrast Edition 3dr',
'transmission': 'manual',
'trim': '1.4 TFSI Contrast Edition 3dr',
'vin': None,
'year': 2012}
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Saving data for 120732864: {'auction_closing_time': 1774888200.0, 'created_time': 1774379033.193245, 'last_price_update_time': 1774587679.144108}
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732864') HTTP/1.1" 204 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120667917
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120667917: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120367074
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120367074: 2
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120587864
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120587864: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120475596
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120475596: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120688601
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120688601: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120582597
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120582597: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120617178
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120617178: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120543427
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120543427: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120540698
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120540698: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120688264
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120688264: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120582897
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120582897: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120793900
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120793900: 2
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120793723
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120793723: 2
2026-03-27 05:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120766714?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120443000
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120443000: 2
2026-03-27 05:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120754325
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120754325: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120797399
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120797399: 2
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120797287
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120797287: 2
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120761485
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120761485: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120794477
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120794477: 2
2026-03-27 05:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120729065?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120771073
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120771073: 2
2026-03-27 05:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120766714, 'registration': 'YB17XWA', 'account': 'WBA002', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d EfficientDynamics Plus 5dr', 'mileage': 61828, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-13', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB17XWA/2026-03-25/image/e5552eed-357e-4710-9995-1961a041a707_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/e29cbd08-c348-43bc-8e43-f7b358448ed0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/e37ae261-6dbf-4074-b3b1-80a832d29577_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/0ed2271f-d3ea-4d6b-a733-b4f97a09ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/546ab8fb-a6f0-456f-bd9d-5af1f48445be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/c35076c5-4b19-435a-9da9-c5ca73448c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/530cb9de-da32-4410-bf7c-86e8ecac7f40_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/0470fcad-3f5a-4895-a15c-a7d27236f0ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/2764b9a3-8f87-4551-b8d7-9d0f7890fd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/7c5c69d6-772a-4482-a7fc-51a9b50c0a1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/f08f0dec-e050-43f1-9c74-e604e2f6237c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/17- 10K, 02/18- 20K', 'remarks': 'VOSA STATES 47K - 50K- 56K- 60K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 89, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50155b7b-4edc-417a-a573-5687fc0bb68f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120766714, 'registration': 'YB17XWA', 'account': 'WBA002', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d EfficientDynamics Plus 5dr', 'mileage': 61828, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-10', 'fuel': 'Diesel', 'motExpiry': '2026-11-13', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB17XWA/2026-03-25/image/e5552eed-357e-4710-9995-1961a041a707_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/e29cbd08-c348-43bc-8e43-f7b358448ed0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/e37ae261-6dbf-4074-b3b1-80a832d29577_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/0ed2271f-d3ea-4d6b-a733-b4f97a09ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/546ab8fb-a6f0-456f-bd9d-5af1f48445be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/c35076c5-4b19-435a-9da9-c5ca73448c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/530cb9de-da32-4410-bf7c-86e8ecac7f40_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/0470fcad-3f5a-4895-a15c-a7d27236f0ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/2764b9a3-8f87-4551-b8d7-9d0f7890fd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/7c5c69d6-772a-4482-a7fc-51a9b50c0a1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB17XWA/2026-03-25/image/f08f0dec-e050-43f1-9c74-e604e2f6237c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/17- 10K, 02/18- 20K', 'remarks': 'VOSA STATES 47K - 50K- 56K- 60K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 89, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50155b7b-4edc-417a-a573-5687fc0bb68f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aadea9a-7cc0-5d5c-a678-0311b6c31f49 with identifier: 120766714
2026-03-27 05:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aadea9a-7cc0-5d5c-a678-0311b6c31f49 with scrape type 2
2026-03-27 05:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aadea9a-7cc0-5d5c-a678-0311b6c31f49 with scrape type 2
2026-03-27 05:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7aadea9a-7cc0-5d5c-a678-0311b6c31f49, identifier: 120766714
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688313, 'registration': 'Y738KPU', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 16v VVTi GS 3dr', 'mileage': 72876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2231, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2001-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-14', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/cc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/d8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/07 39K -05/10 49K - 05/14 56K - 05/18 66K - 10/21 70K - 03/25 72K', 'remarks': 'VOSA STATES 70K- 71K- 72K- 72K- 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': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/979ed932-3f53-483f-af20-5ad1200a9d14.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688313, 'registration': 'Y738KPU', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 16v VVTi GS 3dr', 'mileage': 72876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2231, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2001-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-14', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/cc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/d8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/07 39K -05/10 49K - 05/14 56K - 05/18 66K - 10/21 70K - 03/25 72K', 'remarks': 'VOSA STATES 70K- 71K- 72K- 72K- 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': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/979ed932-3f53-483f-af20-5ad1200a9d14.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313
2026-03-27 05:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with scrape type 2
2026-03-27 05:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with scrape type 2
2026-03-27 05:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8, identifier: 120688313
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120751141
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120751141: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120617192
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120617192: 0
2026-03-27 05:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120657830
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:19 [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-27 05:01:19 [astonbarclay.gb] INFO: Scrape type for 120657830: 2
2026-03-27 05:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7aadea9a-7cc0-5d5c-a678-0311b6c31f49 with identifier: 120766714
2026-03-27 05:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7aadea9a-7cc0-5d5c-a678-0311b6c31f49 with identifier: 120766714
2026-03-27 05:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7aadea9a-7cc0-5d5c-a678-0311b6c31f49 with identifier: 120766714 to the API
2026-03-27 05:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120766714?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 89,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '7aadea9a-7cc0-5d5c-a678-0311b6c31f49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB17XWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120766714',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 61828,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-10',
'seller_name': 'UKCGR - Premium',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 116d EfficientDynamics Plus 5dr',
'transmission': 'manual',
'trim': '116d EfficientDynamics Plus 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:20 [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-27 05:01:20 [astonbarclay.gb] INFO: Saving data for 120766714: {'created_time': 1774465630.069723, 'last_price_update_time': 1774587680.235083, 'auction_closing_time': 1774861200.0}
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120766714') HTTP/1.1" 204 0
2026-03-27 05:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313
2026-03-27 05:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313
2026-03-27 05:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313 to the API
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '413345e8-5a0e-5e14-ac2d-d2a6a01d34b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'Y738KPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688313',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 72876,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2001-05-31',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS HATCHBACK 1.0 16v VVTi GS 3dr',
'transmission': 'manual',
'trim': '1.0 16v VVTi GS 3dr',
'vin': None,
'year': 2001}
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:20 [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-27 05:01:20 [astonbarclay.gb] INFO: Saving data for 120688313: {'auction_closing_time': 1774888200.0, 'created_time': 1774357440.157599, 'last_price_update_time': 1774587680.634161}
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688313') HTTP/1.1" 204 0
2026-03-27 05:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120240102
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:20 [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-27 05:01:20 [astonbarclay.gb] INFO: Scrape type for 120240102: 2
2026-03-27 05:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732411?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120724402?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120715559
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:20 [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-27 05:01:20 [astonbarclay.gb] INFO: Scrape type for 120715559: 2
2026-03-27 05:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120729065, 'registration': 'AF14TWY', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX35 ESTATE', 'derivative': '1.6 GDI SE 5dr 2WD', 'mileage': 106910, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2258, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF14TWY/2026-03-25/image/97af5b90-b9f3-4d33-8e61-2ab8c6e3f9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/f78504f6-9e19-4680-ab7e-abaef9e46bac_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/24490470-5f3f-425d-8d24-f9e2e6b4987d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/e22d9b3c-6510-4de6-b819-38a23bebb4f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/437cb7c6-763e-45cc-b164-7bf8eb8520d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/244c42c9-46ca-40b7-a626-23fa7a3f50cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/2e89559b-68b2-4df5-9adf-7d9f8e800a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/94a04275-a594-4ffc-a92b-749cba1695d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/8d32d19a-2a2e-48fe-b8ec-9687908d3336_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/15-10K, 03/16-19K, 03/17-29K, 05/18-40K, 05/19-50K, 10/20-62K, 10/21-69K, 10/22-69K, 03/24-89K, 11/24-105K, 03/25-98K,', 'remarks': 'VOSA STATES 72K, 81K, 89K, 99K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d042f00e-658d-4f65-98ca-a9c46796e4a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120729065, 'registration': 'AF14TWY', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX35 ESTATE', 'derivative': '1.6 GDI SE 5dr 2WD', 'mileage': 106910, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2258, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF14TWY/2026-03-25/image/97af5b90-b9f3-4d33-8e61-2ab8c6e3f9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/f78504f6-9e19-4680-ab7e-abaef9e46bac_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/24490470-5f3f-425d-8d24-f9e2e6b4987d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/e22d9b3c-6510-4de6-b819-38a23bebb4f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/437cb7c6-763e-45cc-b164-7bf8eb8520d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/244c42c9-46ca-40b7-a626-23fa7a3f50cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/2e89559b-68b2-4df5-9adf-7d9f8e800a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/94a04275-a594-4ffc-a92b-749cba1695d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14TWY/2026-03-25/image/8d32d19a-2a2e-48fe-b8ec-9687908d3336_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/15-10K, 03/16-19K, 03/17-29K, 05/18-40K, 05/19-50K, 10/20-62K, 10/21-69K, 10/22-69K, 03/24-89K, 11/24-105K, 03/25-98K,', 'remarks': 'VOSA STATES 72K, 81K, 89K, 99K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d042f00e-658d-4f65-98ca-a9c46796e4a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f672dcc6-8350-5bc7-a460-6d332fc296b6 with identifier: 120729065
2026-03-27 05:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f672dcc6-8350-5bc7-a460-6d332fc296b6 with scrape type 2
2026-03-27 05:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f672dcc6-8350-5bc7-a460-6d332fc296b6 with scrape type 2
2026-03-27 05:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f672dcc6-8350-5bc7-a460-6d332fc296b6, identifier: 120729065
2026-03-27 05:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f672dcc6-8350-5bc7-a460-6d332fc296b6 with identifier: 120729065
2026-03-27 05:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f672dcc6-8350-5bc7-a460-6d332fc296b6 with identifier: 120729065
2026-03-27 05:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f672dcc6-8350-5bc7-a460-6d332fc296b6 with identifier: 120729065 to the API
2026-03-27 05:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120729065?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'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': 'f672dcc6-8350-5bc7-a460-6d332fc296b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF14TWY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120729065',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'IX35 ESTATE',
'odometer': 106910,
'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': 'UKCGR - Trade',
'title': 'HYUNDAI IX35 ESTATE 1.6 GDI SE 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 GDI SE 5dr 2WD',
'vin': None,
'year': 2014}
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Saving data for 120729065: {'auction_closing_time': 1774888200.0, 'created_time': 1774378939.026101, 'last_price_update_time': 1774587681.077505}
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120729065') HTTP/1.1" 204 0
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120332629
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120332629: 0
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120596595
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120596595: 0
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120596560
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120596560: 2
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120554208
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120554208: 0
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120794223
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120794223: 2
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732411, 'registration': 'ST08VSN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.4 Acenta 5dr', 'mileage': 85652, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2247, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 1386, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ST08VSN/2026-03-25/image/27d5506b-8dc6-43ba-8219-20e2d505be16_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/07fd3940-e86e-4a69-bd7f-823980afbede_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/c0267a13-b059-465a-9f70-3d35483f45c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/437ff8bd-3ada-4fb7-a4f0-1fdcf3e80649_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/f8faef84-bf67-4a39-ade3-d6f844149216_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/c0146db4-fbcf-47bc-be14-7a200adaf819_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/61be49b1-8ea5-401c-a51f-68354989a7b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/588dbb77-6eda-4ffd-af2e-2af3bedae52f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/2efc6526-62b1-4d76-af51-30af0f83004e_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCRPANCY 22K- 29K- 37K (FAIL) - 37K- 41K- 43K- 46K- 47K- 80K (FAIL) - 55K-63K (FAIL) - 63K- 67K (FAIL) - 67K- 72K- (FAIL) 72K- 76K (FAIL) - 76K- 80K (FAIL)- 83K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6fd6ec17-b869-48c9-b2e5-80f536aebaff.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732411, 'registration': 'ST08VSN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.4 Acenta 5dr', 'mileage': 85652, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2247, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 1386, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ST08VSN/2026-03-25/image/27d5506b-8dc6-43ba-8219-20e2d505be16_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/07fd3940-e86e-4a69-bd7f-823980afbede_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/c0267a13-b059-465a-9f70-3d35483f45c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/437ff8bd-3ada-4fb7-a4f0-1fdcf3e80649_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/f8faef84-bf67-4a39-ade3-d6f844149216_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/c0146db4-fbcf-47bc-be14-7a200adaf819_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/61be49b1-8ea5-401c-a51f-68354989a7b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/588dbb77-6eda-4ffd-af2e-2af3bedae52f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST08VSN/2026-03-25/image/2efc6526-62b1-4d76-af51-30af0f83004e_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCRPANCY 22K- 29K- 37K (FAIL) - 37K- 41K- 43K- 46K- 47K- 80K (FAIL) - 55K-63K (FAIL) - 63K- 67K (FAIL) - 67K- 72K- (FAIL) 72K- 76K (FAIL) - 76K- 80K (FAIL)- 83K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6fd6ec17-b869-48c9-b2e5-80f536aebaff.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dc7973a-9e6d-5cbc-abf5-13f242955509 with identifier: 120732411
2026-03-27 05:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dc7973a-9e6d-5cbc-abf5-13f242955509 with scrape type 2
2026-03-27 05:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dc7973a-9e6d-5cbc-abf5-13f242955509 with scrape type 2
2026-03-27 05:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5dc7973a-9e6d-5cbc-abf5-13f242955509, identifier: 120732411
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120724402, 'registration': 'EX15BEJ', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 77691, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2255, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-07', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/8f1c2af4-f9e9-43ba-8944-46d8d5d12582_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/aed1bcea-a908-4748-bdc1-7304c5864af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/991c84bf-5de9-4cdc-9085-c0f92bf51271_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/d92ab692-2efc-44a8-a047-e7f61b9a57d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/5daec6d5-e641-4bea-9a02-ac5557fb1502_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/22a4f795-875a-4af0-864a-8d39e17e66fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/9d1bf922-d7f4-4dcd-812a-1a3c0a7b7d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/9a0bf2aa-059d-4863-8935-dbba785cb473_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/ae4b291b-8645-4255-86e5-da5b4ff708bf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 62K, 74K, 77K, 77K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/ea26c1a4-e5e1-403a-822e-cb7aa8564cca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120724402, 'registration': 'EX15BEJ', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 77691, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2255, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-07', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/8f1c2af4-f9e9-43ba-8944-46d8d5d12582_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/aed1bcea-a908-4748-bdc1-7304c5864af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/991c84bf-5de9-4cdc-9085-c0f92bf51271_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/d92ab692-2efc-44a8-a047-e7f61b9a57d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/5daec6d5-e641-4bea-9a02-ac5557fb1502_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/22a4f795-875a-4af0-864a-8d39e17e66fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/9d1bf922-d7f4-4dcd-812a-1a3c0a7b7d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/9a0bf2aa-059d-4863-8935-dbba785cb473_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15BEJ/2026-03-25/image/ae4b291b-8645-4255-86e5-da5b4ff708bf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 62K, 74K, 77K, 77K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/ea26c1a4-e5e1-403a-822e-cb7aa8564cca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcff4c07-a15d-53cf-b488-8a8b8cb502a1 with identifier: 120724402
2026-03-27 05:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcff4c07-a15d-53cf-b488-8a8b8cb502a1 with scrape type 2
2026-03-27 05:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcff4c07-a15d-53cf-b488-8a8b8cb502a1 with scrape type 2
2026-03-27 05:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dcff4c07-a15d-53cf-b488-8a8b8cb502a1, identifier: 120724402
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120476757
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120476757: 0
2026-03-27 05:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120657468
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Scrape type for 120657468: 2
2026-03-27 05:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5dc7973a-9e6d-5cbc-abf5-13f242955509 with identifier: 120732411
2026-03-27 05:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5dc7973a-9e6d-5cbc-abf5-13f242955509 with identifier: 120732411
2026-03-27 05:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5dc7973a-9e6d-5cbc-abf5-13f242955509 with identifier: 120732411 to the API
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732411?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '5dc7973a-9e6d-5cbc-abf5-13f242955509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ST08VSN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732411',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 85652,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.4 Acenta 5dr',
'transmission': 'manual',
'trim': '1.4 Acenta 5dr',
'vin': None,
'year': 2008}
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [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-27 05:01:21 [astonbarclay.gb] INFO: Saving data for 120732411: {'auction_closing_time': 1774888200.0, 'created_time': 1774379007.608928, 'last_price_update_time': 1774587681.777116}
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732411') HTTP/1.1" 204 0
2026-03-27 05:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dcff4c07-a15d-53cf-b488-8a8b8cb502a1 with identifier: 120724402
2026-03-27 05:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dcff4c07-a15d-53cf-b488-8a8b8cb502a1 with identifier: 120724402
2026-03-27 05:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dcff4c07-a15d-53cf-b488-8a8b8cb502a1 with identifier: 120724402 to the API
2026-03-27 05:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120724402?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'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': 'dcff4c07-a15d-53cf-b488-8a8b8cb502a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX15BEJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120724402',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 77691,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-07',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I10 HATCHBACK 1.0 SE 5dr',
'transmission': 'manual',
'trim': '1.0 SE 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Saving data for 120724402: {'auction_closing_time': 1774888200.0, 'created_time': 1774379020.354432, 'last_price_update_time': 1774587682.100178}
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724402') HTTP/1.1" 204 0
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120506599
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120506599: 2
2026-03-27 05:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657364?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733412?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120656222?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120320853?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120365951
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365951%27 HTTP/1.1" 200 None
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120365951: 0
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120675196
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120675196: 0
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120582900
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582900%27 HTTP/1.1" 200 None
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120582900: 0
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120596518
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120596518: 0
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120596540
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120596540: 2
2026-03-27 05:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120485459
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120485459%27 HTTP/1.1" 200 None
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120485459: 2
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120619943
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619943%27 HTTP/1.1" 200 None
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120619943: 2
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657364, 'registration': 'DA65NFJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2 Excite 5dr [AC]', 'mileage': 129561, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2327, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-21', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/4d5ec11f-0e7c-4771-9537-c8223fcfa7fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/8a2bfdb4-43e2-4aa0-8d61-4170ef81fafd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/ffc35cef-6a41-4048-985a-356886e1aaee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/03951066-d43e-49de-ad30-4c632b60900d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/f9c038a4-cee6-45d4-b6f3-6e7a0c583315_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/6a7683c0-fa96-4db3-8dc7-5c8a32d82e80_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/07eb3f26-47b6-4664-900d-f1a674c518e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/00bd7c4c-db62-423f-bbe0-2e060e373458_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/69bf5945-7575-4487-8f31-63cd9ee7de08_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 82K, 104K, 119K, 124K - 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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a26a8e96-3960-4298-b374-a74459922211.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657364, 'registration': 'DA65NFJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2 Excite 5dr [AC]', 'mileage': 129561, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2327, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-21', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/4d5ec11f-0e7c-4771-9537-c8223fcfa7fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/8a2bfdb4-43e2-4aa0-8d61-4170ef81fafd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/ffc35cef-6a41-4048-985a-356886e1aaee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/03951066-d43e-49de-ad30-4c632b60900d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/f9c038a4-cee6-45d4-b6f3-6e7a0c583315_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/6a7683c0-fa96-4db3-8dc7-5c8a32d82e80_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/07eb3f26-47b6-4664-900d-f1a674c518e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/00bd7c4c-db62-423f-bbe0-2e060e373458_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA65NFJ/2026-03-21/image/69bf5945-7575-4487-8f31-63cd9ee7de08_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 82K, 104K, 119K, 124K - 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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a26a8e96-3960-4298-b374-a74459922211.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364
2026-03-27 05:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 273551c3-13df-5660-9fa1-1314a9fa151b with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 273551c3-13df-5660-9fa1-1314a9fa151b with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 273551c3-13df-5660-9fa1-1314a9fa151b, identifier: 120657364
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733412, 'registration': 'KF15KXR', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA DIESEL ESTATE', 'derivative': '1.7 CDTi 16V Exclusiv 5dr Auto', 'mileage': 94293, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2317, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-06-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 1686, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KF15KXR/2026-03-26/image/e219ff93-e64c-4c6e-98f0-af75acd047a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/56f4a113-a2aa-4273-a613-99ad20b9838d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/fe4b1b44-88a2-4ee2-aa9e-1725d8bf274f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/263234cf-b2c6-4d0c-b60e-09c6b3583914_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/9e68e5be-1ae1-41cb-bdb0-006de9809c93_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/3c38841a-0ad3-45c4-bca3-4a51226108d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/b70860d6-533a-4f84-9c1e-2a3db2c9abbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/5d839b2a-8ffc-48a1-999a-8a2acb56f67b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/27ae4de4-7cd5-4b3c-8f23-5d7abb4bae6e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/18 35K - 09/19 46K - 09/20 56K - 05/22 72K - 03/23 82K - 03/24 84K - 05/25 90K -', 'remarks': 'VOSA STATES 79K- 83K- 87K- 93K -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': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14df876a-b77c-4261-a797-bc930de5943c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733412, 'registration': 'KF15KXR', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA DIESEL ESTATE', 'derivative': '1.7 CDTi 16V Exclusiv 5dr Auto', 'mileage': 94293, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2317, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-06-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 1686, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KF15KXR/2026-03-26/image/e219ff93-e64c-4c6e-98f0-af75acd047a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/56f4a113-a2aa-4273-a613-99ad20b9838d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/fe4b1b44-88a2-4ee2-aa9e-1725d8bf274f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/263234cf-b2c6-4d0c-b60e-09c6b3583914_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/9e68e5be-1ae1-41cb-bdb0-006de9809c93_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/3c38841a-0ad3-45c4-bca3-4a51226108d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/b70860d6-533a-4f84-9c1e-2a3db2c9abbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/5d839b2a-8ffc-48a1-999a-8a2acb56f67b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF15KXR/2026-03-26/image/27ae4de4-7cd5-4b3c-8f23-5d7abb4bae6e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/18 35K - 09/19 46K - 09/20 56K - 05/22 72K - 03/23 82K - 03/24 84K - 05/25 90K -', 'remarks': 'VOSA STATES 79K- 83K- 87K- 93K -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': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14df876a-b77c-4261-a797-bc930de5943c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b95547a-4152-5357-a0c6-73181adf3adc with identifier: 120733412
2026-03-27 05:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b95547a-4152-5357-a0c6-73181adf3adc with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b95547a-4152-5357-a0c6-73181adf3adc with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0b95547a-4152-5357-a0c6-73181adf3adc, identifier: 120733412
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120656222, 'registration': 'EU14OXS', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr', 'mileage': 121576, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2326, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-03-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EU14OXS/2026-03-20/image/935e1b42-e458-43ea-98ce-1af1a0980160_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/30858b48-b0a8-4fef-bf6b-9582984f7a79_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/e4fb85e5-5e27-4eb3-867c-f74f00a59249_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/c1207e76-ca33-45d0-9738-bc5be35af8c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/cfabe7ca-70f7-466b-9e1f-f33878b26393_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/4ba08f52-5a28-4f1b-9d57-330eeb100494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/024a6517-43a7-4437-a8bc-ce4f6ca372a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/307c234b-3f65-4220-92c7-5629b19d5140_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 81K, 90K, 102K, 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/009325c6-38fc-462b-900e-94105aa9b529.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120656222, 'registration': 'EU14OXS', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr', 'mileage': 121576, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2326, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-03-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EU14OXS/2026-03-20/image/935e1b42-e458-43ea-98ce-1af1a0980160_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/30858b48-b0a8-4fef-bf6b-9582984f7a79_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/e4fb85e5-5e27-4eb3-867c-f74f00a59249_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/c1207e76-ca33-45d0-9738-bc5be35af8c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/cfabe7ca-70f7-466b-9e1f-f33878b26393_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/4ba08f52-5a28-4f1b-9d57-330eeb100494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/024a6517-43a7-4437-a8bc-ce4f6ca372a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU14OXS/2026-03-20/image/307c234b-3f65-4220-92c7-5629b19d5140_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 81K, 90K, 102K, 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/009325c6-38fc-462b-900e-94105aa9b529.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222
2026-03-27 05:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 717ae6f5-de89-53fc-90f0-de96c6c07262 with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 717ae6f5-de89-53fc-90f0-de96c6c07262 with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 717ae6f5-de89-53fc-90f0-de96c6c07262, identifier: 120656222
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120320853, 'registration': 'BJ14KYW', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '316i Sport 4dr Step Auto', 'mileage': 49183, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1173, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-04-04', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 4, 'engineSize': 1598, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/3195053c-2c6f-4de3-a447-29b12035fd16_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/610de021-6e23-4563-937c-80ca0ebc3d74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/052026db-02ed-432c-be36-c301e71a0f9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/ed853969-e51d-4a2e-b0e0-343be7411ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/d66080c7-4284-4e6a-b5c8-50d284391e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/eb3cc440-dca5-46e2-aac0-e790d2d58a49_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/ea90e4a7-7c31-41a4-88bd-6ec35dc5001d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/151bbc14-ec86-466d-b920-0d671ff2e5cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/b952dd17-ad83-489c-a6df-43991d30ee58_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/22c7a521-8551-4a76-ba42-8b949ee187e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/ea0bdb57-c4f3-4dde-9365-a411984daf85_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/16- 17K, 12/16- 26K, 12/20- 45K, 03/21- 45K, 11/22- 46K, 05/25- 48K', 'remarks': 'VOSA STATES 46K, 47K, 47K, 48K, 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/5a37a500-fd21-402d-bb09-4952267febe3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120320853, 'registration': 'BJ14KYW', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '316i Sport 4dr Step Auto', 'mileage': 49183, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1173, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-04-04', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 4, 'engineSize': 1598, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/3195053c-2c6f-4de3-a447-29b12035fd16_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/610de021-6e23-4563-937c-80ca0ebc3d74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/052026db-02ed-432c-be36-c301e71a0f9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/ed853969-e51d-4a2e-b0e0-343be7411ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/d66080c7-4284-4e6a-b5c8-50d284391e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/eb3cc440-dca5-46e2-aac0-e790d2d58a49_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/ea90e4a7-7c31-41a4-88bd-6ec35dc5001d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/151bbc14-ec86-466d-b920-0d671ff2e5cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/b952dd17-ad83-489c-a6df-43991d30ee58_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/22c7a521-8551-4a76-ba42-8b949ee187e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ14KYW/2026-03-11/image/ea0bdb57-c4f3-4dde-9365-a411984daf85_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/16- 17K, 12/16- 26K, 12/20- 45K, 03/21- 45K, 11/22- 46K, 05/25- 48K', 'remarks': 'VOSA STATES 46K, 47K, 47K, 48K, 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/5a37a500-fd21-402d-bb09-4952267febe3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853
2026-03-27 05:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d8ac76-ca28-54cc-8a54-bae919051005 with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d8ac76-ca28-54cc-8a54-bae919051005 with scrape type 2
2026-03-27 05:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 80d8ac76-ca28-54cc-8a54-bae919051005, identifier: 120320853
2026-03-27 05:01:22 [astonbarclay.gb] INFO: Found listing with ID: 120596530
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Scrape type for 120596530: 2
2026-03-27 05:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364
2026-03-27 05:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364
2026-03-27 05:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364 to the API
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657364?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '273551c3-13df-5660-9fa1-1314a9fa151b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DA65NFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657364',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 129561,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.2 Excite 5dr [AC]',
'transmission': 'manual',
'trim': '1.2 Excite 5dr [AC]',
'vin': None,
'year': 2015}
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [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-27 05:01:22 [astonbarclay.gb] INFO: Saving data for 120657364: {'auction_closing_time': 1774888200.0, 'created_time': 1774034140.691966, 'last_price_update_time': 1774587682.95506}
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657364') HTTP/1.1" 204 0
2026-03-27 05:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0b95547a-4152-5357-a0c6-73181adf3adc with identifier: 120733412
2026-03-27 05:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0b95547a-4152-5357-a0c6-73181adf3adc with identifier: 120733412
2026-03-27 05:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0b95547a-4152-5357-a0c6-73181adf3adc with identifier: 120733412 to the API
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733412?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 160,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '0b95547a-4152-5357-a0c6-73181adf3adc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KF15KXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733412',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MERIVA DIESEL ESTATE',
'odometer': 94293,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL MERIVA DIESEL ESTATE 1.7 CDTi 16V Exclusiv 5dr Auto',
'transmission': 'automatic',
'trim': '1.7 CDTi 16V Exclusiv 5dr Auto',
'vin': None,
'year': 2015}
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:23 [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-27 05:01:23 [astonbarclay.gb] INFO: Saving data for 120733412: {'auction_closing_time': 1774888200.0, 'created_time': 1774379042.593396, 'last_price_update_time': 1774587683.362429}
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733412') HTTP/1.1" 204 0
2026-03-27 05:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222
2026-03-27 05:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222
2026-03-27 05:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222 to the API
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120656222?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '717ae6f5-de89-53fc-90f0-de96c6c07262',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EU14OXS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120656222',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK SPECIAL EDITIONS',
'odometer': 121576,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-15',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN JUKE HATCHBACK SPECIAL EDITIONS 1.6 N-Tec 5dr',
'transmission': 'manual',
'trim': '1.6 N-Tec 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:23 [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-27 05:01:23 [astonbarclay.gb] INFO: Saving data for 120656222: {'auction_closing_time': 1774888200.0, 'created_time': 1774034208.416677, 'last_price_update_time': 1774587683.65349}
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656222') HTTP/1.1" 204 0
2026-03-27 05:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853
2026-03-27 05:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853
2026-03-27 05:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853 to the API
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120320853?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '80d8ac76-ca28-54cc-8a54-bae919051005',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ14KYW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120320853',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 49183,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-04',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 3 SERIES SALOON 316i Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '316i Sport 4dr Step Auto',
'vin': None,
'year': 2014}
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:23 [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-27 05:01:23 [astonbarclay.gb] INFO: Saving data for 120320853: {'auction_closing_time': 1774861200.0, 'created_time': 1773404407.895441, 'last_price_update_time': 1774587683.979356}
2026-03-27 05:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120320853') HTTP/1.1" 204 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120562567
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562567%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120562567: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120562277
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562277%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120562277: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120649354
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649354%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120649354: 2
2026-03-27 05:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454660?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657493?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120562548
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562548%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120562548: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120546514
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546514%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120546514: 2
2026-03-27 05:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120562354
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562354%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120562354: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120606319
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606319%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120606319: 2
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120562320
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120562320%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120562320: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120255976
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120255976%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120255976: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 118845719
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118845719%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 118845719: 2
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120573323
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120573323%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120573323: 2
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454660, 'registration': 'LL58HNT', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Titanium 5dr Auto', 'mileage': 60171, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2346, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-01-22', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL58HNT/2026-03-14/image/a9a5fae8-0bfc-4e0d-b8f8-bb32b586f4c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/51178c51-ceef-4411-8a22-fda2a9db8ff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/0e287428-093d-416b-8f66-24cc19623b3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/1a27299b-4cb5-4e10-b815-63760f8d0a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/ef7a4220-6837-4610-8365-45eb0ee00bcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/1e46cd14-540e-48ea-bfb8-bdbbee8f7592_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/dc8e0b46-7b88-4294-9f43-d07e01c1799e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/4aa8a39b-7e58-4d1d-be5b-f2bd2d974795_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/ef5e4838-e331-40b9-8cc3-1b1bfece3b7a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/10-11K, 02/11-22K, 02/12-36K, 12/13-39K, 12/15-42K', 'remarks': 'VOSA STATES - 47K, 47K, 48K, 53K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28ff359d-78cd-4a49-bff7-aa5a08b069a7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454660, 'registration': 'LL58HNT', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Titanium 5dr Auto', 'mileage': 60171, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2346, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-01-22', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL58HNT/2026-03-14/image/a9a5fae8-0bfc-4e0d-b8f8-bb32b586f4c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/51178c51-ceef-4411-8a22-fda2a9db8ff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/0e287428-093d-416b-8f66-24cc19623b3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/1a27299b-4cb5-4e10-b815-63760f8d0a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/ef7a4220-6837-4610-8365-45eb0ee00bcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/1e46cd14-540e-48ea-bfb8-bdbbee8f7592_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/dc8e0b46-7b88-4294-9f43-d07e01c1799e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/4aa8a39b-7e58-4d1d-be5b-f2bd2d974795_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL58HNT/2026-03-14/image/ef5e4838-e331-40b9-8cc3-1b1bfece3b7a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/10-11K, 02/11-22K, 02/12-36K, 12/13-39K, 12/15-42K', 'remarks': 'VOSA STATES - 47K, 47K, 48K, 53K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28ff359d-78cd-4a49-bff7-aa5a08b069a7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660
2026-03-27 05:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c66d5d9d-0902-5918-8cfb-856e52e26423 with scrape type 2
2026-03-27 05:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c66d5d9d-0902-5918-8cfb-856e52e26423 with scrape type 2
2026-03-27 05:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c66d5d9d-0902-5918-8cfb-856e52e26423, identifier: 120454660
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657493, 'registration': 'KN59YBY', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 Elegance SE 5dr CVT Auto', 'mileage': 110053, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2362, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-12-02', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KN59YBY/2026-03-21/image/7e36b8f2-c6f7-4ffa-94f0-3efa5a06e6af_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/0ec1ef50-3234-4b05-8bbd-64a71df4c8f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/567baaa5-42c2-4906-9970-c4d7666cb054_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/13f573c2-fb3c-499d-bf3c-cdf70e452e04_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/88b2aea8-0d8a-471a-a218-2d65a9b596e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/8f6d4e9f-b093-4a0f-916c-f5a4e85f7e2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/17581dd9-3bb3-426c-9aa6-7bde8800be5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/d5c99b40-4250-46e3-852d-352842500282_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/09b63544-09b2-4279-bbac-3e9bcad3784b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 87K, 93K, 97K, 107K, 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': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e140d774-4136-4429-94ea-de918f2ee6c1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657493, 'registration': 'KN59YBY', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 Elegance SE 5dr CVT Auto', 'mileage': 110053, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2362, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-12-02', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KN59YBY/2026-03-21/image/7e36b8f2-c6f7-4ffa-94f0-3efa5a06e6af_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/0ec1ef50-3234-4b05-8bbd-64a71df4c8f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/567baaa5-42c2-4906-9970-c4d7666cb054_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/13f573c2-fb3c-499d-bf3c-cdf70e452e04_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/88b2aea8-0d8a-471a-a218-2d65a9b596e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/8f6d4e9f-b093-4a0f-916c-f5a4e85f7e2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/17581dd9-3bb3-426c-9aa6-7bde8800be5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/d5c99b40-4250-46e3-852d-352842500282_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN59YBY/2026-03-21/image/09b63544-09b2-4279-bbac-3e9bcad3784b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 87K, 93K, 97K, 107K, 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': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e140d774-4136-4429-94ea-de918f2ee6c1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493
2026-03-27 05:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with scrape type 2
2026-03-27 05:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with scrape type 2
2026-03-27 05:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696, identifier: 120657493
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120679322
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679322%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120679322: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120484028
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484028%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120484028: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120690950
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690950%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120690950: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120332599
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120332599%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120332599: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120617164
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [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-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120617164: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120192862
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [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-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120192862: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120751343
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [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-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120751343: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120402526
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [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-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120402526: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120402888
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [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-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120402888: 0
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Found listing with ID: 120404970
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404970%27 HTTP/1.1" 200 None
2026-03-27 05:01:24 [astonbarclay.gb] INFO: Scrape type for 120404970: 2
2026-03-27 05:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660
2026-03-27 05:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660
2026-03-27 05:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660 to the API
2026-03-27 05:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120454660?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'c66d5d9d-0902-5918-8cfb-856e52e26423',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL58HNT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454660',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 60171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-22',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.4 Titanium 5dr Auto',
'transmission': 'automatic',
'trim': '1.4 Titanium 5dr Auto',
'vin': None,
'year': 2009}
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [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-27 05:01:25 [astonbarclay.gb] INFO: Saving data for 120454660: {'auction_closing_time': 1774888200.0, 'created_time': 1773495242.127374, 'last_price_update_time': 1774587685.051702}
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454660') HTTP/1.1" 204 0
2026-03-27 05:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493
2026-03-27 05:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493
2026-03-27 05:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493 to the API
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657493?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KN59YBY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657493',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 110053,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-02',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A160 Elegance SE 5dr CVT Auto',
'transmission': 'automatic',
'trim': 'A160 Elegance SE 5dr CVT Auto',
'vin': None,
'year': 2009}
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [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-27 05:01:25 [astonbarclay.gb] INFO: Saving data for 120657493: {'auction_closing_time': 1774888200.0, 'created_time': 1774034149.611927, 'last_price_update_time': 1774587685.442185}
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657493') HTTP/1.1" 204 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120220474
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120220474%27 HTTP/1.1" 200 None
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120220474: 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120406763
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [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-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120406763: 2
2026-03-27 05:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120632944?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668414?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120793723?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120756520?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719063?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120397505
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [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-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120397505: 2
2026-03-27 05:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120808247
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120808247%27 HTTP/1.1" 200 None
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120808247: 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120827887
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827887%27 HTTP/1.1" 200 None
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120827887: 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120828451
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828451%27 HTTP/1.1" 200 None
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120828451: 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120828637
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828637%27 HTTP/1.1" 200 None
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120828637: 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120408375
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [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-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120408375: 0
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120410046
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410046%27 HTTP/1.1" 200 None
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120410046: 2
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Found listing with ID: 120794268
2026-03-27 05:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:25 [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-27 05:01:25 [astonbarclay.gb] INFO: Scrape type for 120794268: 2
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120632944, 'registration': 'LT58JHA', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 Match TSI 122 5dr DSG', 'mileage': 85886, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2361, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-09-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-20', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT58JHA/2026-03-21/image/560ebca0-bf46-40d6-92a5-6f8439571c85_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/a480eb1b-1634-4530-a9f4-6069448942cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/623843b2-0b17-484a-b6e2-128c6be1ee3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/b59f1287-3fcc-4f6d-8513-9d6568f8db0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/7d83a16e-68b6-4263-bafb-5fdaff244902_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/1123b4aa-4f66-4292-81f5-8d0778e5ee1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/044e5cf6-7e14-4b96-a37a-f016ee3346ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/151f74b6-640e-479d-94b9-35b4c8b9c204_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/b6efdc5a-3cfd-4c7e-8802-9fbce857b26c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18 52K - 10/19 59K - 10/0 63K - 10/21 65K - 08/22 68K - 08/23 80K - 09/24 81K - 09/25 83K -', 'remarks': 'VOSA STATES - 65K, 68K, 80K 81K, 83K - NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e5c5649-3c10-4c79-bb25-c8bbd9c82c69.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120632944, 'registration': 'LT58JHA', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 Match TSI 122 5dr DSG', 'mileage': 85886, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2361, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-09-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-20', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT58JHA/2026-03-21/image/560ebca0-bf46-40d6-92a5-6f8439571c85_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/a480eb1b-1634-4530-a9f4-6069448942cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/623843b2-0b17-484a-b6e2-128c6be1ee3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/b59f1287-3fcc-4f6d-8513-9d6568f8db0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/7d83a16e-68b6-4263-bafb-5fdaff244902_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/1123b4aa-4f66-4292-81f5-8d0778e5ee1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/044e5cf6-7e14-4b96-a37a-f016ee3346ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/151f74b6-640e-479d-94b9-35b4c8b9c204_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT58JHA/2026-03-21/image/b6efdc5a-3cfd-4c7e-8802-9fbce857b26c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18 52K - 10/19 59K - 10/0 63K - 10/21 65K - 08/22 68K - 08/23 80K - 09/24 81K - 09/25 83K -', 'remarks': 'VOSA STATES - 65K, 68K, 80K 81K, 83K - NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e5c5649-3c10-4c79-bb25-c8bbd9c82c69.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944
2026-03-27 05:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edee498a-c456-53dc-ad1f-0f2e11947558 with scrape type 2
2026-03-27 05:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edee498a-c456-53dc-ad1f-0f2e11947558 with scrape type 2
2026-03-27 05:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: edee498a-c456-53dc-ad1f-0f2e11947558, identifier: 120632944
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668414, 'registration': 'FY10UTZ', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDI 143 SE 5dr [Start Stop]', 'mileage': 128088, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2373, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-19', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/9556e4f3-d3e8-4cd8-8c9a-b5b9595d3af9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/d52690ce-0b09-4a31-aeb6-5260ccaef1b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/8411734d-5d38-4515-a848-3bff1c47356a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/8c3bfa82-eadf-497b-a3c1-8d938275184e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/3ec3ec74-3429-4995-b68e-a0aaf56dd46c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/3eacdaa2-ae4c-4294-bad0-0891f413bea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/b43d8328-f536-4b91-a743-bf7ad2c06753_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/112bacee-81c4-42bb-964a-0a0fb4be9624_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 80K, 84K, 93K, 111K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/11deb445-0d2d-4df2-8039-ece4f7dab5a0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668414, 'registration': 'FY10UTZ', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDI 143 SE 5dr [Start Stop]', 'mileage': 128088, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2373, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-19', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/9556e4f3-d3e8-4cd8-8c9a-b5b9595d3af9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/d52690ce-0b09-4a31-aeb6-5260ccaef1b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/8411734d-5d38-4515-a848-3bff1c47356a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/8c3bfa82-eadf-497b-a3c1-8d938275184e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/3ec3ec74-3429-4995-b68e-a0aaf56dd46c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/3eacdaa2-ae4c-4294-bad0-0891f413bea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/b43d8328-f536-4b91-a743-bf7ad2c06753_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10UTZ/2026-03-23/image/112bacee-81c4-42bb-964a-0a0fb4be9624_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 80K, 84K, 93K, 111K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/11deb445-0d2d-4df2-8039-ece4f7dab5a0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414
2026-03-27 05:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with scrape type 2
2026-03-27 05:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with scrape type 2
2026-03-27 05:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5, identifier: 120668414
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120793723, 'registration': 'WM68FXY', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Zetec 5dr', 'mileage': 71493, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM68FXY/2026-03-25/image/7aa59e4b-1fd1-4eb8-ae76-80d49a7a86f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/54ce5c51-0fb9-4c95-9d57-cf38980b3cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/e68d2b00-b20c-4ba1-b2c5-ebe3b77cee8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/25052fe1-2ef9-4c52-8141-f69c0ca8895b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/a49779ef-1f44-40fc-98e5-26ae61cd7bcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/87d54470-47d2-4370-8c96-d906962d77d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/38126aa0-6898-4918-bb66-01937a3871a5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 11/20 18K - 10/21 26K- 08/23 44K - 11/23 50K - 10/24 60K', 'remarks': 'VOSA STATES 41K- 52K - 63K- 71K -', 'virtual': False, 'seller': 'Manamanx Ltd', '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/9814c979-2cf5-421d-90a4-839209fdce0c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120793723, 'registration': 'WM68FXY', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Zetec 5dr', 'mileage': 71493, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM68FXY/2026-03-25/image/7aa59e4b-1fd1-4eb8-ae76-80d49a7a86f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/54ce5c51-0fb9-4c95-9d57-cf38980b3cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/e68d2b00-b20c-4ba1-b2c5-ebe3b77cee8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/25052fe1-2ef9-4c52-8141-f69c0ca8895b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/a49779ef-1f44-40fc-98e5-26ae61cd7bcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/87d54470-47d2-4370-8c96-d906962d77d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM68FXY/2026-03-25/image/38126aa0-6898-4918-bb66-01937a3871a5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 11/20 18K - 10/21 26K- 08/23 44K - 11/23 50K - 10/24 60K', 'remarks': 'VOSA STATES 41K- 52K - 63K- 71K -', 'virtual': False, 'seller': 'Manamanx Ltd', '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/9814c979-2cf5-421d-90a4-839209fdce0c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce4dbba-5f4c-5a5e-a27c-70a28fea98a4 with identifier: 120793723
2026-03-27 05:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce4dbba-5f4c-5a5e-a27c-70a28fea98a4 with scrape type 2
2026-03-27 05:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce4dbba-5f4c-5a5e-a27c-70a28fea98a4 with scrape type 2
2026-03-27 05:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dce4dbba-5f4c-5a5e-a27c-70a28fea98a4, identifier: 120793723
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120756520, 'registration': 'OW16HNG', 'account': 'CLA102', 'make': 'BMW', 'model': '2 SERIES DIESEL COUPE', 'derivative': '218d [150] M Sport 2dr Step Auto', 'mileage': 151332, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-06-28', 'fuel': 'Diesel', 'motExpiry': '2025-12-27', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/OW16HNG/2026-03-25/image/55e2a0c9-abed-4158-bc3f-76e7aeebb0f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/2982d781-1420-4833-ae38-e5434efd9d29_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/c01ab5cf-fcdc-49f8-a726-a7b9d0f58db3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/a2936a4b-8557-4485-bebc-1dcca893cf5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/24da81fa-13a1-4e57-93d3-e8e91e41bd02_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/4ad1a8ae-9719-413c-8fc8-a35b72911d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/91a18ae4-2af1-4d40-8e16-416b7b45c39d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/23 - 112K, 12/23 - 125K, 08/24 - 137K', 'remarks': 'VOSA STATES 101K, 125K, 149K, 151K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f22ce9de-7e91-41ab-94bb-44947c270dd1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120756520, 'registration': 'OW16HNG', 'account': 'CLA102', 'make': 'BMW', 'model': '2 SERIES DIESEL COUPE', 'derivative': '218d [150] M Sport 2dr Step Auto', 'mileage': 151332, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-06-28', 'fuel': 'Diesel', 'motExpiry': '2025-12-27', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/OW16HNG/2026-03-25/image/55e2a0c9-abed-4158-bc3f-76e7aeebb0f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/2982d781-1420-4833-ae38-e5434efd9d29_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/c01ab5cf-fcdc-49f8-a726-a7b9d0f58db3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/a2936a4b-8557-4485-bebc-1dcca893cf5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/24da81fa-13a1-4e57-93d3-e8e91e41bd02_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/4ad1a8ae-9719-413c-8fc8-a35b72911d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW16HNG/2026-03-25/image/91a18ae4-2af1-4d40-8e16-416b7b45c39d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/23 - 112K, 12/23 - 125K, 08/24 - 137K', 'remarks': 'VOSA STATES 101K, 125K, 149K, 151K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f22ce9de-7e91-41ab-94bb-44947c270dd1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b1ace22-085e-5da3-a162-fd0c94a20987 with identifier: 120756520
2026-03-27 05:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b1ace22-085e-5da3-a162-fd0c94a20987 with scrape type 2
2026-03-27 05:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b1ace22-085e-5da3-a162-fd0c94a20987 with scrape type 2
2026-03-27 05:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b1ace22-085e-5da3-a162-fd0c94a20987, identifier: 120756520
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719063, 'registration': 'VN17UEU', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.2i Glam 3dr', 'mileage': 68460, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 659, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN17UEU/2026-03-24/image/4e6ea6cd-d874-4a9c-bc41-e73fd652dbf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/daec0ce3-ef30-43bb-aca0-99f5eda08deb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/ea86e6b5-985b-45be-8864-bd70dd933c87_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/156da90a-34fa-4e66-abd2-de493efd1ef9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/f70666cc-602a-4563-8c08-0875c3f6c0fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/a260333d-77f9-4491-aecf-9e73a814a3bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/89a79649-62bc-482b-9f6e-e7af77a6ab30_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/f2e7d751-1059-4e08-ae94-002dbf8e43fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/daa615a7-f166-4d68-8c7c-cc01f1862e87_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/18 - 3K, 06/19 - 6K, 11/20 - 10K, 08/21 - 18K, 03/25 - 57K, 03/26 - 68K', 'remarks': '**563** VOSA STATES 10K, 26K, 36K, 46K, 56K, 68K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a84a402-3a7b-4b40-b73a-4fcd6b23ebd3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719063, 'registration': 'VN17UEU', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.2i Glam 3dr', 'mileage': 68460, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 659, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN17UEU/2026-03-24/image/4e6ea6cd-d874-4a9c-bc41-e73fd652dbf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/daec0ce3-ef30-43bb-aca0-99f5eda08deb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/ea86e6b5-985b-45be-8864-bd70dd933c87_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/156da90a-34fa-4e66-abd2-de493efd1ef9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/f70666cc-602a-4563-8c08-0875c3f6c0fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/a260333d-77f9-4491-aecf-9e73a814a3bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/89a79649-62bc-482b-9f6e-e7af77a6ab30_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/f2e7d751-1059-4e08-ae94-002dbf8e43fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN17UEU/2026-03-24/image/daa615a7-f166-4d68-8c7c-cc01f1862e87_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/18 - 3K, 06/19 - 6K, 11/20 - 10K, 08/21 - 18K, 03/25 - 57K, 03/26 - 68K', 'remarks': '**563** VOSA STATES 10K, 26K, 36K, 46K, 56K, 68K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a84a402-3a7b-4b40-b73a-4fcd6b23ebd3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063
2026-03-27 05:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7a13959-c155-5f06-b46b-1feeae6675c5 with scrape type 2
2026-03-27 05:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7a13959-c155-5f06-b46b-1feeae6675c5 with scrape type 2
2026-03-27 05:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c7a13959-c155-5f06-b46b-1feeae6675c5, identifier: 120719063
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120751313
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [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-27 05:01:26 [astonbarclay.gb] INFO: Scrape type for 120751313: 0
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120808178
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120808178%27 HTTP/1.1" 200 None
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Scrape type for 120808178: 0
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120808145
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120808145%27 HTTP/1.1" 200 None
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Scrape type for 120808145: 0
2026-03-27 05:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120439927
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [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-27 05:01:26 [astonbarclay.gb] INFO: Scrape type for 120439927: 2
2026-03-27 05:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944
2026-03-27 05:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944
2026-03-27 05:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944 to the API
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120632944?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'edee498a-c456-53dc-ad1f-0f2e11947558',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT58JHA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120632944',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 85886,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-05',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 Match TSI 122 5dr DSG',
'transmission': 'automatic',
'trim': '1.4 Match TSI 122 5dr DSG',
'vin': None,
'year': 2008}
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [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-27 05:01:26 [astonbarclay.gb] INFO: Saving data for 120632944: {'auction_closing_time': 1774888200.0, 'created_time': 1774034162.748943, 'last_price_update_time': 1774587686.563679}
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120632944') HTTP/1.1" 204 0
2026-03-27 05:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414
2026-03-27 05:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414
2026-03-27 05:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414 to the API
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668414?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '37f8aa62-4f21-5b47-a8bc-9b562b50e2d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY10UTZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668414',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL AVANT',
'odometer': 128088,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-19',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 DIESEL AVANT 2.0 TDI 143 SE 5dr [Start Stop]',
'transmission': 'manual',
'trim': '2.0 TDI 143 SE 5dr [Start Stop]',
'vin': None,
'year': 2010}
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [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-27 05:01:26 [astonbarclay.gb] INFO: Saving data for 120668414: {'auction_closing_time': 1774888200.0, 'created_time': 1774260154.536135, 'last_price_update_time': 1774587686.961374}
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668414') HTTP/1.1" 204 0
2026-03-27 05:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dce4dbba-5f4c-5a5e-a27c-70a28fea98a4 with identifier: 120793723
2026-03-27 05:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dce4dbba-5f4c-5a5e-a27c-70a28fea98a4 with identifier: 120793723
2026-03-27 05:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dce4dbba-5f4c-5a5e-a27c-70a28fea98a4 with identifier: 120793723 to the API
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120793723?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'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': 'dce4dbba-5f4c-5a5e-a27c-70a28fea98a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WM68FXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120793723',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 71493,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-31',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Zetec 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120793723%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Saving data for 120793723: {'auction_closing_time': 1774888200.0, 'created_time': 1774466426.541456, 'last_price_update_time': 1774587687.247009}
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120793723') HTTP/1.1" 204 0
2026-03-27 05:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b1ace22-085e-5da3-a162-fd0c94a20987 with identifier: 120756520
2026-03-27 05:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b1ace22-085e-5da3-a162-fd0c94a20987 with identifier: 120756520
2026-03-27 05:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b1ace22-085e-5da3-a162-fd0c94a20987 with identifier: 120756520 to the API
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120756520?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'RED',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '1b1ace22-085e-5da3-a162-fd0c94a20987',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OW16HNG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120756520',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '2 SERIES DIESEL COUPE',
'odometer': 151332,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-28',
'seller_name': 'Local dealer group',
'title': 'BMW 2 SERIES DIESEL COUPE 218d [150] M Sport 2dr Step Auto',
'transmission': 'automatic',
'trim': '218d [150] M Sport 2dr Step Auto',
'vin': None,
'year': 2016}
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756520%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Saving data for 120756520: {'auction_closing_time': 1774888200.0, 'created_time': 1774378907.347162, 'last_price_update_time': 1774587687.521178}
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120756520') HTTP/1.1" 204 0
2026-03-27 05:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063
2026-03-27 05:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063
2026-03-27 05:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063 to the API
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719063?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'c7a13959-c155-5f06-b46b-1feeae6675c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VN17UEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719063',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ADAM HATCHBACK',
'odometer': 68460,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-14',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL ADAM HATCHBACK 1.2i Glam 3dr',
'transmission': 'manual',
'trim': '1.2i Glam 3dr',
'vin': None,
'year': 2017}
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120719063%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Saving data for 120719063: {'auction_closing_time': 1774604700.0, 'created_time': 1774358155.659234, 'last_price_update_time': 1774587687.822177}
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719063') HTTP/1.1" 204 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120808169
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120808169%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120808169: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120442309
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120442309%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120442309: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120830480
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830480%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120830480: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120302568
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120302568%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120302568: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120302654
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120302654%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120302654: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120808228
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120808228%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120808228: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120254900
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120254900%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120254900: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120257030
2026-03-27 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120257030%27 HTTP/1.1" 200 None
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120257030: 0
2026-03-27 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120530920
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120530920%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120530920: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120829879
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829879%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120829879: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120830910
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830910%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120830910: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120830974
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830974%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120830974: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120808159
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120808159%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120808159: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120830194
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830194%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120830194: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120830848
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830848%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120830848: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120832446
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120832446%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120832446: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120365355
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120365355%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120365355: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120537066
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120537066%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120537066: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120515038
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120515038%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120515038: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120832614
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120832614%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120832614: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120832784
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120832784%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120832784: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120833244
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120833244%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120833244: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120653276
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120653276%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120653276: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120654283
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120654283%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120654283: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120654113
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120654113%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120654113: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120540637
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120540637%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120540637: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120832987
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120832987%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120832987: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120654349
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120654349%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120654349: 2
2026-03-27 05:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120793900?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794477?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120540667
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120540667%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120540667: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120199126
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120199126%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120199126: 2
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120364358
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120364358%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120364358: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120473894
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120473894%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120473894: 2
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120102055
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120102055%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120102055: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120441523
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120441523%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120441523: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120443760
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443760%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120443760: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120688219
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120688219%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120688219: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120024515
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120024515%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120024515: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120581417
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120581417%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120581417: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120581824
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120581824%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120581824: 0
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120595660
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595660%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120595660: 2
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120586845
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120586845%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120586845: 2
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120793900, 'registration': 'RE18WYZ', 'account': 'MAN037', 'make': 'DACIA', 'model': 'SANDERO HATCHBACK', 'derivative': '1.0 SCe Ambiance 5dr', 'mileage': 38045, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-05-22', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/85661f01-e36c-4fc2-a46f-04d17f72a003_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/fc47de47-f3eb-4e80-9e75-7656cdff96f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/cd32a83d-6d3b-4239-b242-30643ae76948_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/f9df865f-b370-44df-b8b3-9579a734067c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/6cca62b6-177d-4c52-a694-198fe1662831_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/9e8ba009-a297-4103-a057-2131f0278188_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/485755a1-17a5-42f9-9bfd-54a59ccabdf6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/19 6K - 06/20 12K - 03/21 15K- 05/22 18K - 05/23 21K - 05/24 27K - 05/25 34K', 'remarks': 'VOSA STATES 18K- 21K- 27K- 34K -', 'virtual': False, 'seller': 'Manamanx Ltd', '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/4c042d4c-7e0b-4047-bed3-c97ceec47f75.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120793900, 'registration': 'RE18WYZ', 'account': 'MAN037', 'make': 'DACIA', 'model': 'SANDERO HATCHBACK', 'derivative': '1.0 SCe Ambiance 5dr', 'mileage': 38045, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-05-22', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/85661f01-e36c-4fc2-a46f-04d17f72a003_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/fc47de47-f3eb-4e80-9e75-7656cdff96f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/cd32a83d-6d3b-4239-b242-30643ae76948_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/f9df865f-b370-44df-b8b3-9579a734067c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/6cca62b6-177d-4c52-a694-198fe1662831_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/9e8ba009-a297-4103-a057-2131f0278188_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE18WYZ/2026-03-26/image/485755a1-17a5-42f9-9bfd-54a59ccabdf6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/19 6K - 06/20 12K - 03/21 15K- 05/22 18K - 05/23 21K - 05/24 27K - 05/25 34K', 'remarks': 'VOSA STATES 18K- 21K- 27K- 34K -', 'virtual': False, 'seller': 'Manamanx Ltd', '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/4c042d4c-7e0b-4047-bed3-c97ceec47f75.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e4cbd10-9e43-5e4b-9295-4aee2eda424f with identifier: 120793900
2026-03-27 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e4cbd10-9e43-5e4b-9295-4aee2eda424f with scrape type 2
2026-03-27 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e4cbd10-9e43-5e4b-9295-4aee2eda424f with scrape type 2
2026-03-27 05:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e4cbd10-9e43-5e4b-9295-4aee2eda424f, identifier: 120793900
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794477, 'registration': 'LM16XLB', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL HATCHBACK', 'derivative': '1.6 CDTi SRi Nav 5dr [Start Stop]', 'mileage': 82161, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-20', 'fuel': 'Diesel', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM16XLB/2026-03-26/image/54dee12c-3367-4878-903a-3e024baf0703_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/68b0ab66-4488-472f-9d4d-0a213ee7d08f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/f031a009-3236-4d63-8e14-7ff67a99752f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/81006eb2-d204-47d4-b289-778350822965_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/b97f76c8-d97f-4b06-b0ac-aa9797c9aeee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/6c4bea78-e587-4b03-817b-bb610b567d15_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/bc5a26ed-830a-4caa-a01f-8f38531aec54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/a3b3850c-433f-4faa-a643-14af1ab943ee_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 06/18 37K - 06/20 52K - 06/20 52K 05/21 53K - 04/22 57K - 04/23 63K - 04/24 68K - 04/25 77K', 'remarks': 'VOSA STATES 57K- 63K- 68K- 77K - 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': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2ec7b96-28bf-4c15-b0c6-c2f519a41db5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794477, 'registration': 'LM16XLB', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL HATCHBACK', 'derivative': '1.6 CDTi SRi Nav 5dr [Start Stop]', 'mileage': 82161, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-20', 'fuel': 'Diesel', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM16XLB/2026-03-26/image/54dee12c-3367-4878-903a-3e024baf0703_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/68b0ab66-4488-472f-9d4d-0a213ee7d08f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/f031a009-3236-4d63-8e14-7ff67a99752f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/81006eb2-d204-47d4-b289-778350822965_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/b97f76c8-d97f-4b06-b0ac-aa9797c9aeee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/6c4bea78-e587-4b03-817b-bb610b567d15_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/bc5a26ed-830a-4caa-a01f-8f38531aec54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM16XLB/2026-03-26/image/a3b3850c-433f-4faa-a643-14af1ab943ee_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 06/18 37K - 06/20 52K - 06/20 52K 05/21 53K - 04/22 57K - 04/23 63K - 04/24 68K - 04/25 77K', 'remarks': 'VOSA STATES 57K- 63K- 68K- 77K - 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': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2ec7b96-28bf-4c15-b0c6-c2f519a41db5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d39c0d73-8903-55d8-a663-20eb7aac7ca4 with identifier: 120794477
2026-03-27 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d39c0d73-8903-55d8-a663-20eb7aac7ca4 with scrape type 2
2026-03-27 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d39c0d73-8903-55d8-a663-20eb7aac7ca4 with scrape type 2
2026-03-27 05:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d39c0d73-8903-55d8-a663-20eb7aac7ca4, identifier: 120794477
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120595642
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595642%27 HTTP/1.1" 200 None
2026-03-27 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120595642: 2
2026-03-27 05:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e4cbd10-9e43-5e4b-9295-4aee2eda424f with identifier: 120793900
2026-03-27 05:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e4cbd10-9e43-5e4b-9295-4aee2eda424f with identifier: 120793900
2026-03-27 05:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e4cbd10-9e43-5e4b-9295-4aee2eda424f with identifier: 120793900 to the API
2026-03-27 05:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120793900?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'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': '2e4cbd10-9e43-5e4b-9295-4aee2eda424f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE18WYZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120793900',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'SANDERO HATCHBACK',
'odometer': 38045,
'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': 'Manamanx Ltd',
'title': 'DACIA SANDERO HATCHBACK 1.0 SCe Ambiance 5dr',
'transmission': 'manual',
'trim': '1.0 SCe Ambiance 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120793900%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Saving data for 120793900: {'auction_closing_time': 1774888200.0, 'created_time': 1774466216.651433, 'last_price_update_time': 1774587689.110738}
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120793900') HTTP/1.1" 204 0
2026-03-27 05:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d39c0d73-8903-55d8-a663-20eb7aac7ca4 with identifier: 120794477
2026-03-27 05:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d39c0d73-8903-55d8-a663-20eb7aac7ca4 with identifier: 120794477
2026-03-27 05:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d39c0d73-8903-55d8-a663-20eb7aac7ca4 with identifier: 120794477 to the API
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794477?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-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'd39c0d73-8903-55d8-a663-20eb7aac7ca4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM16XLB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794477',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'INSIGNIA DIESEL HATCHBACK',
'odometer': 82161,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-20',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL INSIGNIA DIESEL HATCHBACK 1.6 CDTi SRi Nav 5dr [Start '
'Stop]',
'transmission': 'manual',
'trim': '1.6 CDTi SRi Nav 5dr [Start Stop]',
'vin': None,
'year': 2016}
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794477%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Saving data for 120794477: {'auction_closing_time': 1774888200.0, 'created_time': 1774466344.110806, 'last_price_update_time': 1774587689.519311}
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794477') HTTP/1.1" 204 0
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120582058
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120582058%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120582058: 0
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120797674
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120797674%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120797674: 2
2026-03-27 05:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120240102?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120794574
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794574%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120794574: 2
2026-03-27 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-27 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-27 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-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120789880
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120789880%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120789880: 0
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120646777
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120646777%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120646777: 0
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120687428
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120687428%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120687428: 0
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120653166
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120653166%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120653166: 0
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120506878
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120506878%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120506878: 2
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120586865
2026-03-27 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120586865%27 HTTP/1.1" 200 None
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120586865: 2
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120240102, 'registration': 'WP65VOC', 'account': 'CAR001', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d SE 5dr Step Auto', 'mileage': 123081, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-11', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WP65VOC/2026-03-09/image/041ace1b-87c4-40e0-9117-cdd890040824_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/6f9fcc21-cb9a-4e77-9463-6cea8f188a89_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/58955461-9a89-4c9f-9876-432b01c22593_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/b222cb69-d6d6-47c7-9334-a0cc6626b19d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/5f99969c-9c5c-4f41-8bac-7a803897a79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/e1e59f47-e7d2-4779-855b-b451a7b1f241_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/2380cf64-b7d9-495b-8acf-a06419f64366_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/22 71K - 03/23 78K - 05/24 89K - 03/25 104K - 08/25 109K -', 'remarks': 'VOSA STATES 76K - 85K- 101K- 121K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82a1ec3f-6df8-4733-b0bc-3fa7bfe04397.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120240102, 'registration': 'WP65VOC', 'account': 'CAR001', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d SE 5dr Step Auto', 'mileage': 123081, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-11', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WP65VOC/2026-03-09/image/041ace1b-87c4-40e0-9117-cdd890040824_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/6f9fcc21-cb9a-4e77-9463-6cea8f188a89_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/58955461-9a89-4c9f-9876-432b01c22593_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/b222cb69-d6d6-47c7-9334-a0cc6626b19d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/5f99969c-9c5c-4f41-8bac-7a803897a79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/e1e59f47-e7d2-4779-855b-b451a7b1f241_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP65VOC/2026-03-09/image/2380cf64-b7d9-495b-8acf-a06419f64366_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/22 71K - 03/23 78K - 05/24 89K - 03/25 104K - 08/25 109K -', 'remarks': 'VOSA STATES 76K - 85K- 101K- 121K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82a1ec3f-6df8-4733-b0bc-3fa7bfe04397.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102
2026-03-27 05:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfdfb658-2944-5c71-8e1d-adfeb3258d07 with scrape type 2
2026-03-27 05:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfdfb658-2944-5c71-8e1d-adfeb3258d07 with scrape type 2
2026-03-27 05:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dfdfb658-2944-5c71-8e1d-adfeb3258d07, identifier: 120240102
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657468, 'registration': 'LO64NVK', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr', 'mileage': 105712, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO64NVK/2026-03-20/image/bd0e71aa-9f75-41b3-9f3a-42cf3155a262_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/cbd669c4-7bc2-4657-b187-a18f6d6d702c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/8196ff70-7ccd-418a-81d4-f436d175be77_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/5f36332b-9c3b-4761-8810-f488850f7046_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/1a9aeaa9-7462-4214-82bd-c6351d103b24_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/b7259ec3-9a04-47cf-a12c-a7a6ddd2b28a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/67b9e25f-07bc-499b-a9d9-85c9e46b341a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/1eaeb0a5-7a8a-4f9f-9c04-254582a50da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/27759f86-8ce1-46fb-834b-bc52d207cb37_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/3292d50e-0b45-4171-8083-165f39439424_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service digital 11/15 13K- 08/16 25K', 'remarks': 'VOSA STATES 67K, 75K, 92K, 97K, 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6850a233-7022-4e9e-ab4f-336874459945.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657468, 'registration': 'LO64NVK', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr', 'mileage': 105712, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO64NVK/2026-03-20/image/bd0e71aa-9f75-41b3-9f3a-42cf3155a262_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/cbd669c4-7bc2-4657-b187-a18f6d6d702c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/8196ff70-7ccd-418a-81d4-f436d175be77_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/5f36332b-9c3b-4761-8810-f488850f7046_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/1a9aeaa9-7462-4214-82bd-c6351d103b24_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/b7259ec3-9a04-47cf-a12c-a7a6ddd2b28a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/67b9e25f-07bc-499b-a9d9-85c9e46b341a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/1eaeb0a5-7a8a-4f9f-9c04-254582a50da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/27759f86-8ce1-46fb-834b-bc52d207cb37_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64NVK/2026-03-20/image/3292d50e-0b45-4171-8083-165f39439424_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service digital 11/15 13K- 08/16 25K', 'remarks': 'VOSA STATES 67K, 75K, 92K, 97K, 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6850a233-7022-4e9e-ab4f-336874459945.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468
2026-03-27 05:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with scrape type 2
2026-03-27 05:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with scrape type 2
2026-03-27 05:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2, identifier: 120657468
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794223, 'registration': 'KY56XCS', 'account': 'MAN037', 'make': 'SKODA', 'model': 'FABIA DIESEL HATCHBACK', 'derivative': '1.9 TDI PD 130 vRS 5dr', 'mileage': 118702, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-10-25', 'fuel': 'Diesel', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1896, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY56XCS/2026-03-26/image/6fe28ffd-2796-4369-9ad3-b04855e17c7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/849b3eb2-fcc1-4e06-ac05-0170ef9728c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/3d63ede1-399d-4cbe-b1b9-7f1521eef7b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/08a1dd03-b506-441c-9188-b9a019cd75fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/4b6d4044-822c-47af-bd18-7423c3a553e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/57c1aa1d-2c60-49af-bd5f-b4a67a43f2e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/652b9a73-8351-4601-bfd2-b77a3292ddce_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 11/07 6k - 11/08 12k - 10/09 18k - 10/10 26k- 10/11 29k- 11/12 33k - 02/14 43k - 06/17 81k - 06/18 85k - 06/19 90k- 06/20 94k - 06/22 100k - 06/23 104k - 06/25 114k', 'remarks': 'VOSA STATES 100K - 104K - 108K - 114K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6cbd9c3e-ca9f-40fc-829a-4a5d40e3b50d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794223, 'registration': 'KY56XCS', 'account': 'MAN037', 'make': 'SKODA', 'model': 'FABIA DIESEL HATCHBACK', 'derivative': '1.9 TDI PD 130 vRS 5dr', 'mileage': 118702, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-10-25', 'fuel': 'Diesel', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1896, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY56XCS/2026-03-26/image/6fe28ffd-2796-4369-9ad3-b04855e17c7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/849b3eb2-fcc1-4e06-ac05-0170ef9728c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/3d63ede1-399d-4cbe-b1b9-7f1521eef7b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/08a1dd03-b506-441c-9188-b9a019cd75fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/4b6d4044-822c-47af-bd18-7423c3a553e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/57c1aa1d-2c60-49af-bd5f-b4a67a43f2e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY56XCS/2026-03-26/image/652b9a73-8351-4601-bfd2-b77a3292ddce_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 11/07 6k - 11/08 12k - 10/09 18k - 10/10 26k- 10/11 29k- 11/12 33k - 02/14 43k - 06/17 81k - 06/18 85k - 06/19 90k- 06/20 94k - 06/22 100k - 06/23 104k - 06/25 114k', 'remarks': 'VOSA STATES 100K - 104K - 108K - 114K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6cbd9c3e-ca9f-40fc-829a-4a5d40e3b50d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8dd3767-b2de-589b-8b3c-6090f82527e3 with identifier: 120794223
2026-03-27 05:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8dd3767-b2de-589b-8b3c-6090f82527e3 with scrape type 2
2026-03-27 05:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8dd3767-b2de-589b-8b3c-6090f82527e3 with scrape type 2
2026-03-27 05:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b8dd3767-b2de-589b-8b3c-6090f82527e3, identifier: 120794223
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120691012
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691012%27 HTTP/1.1" 200 None
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Scrape type for 120691012: 0
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120753553
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120753553%27 HTTP/1.1" 200 None
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Scrape type for 120753553: 0
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Found listing with ID: 120595651
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595651%27 HTTP/1.1" 200 None
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Scrape type for 120595651: 2
2026-03-27 05:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102
2026-03-27 05:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102
2026-03-27 05:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102 to the API
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120240102?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'dfdfb658-2944-5c71-8e1d-adfeb3258d07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP65VOC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120240102',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X6 DIESEL ESTATE',
'odometer': 123081,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-11',
'seller_name': 'CarGiant',
'title': 'BMW X6 DIESEL ESTATE xDrive40d SE 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive40d SE 5dr Step Auto',
'vin': None,
'year': 2015}
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120240102%27 HTTP/1.1" 200 None
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Saving data for 120240102: {'auction_closing_time': 1774888200.0, 'created_time': 1773404097.914926, 'last_price_update_time': 1774587690.448165}
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120240102') HTTP/1.1" 204 0
2026-03-27 05:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468
2026-03-27 05:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468
2026-03-27 05:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468 to the API
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657468?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-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '04c6605c-dfbf-5646-ba97-b9ef1dff9df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO64NVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657468',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 105712,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-31',
'seller_name': 'Manamanx Ltd',
'title': 'BMW 1 SERIES HATCHBACK 116i Sport 5dr',
'transmission': 'manual',
'trim': '116i Sport 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657468%27 HTTP/1.1" 200 None
2026-03-27 05:01:30 [astonbarclay.gb] INFO: Saving data for 120657468: {'auction_closing_time': 1774888200.0, 'created_time': 1774034174.63365, 'last_price_update_time': 1774587690.833648}
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657468') HTTP/1.1" 204 0
2026-03-27 05:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b8dd3767-b2de-589b-8b3c-6090f82527e3 with identifier: 120794223
2026-03-27 05:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b8dd3767-b2de-589b-8b3c-6090f82527e3 with identifier: 120794223
2026-03-27 05:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b8dd3767-b2de-589b-8b3c-6090f82527e3 with identifier: 120794223 to the API
2026-03-27 05:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'b8dd3767-b2de-589b-8b3c-6090f82527e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY56XCS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794223',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'FABIA DIESEL HATCHBACK',
'odometer': 118702,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-10-25',
'seller_name': 'Manamanx Ltd',
'title': 'SKODA FABIA DIESEL HATCHBACK 1.9 TDI PD 130 vRS 5dr',
'transmission': 'manual',
'trim': '1.9 TDI PD 130 vRS 5dr',
'vin': None,
'year': 2006}
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Saving data for 120794223: {'auction_closing_time': 1774888200.0, 'created_time': 1774466244.022204, 'last_price_update_time': 1774587691.586043}
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794223') HTTP/1.1" 204 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120747915
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120747915: 2
2026-03-27 05:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120506599?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649354?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596560?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657830?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120804884
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120804884%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120804884: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120827132
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827132%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120827132: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120808264
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120808264%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120808264: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120441640
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120441640%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120441640: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120831309
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831309%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120831309: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120831726
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831726%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120831726: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120615597
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120615597: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120256266
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256266%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120256266: 2
2026-03-27 05:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120408135
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120408135: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120619100
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120619100: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120829283
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829283%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120829283: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120693503
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120693503: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120619141
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120619141: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120817027
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120817027%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120817027: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120537829
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120537829: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120813427
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120813427%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120813427: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120829374
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829374%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120829374: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120806069
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120806069%27 HTTP/1.1" 200 None
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120806069: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120630009
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120630009: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120600138
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:31 [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-27 05:01:31 [astonbarclay.gb] INFO: Scrape type for 120600138: 0
2026-03-27 05:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120619082
2026-03-27 05:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120619082: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120362066
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120362066%27 HTTP/1.1" 200 None
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120362066: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120797313
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797313%27 HTTP/1.1" 200 None
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120797313: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120197297
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120197297: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120688561
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120688561: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120526272
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120526272: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120650675
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120650675: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120615995
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120615995: 2
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120806876
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120806876%27 HTTP/1.1" 200 None
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120806876: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120526253
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120526253: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120818085
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120818085%27 HTTP/1.1" 200 None
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120818085: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120719635
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120719635: 2
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120506599, 'registration': 'LP19OSL', 'account': 'CAR001', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '2.0 VVT-i Hybrid Design 5dr CVT', 'mileage': 81393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP19OSL/2026-03-17/image/142ea15a-2078-400a-a7db-921626b800cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/b90635ea-10cf-4966-89ff-87703f735c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/168004a8-2a75-4593-b026-695fcf2ca029_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/53cbaed8-e5b7-408a-9ec3-055e23cfaee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/709cd925-222c-449c-877f-7b0d4076e9cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/aa0d3479-a2a5-48d3-baf9-4f27a5174f26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/ba8d27d9-5302-4f66-bb5d-ebed09a43772_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/f070aed9-804d-463a-bf63-cfe926a78c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/e50396a0-d68c-45bf-ac90-4bca38909c5a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/20 9k - 06/21 19k - 03/22 30k - 05/23 41k - 06/24 52k - 03/25 62k - 09/25 73k -', 'remarks': 'VOSA STATES 30K- 41K- 52K - 66K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 89, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/09091404-b77a-45cb-aa0d-67a84bff5345.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120506599, 'registration': 'LP19OSL', 'account': 'CAR001', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '2.0 VVT-i Hybrid Design 5dr CVT', 'mileage': 81393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP19OSL/2026-03-17/image/142ea15a-2078-400a-a7db-921626b800cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/b90635ea-10cf-4966-89ff-87703f735c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/168004a8-2a75-4593-b026-695fcf2ca029_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/53cbaed8-e5b7-408a-9ec3-055e23cfaee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/709cd925-222c-449c-877f-7b0d4076e9cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/aa0d3479-a2a5-48d3-baf9-4f27a5174f26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/ba8d27d9-5302-4f66-bb5d-ebed09a43772_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/f070aed9-804d-463a-bf63-cfe926a78c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19OSL/2026-03-17/image/e50396a0-d68c-45bf-ac90-4bca38909c5a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/20 9k - 06/21 19k - 03/22 30k - 05/23 41k - 06/24 52k - 03/25 62k - 09/25 73k -', 'remarks': 'VOSA STATES 30K- 41K- 52K - 66K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 89, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/09091404-b77a-45cb-aa0d-67a84bff5345.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79256be8-6b23-54ef-b7ee-8ba06bd276c7 with identifier: 120506599
2026-03-27 05:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79256be8-6b23-54ef-b7ee-8ba06bd276c7 with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79256be8-6b23-54ef-b7ee-8ba06bd276c7 with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 79256be8-6b23-54ef-b7ee-8ba06bd276c7, identifier: 120506599
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649354, 'registration': 'KE14ZFY', 'account': 'HAY003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Vogue SE 4dr Auto', 'mileage': 114944, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-03-15', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/dc2739e7-bd7f-413e-9110-f0be8768238d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/c59848fe-98ed-4033-8c56-7a11f0d36d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/e41500b2-3f32-4388-ba77-91752fd9e43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/1a2657aa-eb8b-4d60-9cf5-1c154378d9ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/3b729d84-2caf-421a-bc38-523c1bdf5dec_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/50c601a6-5d7f-47a3-82d6-ce5483bb9936_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/fcd2f24f-4fa1-4a4b-b902-fa742fc7b07a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/c95a81fe-2dd3-48a9-8763-de43d934d0ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/26209da8-c595-453a-961c-a19d36176c28_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/c9d04464-4fce-4d6f-89de-6b6ec3b23606_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/15-7K, 04/16-13K, 04/17-18K, 06/18-37K, 12/19-64K, 10/20-77K, 11/21-87K10/22-98K,', 'remarks': 'VOSA STATES 98K, 102K 104K, 107K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 229, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d17895e1-b10d-4d89-9f32-5f596b84920b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649354, 'registration': 'KE14ZFY', 'account': 'HAY003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Vogue SE 4dr Auto', 'mileage': 114944, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-03-15', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/dc2739e7-bd7f-413e-9110-f0be8768238d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/c59848fe-98ed-4033-8c56-7a11f0d36d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/e41500b2-3f32-4388-ba77-91752fd9e43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/1a2657aa-eb8b-4d60-9cf5-1c154378d9ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/3b729d84-2caf-421a-bc38-523c1bdf5dec_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/50c601a6-5d7f-47a3-82d6-ce5483bb9936_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/fcd2f24f-4fa1-4a4b-b902-fa742fc7b07a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/c95a81fe-2dd3-48a9-8763-de43d934d0ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/26209da8-c595-453a-961c-a19d36176c28_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE14ZFY/2026-03-23/image/c9d04464-4fce-4d6f-89de-6b6ec3b23606_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/15-7K, 04/16-13K, 04/17-18K, 06/18-37K, 12/19-64K, 10/20-77K, 11/21-87K10/22-98K,', 'remarks': 'VOSA STATES 98K, 102K 104K, 107K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 229, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d17895e1-b10d-4d89-9f32-5f596b84920b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354
2026-03-27 05:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e, identifier: 120649354
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596560, 'registration': 'N9NKT', 'account': 'CAR001', 'make': 'BMW', 'model': 'X1 ESTATE', 'derivative': 'xDrive 20i M Sport 5dr Step Auto', 'mileage': 96368, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-12-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/N9NKT/2026-03-19/image/95af4990-9482-422a-a5bb-e78e435b3fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/38fe8130-75db-4e7c-81fc-46a3d747a194_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/a8b74e5d-2c79-4946-ae9a-368d5c387629_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/b8ed99c3-35be-4716-8c73-a8ed9893bc66_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/0a863608-372a-4099-8eca-4d0a95aa57fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/c81113d9-299a-40da-be9a-b5eb8ae9ac07_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/293efa26-ac10-4c0e-bde6-36670c04ebf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/17fd39cc-ea53-4695-80d3-ed1809d854cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/571d5191-14a3-4460-9727-fa918dd43ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/fa1d50e0-b400-4b26-9638-1fd47fd4432a_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/2280ef45-4f83-4bb7-b069-fc4a8899ba2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/b009c0d9-d59a-4fb8-828c-22c763ea57f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22 70K - 02/24 83K', 'remarks': 'VOSA STATES, 75K, 82K, 88K, 94K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d90179e5-f0a5-4c80-aa12-8395dd043d23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596560, 'registration': 'N9NKT', 'account': 'CAR001', 'make': 'BMW', 'model': 'X1 ESTATE', 'derivative': 'xDrive 20i M Sport 5dr Step Auto', 'mileage': 96368, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-12-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/N9NKT/2026-03-19/image/95af4990-9482-422a-a5bb-e78e435b3fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/38fe8130-75db-4e7c-81fc-46a3d747a194_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/a8b74e5d-2c79-4946-ae9a-368d5c387629_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/b8ed99c3-35be-4716-8c73-a8ed9893bc66_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/0a863608-372a-4099-8eca-4d0a95aa57fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/c81113d9-299a-40da-be9a-b5eb8ae9ac07_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/293efa26-ac10-4c0e-bde6-36670c04ebf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/17fd39cc-ea53-4695-80d3-ed1809d854cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/571d5191-14a3-4460-9727-fa918dd43ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/fa1d50e0-b400-4b26-9638-1fd47fd4432a_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/2280ef45-4f83-4bb7-b069-fc4a8899ba2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/N9NKT/2026-03-19/image/b009c0d9-d59a-4fb8-828c-22c763ea57f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22 70K - 02/24 83K', 'remarks': 'VOSA STATES, 75K, 82K, 88K, 94K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d90179e5-f0a5-4c80-aa12-8395dd043d23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560
2026-03-27 05:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fa13a31-9a58-5d65-bce6-7b7dc5120381, identifier: 120596560
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657830, 'registration': 'ST61MWE', 'account': 'WBA004', 'make': 'MINI', 'model': 'COUNTRYMAN DIESEL HATCHBACK', 'derivative': '2.0 Cooper D ALL4 5dr Auto', 'mileage': 148485, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-01-14', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ST61MWE/2026-03-21/image/0ab27e2e-cadb-4276-9964-2d1e81b8df0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/bb8f1140-1f3d-4c8e-8567-4b3ae1cb65a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/d15b6cbb-ffb3-431e-b390-01701044f48a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/275611c8-63f2-432e-a585-1309dba0c9c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/29882136-18f1-4b1e-8ace-0fd542c6f55e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/62c301aa-13e3-492e-9c84-ab0133fa0576_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/52a367ed-4b0b-4bbb-abb6-f0fc3395d596_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/1d3b7448-42d5-4a09-9c65-05d03f128a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/c365373a-339b-4180-95d6-3a272e58bdf1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/25-145K', 'remarks': 'VOSA STATES 112K, 123K, 134K, 144K, 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': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6104509c-56c6-46da-aaaa-cc13789cb1aa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657830, 'registration': 'ST61MWE', 'account': 'WBA004', 'make': 'MINI', 'model': 'COUNTRYMAN DIESEL HATCHBACK', 'derivative': '2.0 Cooper D ALL4 5dr Auto', 'mileage': 148485, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-01-14', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ST61MWE/2026-03-21/image/0ab27e2e-cadb-4276-9964-2d1e81b8df0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/bb8f1140-1f3d-4c8e-8567-4b3ae1cb65a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/d15b6cbb-ffb3-431e-b390-01701044f48a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/275611c8-63f2-432e-a585-1309dba0c9c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/29882136-18f1-4b1e-8ace-0fd542c6f55e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/62c301aa-13e3-492e-9c84-ab0133fa0576_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/52a367ed-4b0b-4bbb-abb6-f0fc3395d596_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/1d3b7448-42d5-4a09-9c65-05d03f128a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61MWE/2026-03-21/image/c365373a-339b-4180-95d6-3a272e58bdf1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/25-145K', 'remarks': 'VOSA STATES 112K, 123K, 134K, 144K, 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': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6104509c-56c6-46da-aaaa-cc13789cb1aa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830
2026-03-27 05:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc5f3183-a113-5d52-94e5-fb7179236445 with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc5f3183-a113-5d52-94e5-fb7179236445 with scrape type 2
2026-03-27 05:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc5f3183-a113-5d52-94e5-fb7179236445, identifier: 120657830
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 119855237
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 119855237: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120438207
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120438207: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 119641212
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641212%27 HTTP/1.1" 200 None
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 119641212: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120598413
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120598413: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120717264
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120717264: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120098624
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120098624: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120612662
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120612662: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120337279
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120337279: 0
2026-03-27 05:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120099413
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Scrape type for 120099413: 2
2026-03-27 05:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 79256be8-6b23-54ef-b7ee-8ba06bd276c7 with identifier: 120506599
2026-03-27 05:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 79256be8-6b23-54ef-b7ee-8ba06bd276c7 with identifier: 120506599
2026-03-27 05:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 79256be8-6b23-54ef-b7ee-8ba06bd276c7 with identifier: 120506599 to the API
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120506599?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 89,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '79256be8-6b23-54ef-b7ee-8ba06bd276c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP19OSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120506599',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'COROLLA HATCHBACK',
'odometer': 81393,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-03',
'seller_name': 'CarGiant',
'title': 'TOYOTA COROLLA HATCHBACK 2.0 VVT-i Hybrid Design 5dr CVT',
'transmission': 'automatic',
'trim': '2.0 VVT-i Hybrid Design 5dr CVT',
'vin': None,
'year': 2019}
2026-03-27 05:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:32 [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-27 05:01:32 [astonbarclay.gb] INFO: Saving data for 120506599: {'auction_closing_time': 1774888200.0, 'created_time': 1773741728.997549, 'last_price_update_time': 1774587692.997846}
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506599') HTTP/1.1" 204 0
2026-03-27 05:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354
2026-03-27 05:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354
2026-03-27 05:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354 to the API
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649354?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 229,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '4.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '00ebb668-aeca-55c6-a3c5-8079f09ccb4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KE14ZFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649354',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER DIESEL ESTATE',
'odometer': 114944,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-15',
'seller_name': 'Auction Plus',
'title': 'LAND ROVER RANGE ROVER DIESEL ESTATE 4.4 SDV8 Vogue SE 4dr Auto',
'transmission': 'automatic',
'trim': '4.4 SDV8 Vogue SE 4dr Auto',
'vin': None,
'year': 2014}
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649354%27 HTTP/1.1" 200 None
2026-03-27 05:01:33 [astonbarclay.gb] INFO: Saving data for 120649354: {'auction_closing_time': 1774888200.0, 'created_time': 1774033698.922489, 'last_price_update_time': 1774587693.482584}
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649354') HTTP/1.1" 204 0
2026-03-27 05:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560
2026-03-27 05:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560
2026-03-27 05:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560 to the API
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596560?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '6fa13a31-9a58-5d65-bce6-7b7dc5120381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'N9NKT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596560',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X1 ESTATE',
'odometer': 96368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-27',
'seller_name': 'CarGiant',
'title': 'BMW X1 ESTATE xDrive 20i M Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive 20i M Sport 5dr Step Auto',
'vin': None,
'year': 2017}
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:33 [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-27 05:01:33 [astonbarclay.gb] INFO: Saving data for 120596560: {'auction_closing_time': 1774888200.0, 'created_time': 1773931262.087548, 'last_price_update_time': 1774587693.78165}
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596560') HTTP/1.1" 204 0
2026-03-27 05:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830
2026-03-27 05:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830
2026-03-27 05:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830 to the API
2026-03-27 05:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657830?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'fc5f3183-a113-5d52-94e5-fb7179236445',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ST61MWE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657830',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'COUNTRYMAN DIESEL HATCHBACK',
'odometer': 148485,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-14',
'seller_name': 'UKCGR - Trade',
'title': 'MINI COUNTRYMAN DIESEL HATCHBACK 2.0 Cooper D ALL4 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 Cooper D ALL4 5dr Auto',
'vin': None,
'year': 2012}
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Saving data for 120657830: {'auction_closing_time': 1774888200.0, 'created_time': 1774034135.64556, 'last_price_update_time': 1774587694.11589}
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657830') HTTP/1.1" 204 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120588960
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120588960: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120476170
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120476170: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120614685
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120614685%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120614685: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120799641
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120799641%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120799641: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120763986
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120763986: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120674999
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120674999: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120567961
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120567961%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120567961: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120677568
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120677568%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120677568: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120686836
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120686836: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120568299
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120568299%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120568299: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120797261
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120797261: 2
2026-03-27 05:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120406763?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596530?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120404970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120548775?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120643469
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120643469: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120568143
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120568143%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120568143: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120643499
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120643499: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120763578
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120763578: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120476214
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120476214: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120313737
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120313737: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120619150
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120619150: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 118105567
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 118105567: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120796439
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120796439%27 HTTP/1.1" 200 None
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120796439: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120600680
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120600680: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120619091
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120619091: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120623468
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120623468: 0
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120415233
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120415233: 2
2026-03-27 05:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120020047
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 120020047: 2
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Found listing with ID: 119252663
2026-03-27 05:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:34 [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-27 05:01:34 [astonbarclay.gb] INFO: Scrape type for 119252663: 2
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120406763, 'registration': 'FD10RPO', 'account': 'MAN037', 'make': 'PEUGEOT', 'model': '5008 ESTATE', 'derivative': '1.6 THP Exclusive 5dr', 'mileage': 101810, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-06-25', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD10RPO/2026-03-13/image/bc096fd0-cf5e-41fc-928b-2ffa622a71f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/443e61b4-ecf0-4b60-91d4-2d198226e542_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/99e6ec99-1af6-4ecf-8d7e-f889c145c3c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/aba81349-f8a4-4108-bc5b-998d836af248_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/94621f51-5a52-43ec-8709-820e1ac12632_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/f57604cb-d255-48b0-9a13-7b23680cc664_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/7e045519-a0df-46ba-9e31-157a43d4bfbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/691e5758-beb2-4121-a4a7-767482eb2170_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/7de4b2bd-543d-4470-8c2e-3c9364acc02f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/14-50K, 06/15-54K, 06/16-58K, 06/17-63K, 06/18-68K', 'remarks': 'VOSA STATES 83k, 86k, 91k, 97k', 'virtual': False, 'seller': 'Manamanx Ltd', '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/1d389be9-eb29-4e52-ac40-58f5da623aa7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120406763, 'registration': 'FD10RPO', 'account': 'MAN037', 'make': 'PEUGEOT', 'model': '5008 ESTATE', 'derivative': '1.6 THP Exclusive 5dr', 'mileage': 101810, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-06-25', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD10RPO/2026-03-13/image/bc096fd0-cf5e-41fc-928b-2ffa622a71f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/443e61b4-ecf0-4b60-91d4-2d198226e542_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/99e6ec99-1af6-4ecf-8d7e-f889c145c3c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/aba81349-f8a4-4108-bc5b-998d836af248_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/94621f51-5a52-43ec-8709-820e1ac12632_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/f57604cb-d255-48b0-9a13-7b23680cc664_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/7e045519-a0df-46ba-9e31-157a43d4bfbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/691e5758-beb2-4121-a4a7-767482eb2170_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD10RPO/2026-03-13/image/7de4b2bd-543d-4470-8c2e-3c9364acc02f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/14-50K, 06/15-54K, 06/16-58K, 06/17-63K, 06/18-68K', 'remarks': 'VOSA STATES 83k, 86k, 91k, 97k', 'virtual': False, 'seller': 'Manamanx Ltd', '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/1d389be9-eb29-4e52-ac40-58f5da623aa7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763
2026-03-27 05:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfeeaa9a-7ce7-5960-af91-a34ef694d38b with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfeeaa9a-7ce7-5960-af91-a34ef694d38b with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dfeeaa9a-7ce7-5960-af91-a34ef694d38b, identifier: 120406763
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596530, 'registration': 'KV09ZFP', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Avantgarde SE 5dr CVT Auto', 'mileage': 97931, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-04-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-27', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/44d892f5-fac7-4d71-87c7-9b1e740266ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/10426ed7-cf2d-4b70-9e95-705ef34d03cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/05ca942b-a8da-430c-9c9c-05d249375ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/2c55ed5a-0f08-4f13-a21c-2f55325e087e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/1ee57c4f-d958-40e9-80d6-415642c48b60_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/e367316c-31a1-43d3-be8c-5c1a8dbf2860_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 85K - 90K - 93K - 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/283b4a10-f978-458c-a708-2d9bd61242f8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596530, 'registration': 'KV09ZFP', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Avantgarde SE 5dr CVT Auto', 'mileage': 97931, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-04-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-27', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/44d892f5-fac7-4d71-87c7-9b1e740266ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/10426ed7-cf2d-4b70-9e95-705ef34d03cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/05ca942b-a8da-430c-9c9c-05d249375ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/2c55ed5a-0f08-4f13-a21c-2f55325e087e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/1ee57c4f-d958-40e9-80d6-415642c48b60_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV09ZFP/2026-03-19/image/e367316c-31a1-43d3-be8c-5c1a8dbf2860_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 85K - 90K - 93K - 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/283b4a10-f978-458c-a708-2d9bd61242f8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530
2026-03-27 05:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02245c67-b849-513f-bc8a-98c1b4a65617 with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02245c67-b849-513f-bc8a-98c1b4a65617 with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02245c67-b849-513f-bc8a-98c1b4a65617, identifier: 120596530
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120404970, 'registration': 'DT15AVF', 'account': 'BA-628', 'make': 'SKODA', 'model': 'FABIA DIESEL HATCHBACK', 'derivative': '1.4 TDI SE 5dr', 'mileage': 104047, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-21', 'fuel': 'Diesel', 'motExpiry': '2025-05-30', 'doors': 5, 'engineSize': 1422, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DT15AVF/2026-03-12/image/0e1e675b-18fd-489e-a3cf-82e0315ae0dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/690c0401-93c4-4bfe-b236-cb22344699bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/cd77cdee-fb41-4fb5-8f66-188250e9fc57_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/68df2be4-8e1a-438f-b006-1149c592fb36_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/299a21fd-938d-4491-aa16-26a59c60ac90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/b92eb27e-bcb5-4db1-9772-018de2080ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/63877437-b25f-4c79-834e-4ad80a75309e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/f50548aa-ab2a-4f8c-bd24-b5e91b1b786c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/16-3K, 06/17-14K, 07/19-54K, 06/20-70K, 02/24-??', 'remarks': 'VOSA STATES 71K, 86K, 97K, 101K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5a78cbcf-033e-4950-b6b7-fb47fbeec681.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120404970, 'registration': 'DT15AVF', 'account': 'BA-628', 'make': 'SKODA', 'model': 'FABIA DIESEL HATCHBACK', 'derivative': '1.4 TDI SE 5dr', 'mileage': 104047, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-21', 'fuel': 'Diesel', 'motExpiry': '2025-05-30', 'doors': 5, 'engineSize': 1422, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DT15AVF/2026-03-12/image/0e1e675b-18fd-489e-a3cf-82e0315ae0dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/690c0401-93c4-4bfe-b236-cb22344699bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/cd77cdee-fb41-4fb5-8f66-188250e9fc57_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/68df2be4-8e1a-438f-b006-1149c592fb36_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/299a21fd-938d-4491-aa16-26a59c60ac90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/b92eb27e-bcb5-4db1-9772-018de2080ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/63877437-b25f-4c79-834e-4ad80a75309e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT15AVF/2026-03-12/image/f50548aa-ab2a-4f8c-bd24-b5e91b1b786c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/16-3K, 06/17-14K, 07/19-54K, 06/20-70K, 02/24-??', 'remarks': 'VOSA STATES 71K, 86K, 97K, 101K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5a78cbcf-033e-4950-b6b7-fb47fbeec681.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970
2026-03-27 05:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31, identifier: 120404970
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120548775, 'registration': 'BD68TYU', 'account': 'ALL023', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.6 PureTech 180 Allure 5dr EAT8', 'mileage': 63923, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1030, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BD68TYU/2026-03-23/image/818ae7a6-fc90-431c-a8de-e13c2279d55a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/59ab8306-61cc-4157-92de-38a9a465f04b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/f59a8214-383d-403a-9304-8ef4b6ac077b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/b9a0cda5-88e1-4e7c-8dd5-ad34221bd87b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/65ed6bdc-03c2-432c-bd2e-0af2a965c732_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/6da4681b-5fd9-4369-8684-87ffc24a9f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/583140b5-03ab-4bd9-9898-e9cc5c07fe0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/00a429a7-6408-4b4a-97c4-fa6856ffb0cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/fb4a0a72-db6e-43c0-be58-8de9f81fd68f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 1K - 11/20 4K - 12/21 9K - 12/22 17K - 02/23 31K - 12/25 60K', 'remarks': 'VOSA STATES, 17K, 31K, 45K, 60K - 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/897ef879-f171-44a2-8ed4-5589c9402d06.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120548775, 'registration': 'BD68TYU', 'account': 'ALL023', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.6 PureTech 180 Allure 5dr EAT8', 'mileage': 63923, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1030, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BD68TYU/2026-03-23/image/818ae7a6-fc90-431c-a8de-e13c2279d55a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/59ab8306-61cc-4157-92de-38a9a465f04b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/f59a8214-383d-403a-9304-8ef4b6ac077b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/b9a0cda5-88e1-4e7c-8dd5-ad34221bd87b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/65ed6bdc-03c2-432c-bd2e-0af2a965c732_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/6da4681b-5fd9-4369-8684-87ffc24a9f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/583140b5-03ab-4bd9-9898-e9cc5c07fe0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/00a429a7-6408-4b4a-97c4-fa6856ffb0cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD68TYU/2026-03-23/image/fb4a0a72-db6e-43c0-be58-8de9f81fd68f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 1K - 11/20 4K - 12/21 9K - 12/22 17K - 02/23 31K - 12/25 60K', 'remarks': 'VOSA STATES, 17K, 31K, 45K, 60K - 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/897ef879-f171-44a2-8ed4-5589c9402d06.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775
2026-03-27 05:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69b454b3-81c5-5686-b320-d2f631d22a2f with scrape type 2
2026-03-27 05:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69b454b3-81c5-5686-b320-d2f631d22a2f with scrape type 2
2026-03-27 05:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 69b454b3-81c5-5686-b320-d2f631d22a2f, identifier: 120548775
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120763511
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120763511: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120623928
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623928%27 HTTP/1.1" 200 None
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120623928: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120598564
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120598564: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120654469
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120654469: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120297093
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120297093: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 119140877
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 119140877: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120684601
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120684601: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 120828394
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828394%27 HTTP/1.1" 200 None
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 120828394: 0
2026-03-27 05:01:35 [astonbarclay.gb] INFO: Found listing with ID: 118453640
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Scrape type for 118453640: 2
2026-03-27 05:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763
2026-03-27 05:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763
2026-03-27 05:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763 to the API
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120406763?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'dfeeaa9a-7ce7-5960-af91-a34ef694d38b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FD10RPO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120406763',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '5008 ESTATE',
'odometer': 101810,
'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': 'Manamanx Ltd',
'title': 'PEUGEOT 5008 ESTATE 1.6 THP Exclusive 5dr',
'transmission': 'manual',
'trim': '1.6 THP Exclusive 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Saving data for 120406763: {'auction_closing_time': 1774888200.0, 'created_time': 1773403433.689038, 'last_price_update_time': 1774587695.445703}
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406763') HTTP/1.1" 204 0
2026-03-27 05:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530
2026-03-27 05:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530
2026-03-27 05:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530 to the API
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596530?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '02245c67-b849-513f-bc8a-98c1b4a65617',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV09ZFP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596530',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 97931,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-27',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A150 Avantgarde SE 5dr CVT Auto',
'transmission': 'automatic',
'trim': 'A150 Avantgarde SE 5dr CVT Auto',
'vin': None,
'year': 2009}
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [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-27 05:01:35 [astonbarclay.gb] INFO: Saving data for 120596530: {'auction_closing_time': 1774888200.0, 'created_time': 1773931509.689931, 'last_price_update_time': 1774587695.818213}
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596530') HTTP/1.1" 204 0
2026-03-27 05:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970
2026-03-27 05:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970
2026-03-27 05:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970 to the API
2026-03-27 05:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120404970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '40f237c4-8a1b-5f34-8e18-6295c9ed7b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DT15AVF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120404970',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'FABIA DIESEL HATCHBACK',
'odometer': 104047,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-21',
'seller_name': 'Auction Plus',
'title': 'SKODA FABIA DIESEL HATCHBACK 1.4 TDI SE 5dr',
'transmission': 'manual',
'trim': '1.4 TDI SE 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404970%27 HTTP/1.1" 200 None
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Saving data for 120404970: {'auction_closing_time': 1774888200.0, 'created_time': 1773402234.174612, 'last_price_update_time': 1774587696.181797}
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120404970') HTTP/1.1" 204 0
2026-03-27 05:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775
2026-03-27 05:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775
2026-03-27 05:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775 to the API
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120548775?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '69b454b3-81c5-5686-b320-d2f631d22a2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BD68TYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120548775',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 63923,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-28',
'seller_name': 'SMC GROUP',
'title': 'PEUGEOT 3008 ESTATE 1.6 PureTech 180 Allure 5dr EAT8',
'transmission': 'automatic',
'trim': '1.6 PureTech 180 Allure 5dr EAT8',
'vin': None,
'year': 2018}
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120548775%27 HTTP/1.1" 200 None
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Saving data for 120548775: {'auction_closing_time': 1774861200.0, 'created_time': 1774033625.82115, 'last_price_update_time': 1774587696.530474}
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120548775') HTTP/1.1" 204 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120752694
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120752694: 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120632405
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120632405: 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120616160
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120616160: 2
2026-03-27 05:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120573323?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120606319?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118845719?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654349?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120476160
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120476160: 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120715097
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120715097: 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120693399
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120693399: 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 119920282
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 119920282: 2
2026-03-27 05:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120674953
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120674953: 0
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120253498
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120253498: 2
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Found listing with ID: 120258041
2026-03-27 05:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:36 [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-27 05:01:36 [astonbarclay.gb] INFO: Scrape type for 120258041: 2
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120573323, 'registration': 'EO05JPU', 'account': 'TR', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.6 S FSI 5dr Auto [AC]', 'mileage': 82722, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO05JPU/2026-03-19/image/4d3d344b-e234-45d8-b8f2-2412f2a298e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/e3ae1bdb-2f7e-4d75-b1ff-f460aaa5e24d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/a96ccded-44f7-4e63-8c2f-764d2bf6b86e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/c98cbe07-db95-434f-9fe2-9551fc96a3c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/d9085173-b3ec-4ec8-8a9e-8576b1fab187_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/0bdd43d1-4c81-487a-94bb-0cc9528e8b45_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05-07-9k, 12/08-15k, 02/11-23k, 02/12-26k, 02/13-28k, 02/14-29k, 02/15-38k, 02/16-42k, 02/17-52k, 02/18-62k, 02/19-66K, 02/21-67K, 02/22-68K, 02/23-70', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair SPARE KEY IN OFFICE, VOSA STATES 70K,73K,77K,82K', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120573323, 'registration': 'EO05JPU', 'account': 'TR', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.6 S FSI 5dr Auto [AC]', 'mileage': 82722, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO05JPU/2026-03-19/image/4d3d344b-e234-45d8-b8f2-2412f2a298e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/e3ae1bdb-2f7e-4d75-b1ff-f460aaa5e24d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/a96ccded-44f7-4e63-8c2f-764d2bf6b86e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/c98cbe07-db95-434f-9fe2-9551fc96a3c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/d9085173-b3ec-4ec8-8a9e-8576b1fab187_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO05JPU/2026-03-19/image/0bdd43d1-4c81-487a-94bb-0cc9528e8b45_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05-07-9k, 12/08-15k, 02/11-23k, 02/12-26k, 02/13-28k, 02/14-29k, 02/15-38k, 02/16-42k, 02/17-52k, 02/18-62k, 02/19-66K, 02/21-67K, 02/22-68K, 02/23-70', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair SPARE KEY IN OFFICE, VOSA STATES 70K,73K,77K,82K', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323
2026-03-27 05:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fb4289c-fb62-5f6d-9c32-1173387ff81a with scrape type 2
2026-03-27 05:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fb4289c-fb62-5f6d-9c32-1173387ff81a with scrape type 2
2026-03-27 05:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3fb4289c-fb62-5f6d-9c32-1173387ff81a, identifier: 120573323
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120606319, 'registration': 'MA16FYR', 'account': 'BA-628', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr EDC', 'mileage': 163614, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-05-15', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA16FYR/2026-03-19/image/7ccbc7a7-ccb0-4ee9-b1d5-fde68e8c9b71_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/e50334e5-3691-4b5d-a732-753a76eb2448_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/9e616fe6-0589-47ba-af4e-4213f3724da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/a7eebb00-22d1-4628-ae01-2ebaa47282d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/3b86417c-163d-48cd-8f41-39b9a1a5e275_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/daa39c69-9dd7-4712-8b84-776688795602_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/815d29fa-540a-44db-846d-b1da07220bb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/80542163-2eaa-4ee6-959b-2b3752931d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/d66356c8-85c1-4edb-a941-6fb89ddf3fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/fb30fd46-e10a-4e83-80bb-0486675d10f9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17-9K, 05/18-24K, 06/19-38K, 09/20-54K, 08/21-72K, 03/22-88K, 09/22-105K, 05/23-120K, 11/23-134K', 'remarks': 'Ex-Private Hire, VOSA STATES 142K, 150K, 150K, 156K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', '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/8d45bae7-0701-4b04-a044-bcdf8aee58e3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120606319, 'registration': 'MA16FYR', 'account': 'BA-628', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr EDC', 'mileage': 163614, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-05-15', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA16FYR/2026-03-19/image/7ccbc7a7-ccb0-4ee9-b1d5-fde68e8c9b71_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/e50334e5-3691-4b5d-a732-753a76eb2448_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/9e616fe6-0589-47ba-af4e-4213f3724da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/a7eebb00-22d1-4628-ae01-2ebaa47282d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/3b86417c-163d-48cd-8f41-39b9a1a5e275_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/daa39c69-9dd7-4712-8b84-776688795602_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/815d29fa-540a-44db-846d-b1da07220bb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/80542163-2eaa-4ee6-959b-2b3752931d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/d66356c8-85c1-4edb-a941-6fb89ddf3fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA16FYR/2026-03-19/image/fb30fd46-e10a-4e83-80bb-0486675d10f9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17-9K, 05/18-24K, 06/19-38K, 09/20-54K, 08/21-72K, 03/22-88K, 09/22-105K, 05/23-120K, 11/23-134K', 'remarks': 'Ex-Private Hire, VOSA STATES 142K, 150K, 150K, 156K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', '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/8d45bae7-0701-4b04-a044-bcdf8aee58e3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319
2026-03-27 05:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1118690e-81ee-57a8-8672-b14331de328b with scrape type 2
2026-03-27 05:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1118690e-81ee-57a8-8672-b14331de328b with scrape type 2
2026-03-27 05:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1118690e-81ee-57a8-8672-b14331de328b, identifier: 120606319
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118845719, 'registration': 'ML15OGO', 'account': 'SUN001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec+ 5dr', 'mileage': 67329, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML15OGO/2026-02-14/image/60865f15-725e-4e2c-9d49-29318a887e99_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/885bd41c-a950-4c8d-8f23-e6705d63f1cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/f42915ee-e660-4331-add4-220caa7a07d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/b90ab44f-7fda-48ed-9e52-e169f9ad097e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/86c0fd80-190d-421b-afc9-375700b9a578_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/e00826d1-445d-4b2d-b6fd-f66f8fde0b5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/07c21c1f-8f99-4cc7-8530-6179700fcf5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/027732db-56b9-469e-aa03-223da698d191_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/c92751c2-a4b6-4ac0-884b-83d15e54f85d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/c0eafa0a-7901-4ee0-b1bd-87153c29ea6f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/16 8K- 05/17 17K- 01/18 22K- 02/19 26K - 02/20 31K- 02/22 37K- 02/23 41K-', 'remarks': 'VOSA STATES, 37K, 41K, 48K, 59K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': None, '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/c3356721-273e-4782-8e08-34e74c99ea9e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118845719, 'registration': 'ML15OGO', 'account': 'SUN001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec+ 5dr', 'mileage': 67329, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML15OGO/2026-02-14/image/60865f15-725e-4e2c-9d49-29318a887e99_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/885bd41c-a950-4c8d-8f23-e6705d63f1cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/f42915ee-e660-4331-add4-220caa7a07d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/b90ab44f-7fda-48ed-9e52-e169f9ad097e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/86c0fd80-190d-421b-afc9-375700b9a578_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/e00826d1-445d-4b2d-b6fd-f66f8fde0b5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/07c21c1f-8f99-4cc7-8530-6179700fcf5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/027732db-56b9-469e-aa03-223da698d191_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/c92751c2-a4b6-4ac0-884b-83d15e54f85d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML15OGO/2026-02-14/image/c0eafa0a-7901-4ee0-b1bd-87153c29ea6f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/16 8K- 05/17 17K- 01/18 22K- 02/19 26K - 02/20 31K- 02/22 37K- 02/23 41K-', 'remarks': 'VOSA STATES, 37K, 41K, 48K, 59K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': None, '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/c3356721-273e-4782-8e08-34e74c99ea9e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719
2026-03-27 05:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with scrape type 2
2026-03-27 05:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with scrape type 2
2026-03-27 05:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddd506b8-ae3b-5e3f-860a-4c8b227497a4, identifier: 118845719
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120654349, 'registration': 'GM19USL', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EVO SE Tech Edition 5dr', 'mileage': 104151, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GM19USL/2026-03-20/image/f6c23da0-d380-4635-8523-fe1ac12b3aa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/3621f9bf-72a2-4b2f-8b8e-eafbaada679e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/021e620f-06d4-4c97-9e6e-e680288a6760_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/e3255e56-8f61-4473-be76-ee791f8fc685_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/e87a8cfa-45cf-4125-85ba-888388a7ab23_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/465da882-525e-4878-a442-9bd885e94fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/8b0ebec4-43e4-4783-8327-d4e3ec45dc8e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 49K, 64K, 93K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', '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/0f8f5309-b6da-4799-be69-d93a3b37d4c4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120654349, 'registration': 'GM19USL', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EVO SE Tech Edition 5dr', 'mileage': 104151, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GM19USL/2026-03-20/image/f6c23da0-d380-4635-8523-fe1ac12b3aa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/3621f9bf-72a2-4b2f-8b8e-eafbaada679e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/021e620f-06d4-4c97-9e6e-e680288a6760_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/e3255e56-8f61-4473-be76-ee791f8fc685_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/e87a8cfa-45cf-4125-85ba-888388a7ab23_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/465da882-525e-4878-a442-9bd885e94fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM19USL/2026-03-20/image/8b0ebec4-43e4-4783-8327-d4e3ec45dc8e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 49K, 64K, 93K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', '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/0f8f5309-b6da-4799-be69-d93a3b37d4c4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349
2026-03-27 05:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b653d33-a653-5a46-b032-af5908b6aaec with scrape type 2
2026-03-27 05:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b653d33-a653-5a46-b032-af5908b6aaec with scrape type 2
2026-03-27 05:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b653d33-a653-5a46-b032-af5908b6aaec, identifier: 120654349
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120574476
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:37 [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-27 05:01:37 [astonbarclay.gb] INFO: Scrape type for 120574476: 0
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120586010
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:37 [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-27 05:01:37 [astonbarclay.gb] INFO: Scrape type for 120586010: 0
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120826263
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826263%27 HTTP/1.1" 200 None
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Scrape type for 120826263: 0
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120654534
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:37 [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-27 05:01:37 [astonbarclay.gb] INFO: Scrape type for 120654534: 2
2026-03-27 05:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323
2026-03-27 05:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323
2026-03-27 05:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323 to the API
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120573323?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 175,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3fb4289c-fb62-5f6d-9c32-1173387ff81a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO05JPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120573323',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 82722,
'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': None,
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.6 S FSI 5dr Auto [AC]',
'transmission': 'automatic',
'trim': '1.6 S FSI 5dr Auto [AC]',
'vin': None,
'year': 2005}
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120573323%27 HTTP/1.1" 200 None
2026-03-27 05:01:37 [astonbarclay.gb] INFO: Saving data for 120573323: {'auction_closing_time': 1774888200.0, 'created_time': 1773863250.624371, 'last_price_update_time': 1774587697.552307}
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120573323') HTTP/1.1" 204 0
2026-03-27 05:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319
2026-03-27 05:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319
2026-03-27 05:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319 to the API
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120606319?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-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '1118690e-81ee-57a8-8672-b14331de328b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA16FYR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120606319',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 163614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-13',
'seller_name': 'Auction Plus',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr EDC',
'transmission': 'automatic',
'trim': '1.5 dCi Dynamique Nav 5dr EDC',
'vin': None,
'year': 2016}
2026-03-27 05:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606319%27 HTTP/1.1" 200 None
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Saving data for 120606319: {'auction_closing_time': 1774888200.0, 'created_time': 1773928389.567935, 'last_price_update_time': 1774587698.007027}
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606319') HTTP/1.1" 204 0
2026-03-27 05:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719
2026-03-27 05:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719
2026-03-27 05:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719 to the API
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118845719?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ddd506b8-ae3b-5e3f-860a-4c8b227497a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML15OGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118845719',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 67329,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': None,
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Tec+ 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Tec+ 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118845719%27 HTTP/1.1" 200 None
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Saving data for 118845719: {'auction_closing_time': 1774888200.0, 'created_time': 1773403472.238379, 'last_price_update_time': 1774587698.48707}
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118845719') HTTP/1.1" 204 0
2026-03-27 05:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349
2026-03-27 05:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349
2026-03-27 05:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349 to the API
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654349?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-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4b653d33-a653-5a46-b032-af5908b6aaec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GM19USL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654349',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK SPECIAL EDITIONS',
'odometer': 104151,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-28',
'seller_name': 'Manamanx Ltd',
'title': 'VOLKSWAGEN POLO HATCHBACK SPECIAL EDITIONS 1.0 EVO SE Tech Edition '
'5dr',
'transmission': 'manual',
'trim': '1.0 EVO SE Tech Edition 5dr',
'vin': None,
'year': 2019}
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Saving data for 120654349: {'auction_closing_time': 1774612800.0, 'created_time': 1774034124.992674, 'last_price_update_time': 1774587698.777466}
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654349') HTTP/1.1" 204 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120591190
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120591190: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120599433
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120599433: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120502714
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120502714: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120631698
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120631698: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 119971941
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 119971941: 2
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120526347
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120526347: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120257231
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120257231: 2
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120806300
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120806300%27 HTTP/1.1" 200 None
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120806300: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120643521
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120643521: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120256989
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120256989: 2
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120223236
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:38 [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-27 05:01:38 [astonbarclay.gb] INFO: Scrape type for 120223236: 0
2026-03-27 05:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120379756
2026-03-27 05:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120379756: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120829409
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829409%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120829409: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120693178
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120693178: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120690364
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01: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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120690364: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120673681
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120673681: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120826161
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826161%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120826161: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120682131
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120682131: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120657755
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120657755: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120629963
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120629963: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120674944
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120674944: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120735340
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120735340: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120807606
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120807606%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120807606: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120823455
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120823455%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120823455: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120815805
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120815805%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120815805: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120798777
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120798777: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120762830
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120762830: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120833447
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120833447%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120833447: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120642269
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120642269: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120780001
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120780001: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120766889
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120766889: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120686052
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120686052: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120691186
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120691186: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120722644
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120722644: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120368220
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120368220: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120686669
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120686669: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120765714
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120765714: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120693859
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120693859: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120694262
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120694262: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120730333
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120730333: 2
2026-03-27 05:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120439927?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120746884
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120746884: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120732811
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120732811: 2
2026-03-27 05:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120784658
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120784658: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120714103
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120714103: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120649181
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120649181: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120804701
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120804701%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120804701: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120714267
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120714267: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120820008
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120820008%27 HTTP/1.1" 200 None
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120820008: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120468770
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120468770: 2
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120482947
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120482947: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120535728
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120535728: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120745996
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120745996: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120603430
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120603430: 2
2026-03-27 05:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595642?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120439927, 'registration': 'SC14FHP', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta [Smart Vision Pack] 5dr', 'mileage': 80275, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-06-09', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC14FHP/2026-03-14/image/25279b4b-f0c3-4957-800d-5dd59b6d15aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/6e98e58f-7f65-4164-b6db-4d7919978050_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/d4482b24-bf79-4ebf-883d-25102c96d935_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/0e9953cc-fe19-48c3-b217-7eb8ca5d0379_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/7b303580-4e54-420d-b9d5-a1cdb48a123b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/2d74e4de-5d22-413d-8e72-0a7727a746a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/63901d51-80da-4d56-b49c-c087b620dfa8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/16-7K, 06/17-11K, 06/18-22K, 03/19-29K, 10/20-43K, 09/23-69K', 'remarks': 'VOSA STATES - 56K, 65K, 69K, 74K, 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/827310b5-f3d5-4e2f-8d3d-6a2b5248fd9c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120439927, 'registration': 'SC14FHP', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta [Smart Vision Pack] 5dr', 'mileage': 80275, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-06-09', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC14FHP/2026-03-14/image/25279b4b-f0c3-4957-800d-5dd59b6d15aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/6e98e58f-7f65-4164-b6db-4d7919978050_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/d4482b24-bf79-4ebf-883d-25102c96d935_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/0e9953cc-fe19-48c3-b217-7eb8ca5d0379_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/7b303580-4e54-420d-b9d5-a1cdb48a123b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/2d74e4de-5d22-413d-8e72-0a7727a746a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC14FHP/2026-03-14/image/63901d51-80da-4d56-b49c-c087b620dfa8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/16-7K, 06/17-11K, 06/18-22K, 03/19-29K, 10/20-43K, 09/23-69K', 'remarks': 'VOSA STATES - 56K, 65K, 69K, 74K, 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/827310b5-f3d5-4e2f-8d3d-6a2b5248fd9c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927
2026-03-27 05:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9b1c34b-23c9-5837-9dea-6176f91d199a with scrape type 2
2026-03-27 05:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9b1c34b-23c9-5837-9dea-6176f91d199a with scrape type 2
2026-03-27 05:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9b1c34b-23c9-5837-9dea-6176f91d199a, identifier: 120439927
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120638250
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120638250: 0
2026-03-27 05:01:39 [astonbarclay.gb] INFO: Found listing with ID: 120675722
2026-03-27 05:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:39 [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-27 05:01:39 [astonbarclay.gb] INFO: Scrape type for 120675722: 2
2026-03-27 05:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927
2026-03-27 05:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927
2026-03-27 05:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927 to the API
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120439927?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'f9b1c34b-23c9-5837-9dea-6176f91d199a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SC14FHP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120439927',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 80275,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-09',
'seller_name': 'Manamanx Ltd',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi Acenta [Smart Vision Pack] '
'5dr',
'transmission': 'manual',
'trim': '1.5 dCi Acenta [Smart Vision Pack] 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [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-27 05:01:40 [astonbarclay.gb] INFO: Saving data for 120439927: {'auction_closing_time': 1774888200.0, 'created_time': 1773406860.576943, 'last_price_update_time': 1774587700.284296}
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120439927') HTTP/1.1" 204 0
2026-03-27 05:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120417765
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [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-27 05:01:40 [astonbarclay.gb] INFO: Scrape type for 120417765: 2
2026-03-27 05:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586865?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586845?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797674?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595651?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120506878?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120747915?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120674696
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [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-27 05:01:40 [astonbarclay.gb] INFO: Scrape type for 120674696: 2
2026-03-27 05:01:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595642, 'registration': 'MK16WDP', 'account': 'ALL053', 'make': 'BMW', 'model': 'X1 DIESEL ESTATE', 'derivative': 'xDrive 20d M Sport 5dr Step Auto', 'mileage': 107038, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-03-04', 'fuel': 'Diesel', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK16WDP/2026-03-25/image/70d174a1-8dfa-4736-a0d6-24986a2ca8cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/cc473a9a-1a30-4f56-9d8d-94ba836ff1a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/f020bf5d-9514-4896-9acf-b59c8148217c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/770fb4ce-ee7a-4f72-96ca-f267434b4aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/87436ce8-c434-47a8-be6c-b4114b0ac2f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/ca767080-3cb1-4f2a-88d3-e4c0eaf15c93_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/c62d1483-9203-44e8-8c83-9d710926f41e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/1efb9c67-e59c-4fe7-905b-2881b087d2f2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2d2f1c02-3f7b-46c0-a68c-3d61f52c6894.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595642, 'registration': 'MK16WDP', 'account': 'ALL053', 'make': 'BMW', 'model': 'X1 DIESEL ESTATE', 'derivative': 'xDrive 20d M Sport 5dr Step Auto', 'mileage': 107038, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-03-04', 'fuel': 'Diesel', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK16WDP/2026-03-25/image/70d174a1-8dfa-4736-a0d6-24986a2ca8cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/cc473a9a-1a30-4f56-9d8d-94ba836ff1a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/f020bf5d-9514-4896-9acf-b59c8148217c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/770fb4ce-ee7a-4f72-96ca-f267434b4aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/87436ce8-c434-47a8-be6c-b4114b0ac2f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/ca767080-3cb1-4f2a-88d3-e4c0eaf15c93_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/c62d1483-9203-44e8-8c83-9d710926f41e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK16WDP/2026-03-25/image/1efb9c67-e59c-4fe7-905b-2881b087d2f2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2d2f1c02-3f7b-46c0-a68c-3d61f52c6894.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b86bfdcc-eade-5ba3-b2aa-8049efff7ceb with identifier: 120595642
2026-03-27 05:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b86bfdcc-eade-5ba3-b2aa-8049efff7ceb with scrape type 2
2026-03-27 05:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b86bfdcc-eade-5ba3-b2aa-8049efff7ceb with scrape type 2
2026-03-27 05:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b86bfdcc-eade-5ba3-b2aa-8049efff7ceb, identifier: 120595642
2026-03-27 05:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b86bfdcc-eade-5ba3-b2aa-8049efff7ceb with identifier: 120595642
2026-03-27 05:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b86bfdcc-eade-5ba3-b2aa-8049efff7ceb with identifier: 120595642
2026-03-27 05:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b86bfdcc-eade-5ba3-b2aa-8049efff7ceb with identifier: 120595642 to the API
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595642?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'b86bfdcc-eade-5ba3-b2aa-8049efff7ceb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK16WDP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595642',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X1 DIESEL ESTATE',
'odometer': 107038,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-04',
'seller_name': 'Allen Ford Bletchley',
'title': 'BMW X1 DIESEL ESTATE xDrive 20d M Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive 20d M Sport 5dr Step Auto',
'vin': None,
'year': 2016}
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [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-27 05:01:40 [astonbarclay.gb] INFO: Saving data for 120595642: {'auction_closing_time': 1774888200.0, 'created_time': 1774379092.35436, 'last_price_update_time': 1774587700.880478}
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595642') HTTP/1.1" 204 0
2026-03-27 05:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120673292
2026-03-27 05:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:40 [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-27 05:01:40 [astonbarclay.gb] INFO: Scrape type for 120673292: 2
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120714111
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714111%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120714111: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120466643
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120466643%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120466643: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120718931
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120718931%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120718931: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120696015
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696015%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120696015: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120828158
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828158%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120828158: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120542922
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120542922%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120542922: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120766205
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120766205%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120766205: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120467224
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120467224%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120467224: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120651328
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120651328%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120651328: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120717471
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120717471%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120717471: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120733148
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733148%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120733148: 2
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586865, 'registration': 'EK63NGO', 'account': 'PAR023', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr CVT', 'mileage': 79647, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-10-20', 'fuel': 'Petrol', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK63NGO/2026-03-21/image/2a578ff0-d2d4-40a6-a04b-6ae7969f16fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/b1b49a41-ec86-4362-a537-529c325b2c6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/3ca08c26-0f28-4471-b65c-39a3b1b80a75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/13f32571-f754-4e9b-bda7-8937dcf2e2db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/09699ffd-1d50-4978-95e1-90d58f8012de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/80bed43a-6532-46db-939b-ce3bbe3f3a95_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/c126f0d5-c833-4fed-86f7-79eaab8d0563_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 58K, 66K, 71K, 77, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a576b8e8-e029-43b2-8ba5-61c4fab66b11.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586865, 'registration': 'EK63NGO', 'account': 'PAR023', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr CVT', 'mileage': 79647, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-10-20', 'fuel': 'Petrol', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK63NGO/2026-03-21/image/2a578ff0-d2d4-40a6-a04b-6ae7969f16fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/b1b49a41-ec86-4362-a537-529c325b2c6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/3ca08c26-0f28-4471-b65c-39a3b1b80a75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/13f32571-f754-4e9b-bda7-8937dcf2e2db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/09699ffd-1d50-4978-95e1-90d58f8012de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/80bed43a-6532-46db-939b-ce3bbe3f3a95_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK63NGO/2026-03-21/image/c126f0d5-c833-4fed-86f7-79eaab8d0563_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 58K, 66K, 71K, 77, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a576b8e8-e029-43b2-8ba5-61c4fab66b11.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865
2026-03-27 05:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811c353a-6842-5069-9c86-08dd1b033706 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811c353a-6842-5069-9c86-08dd1b033706 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 811c353a-6842-5069-9c86-08dd1b033706, identifier: 120586865
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586845, 'registration': 'EO10FWX', 'account': 'PAR023', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 104413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO10FWX/2026-03-23/image/92eb0644-72f5-43b5-9c6d-58d1785846d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/743abf54-d21e-4d67-be25-3b98096df8e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/d5b6bc45-e051-4b7d-8239-1ebe3f7d0f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/df9faa61-3925-42a3-90a1-46852f07cc10_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/b21d245f-b38f-4ae5-8709-09e69f5610e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/342dc602-0206-43a0-86c3-ce1eeffd6fa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/344770d3-bce7-4618-b8d7-ecd6383fda21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/89025343-7230-4fe0-af7e-a39c2fb066cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/6d70a617-1f43-434e-8569-93c1b6bad63c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11-5K, 03/14-21K, 03/15-27K, 03/16-31K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 78K, 87K, 96K, 104K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be913ce6-0739-440b-9732-9617d117d17d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586845, 'registration': 'EO10FWX', 'account': 'PAR023', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 104413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO10FWX/2026-03-23/image/92eb0644-72f5-43b5-9c6d-58d1785846d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/743abf54-d21e-4d67-be25-3b98096df8e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/d5b6bc45-e051-4b7d-8239-1ebe3f7d0f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/df9faa61-3925-42a3-90a1-46852f07cc10_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/b21d245f-b38f-4ae5-8709-09e69f5610e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/342dc602-0206-43a0-86c3-ce1eeffd6fa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/344770d3-bce7-4618-b8d7-ecd6383fda21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/89025343-7230-4fe0-af7e-a39c2fb066cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO10FWX/2026-03-23/image/6d70a617-1f43-434e-8569-93c1b6bad63c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11-5K, 03/14-21K, 03/15-27K, 03/16-31K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 78K, 87K, 96K, 104K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be913ce6-0739-440b-9732-9617d117d17d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845
2026-03-27 05:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5b6ce892-58bf-5f15-971c-07c1f46ffef6, identifier: 120586845
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797674, 'registration': 'WV54UZN', 'account': 'MAN037', 'make': 'SEAT', 'model': 'AROSA HATCHBACK', 'derivative': '1.0 S 3dr', 'mileage': 109323, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2004-11-19', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WV54UZN/2026-03-26/image/74c679b1-576d-4292-9ce5-343a8dddb59b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/d5b62c11-0336-45e4-a295-68bf4b60f3ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/208bae5c-47a5-4c23-8b76-250ac0b8a4d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/419e51c8-5ae6-486e-a04a-e19d9a0695bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/1dd3b979-8ec3-4ab8-8ad7-f24df4421ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/475d3d20-bb72-42a5-b5d2-757937a11c06_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/b47d6b48-254d-4f3f-9450-ce06f20cc999_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/1d47a89a-293e-46a8-9ec3-f2a192cb94af_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a6834ab5-baa5-47d8-a198-6e17031b8d49.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797674, 'registration': 'WV54UZN', 'account': 'MAN037', 'make': 'SEAT', 'model': 'AROSA HATCHBACK', 'derivative': '1.0 S 3dr', 'mileage': 109323, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2004-11-19', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WV54UZN/2026-03-26/image/74c679b1-576d-4292-9ce5-343a8dddb59b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/d5b62c11-0336-45e4-a295-68bf4b60f3ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/208bae5c-47a5-4c23-8b76-250ac0b8a4d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/419e51c8-5ae6-486e-a04a-e19d9a0695bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/1dd3b979-8ec3-4ab8-8ad7-f24df4421ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/475d3d20-bb72-42a5-b5d2-757937a11c06_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/b47d6b48-254d-4f3f-9450-ce06f20cc999_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV54UZN/2026-03-26/image/1d47a89a-293e-46a8-9ec3-f2a192cb94af_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a6834ab5-baa5-47d8-a198-6e17031b8d49.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 376dcf4e-9206-5948-9e56-7b45a47ed42c with identifier: 120797674
2026-03-27 05:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 376dcf4e-9206-5948-9e56-7b45a47ed42c with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 376dcf4e-9206-5948-9e56-7b45a47ed42c with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 376dcf4e-9206-5948-9e56-7b45a47ed42c, identifier: 120797674
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595651, 'registration': 'GF66HVV', 'account': 'ALL053', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Elite 5dr', 'mileage': 85956, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-15', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF66HVV/2026-03-25/image/c9f81a1c-f96c-45df-9b9e-5a68b3bf77ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/dc9c8796-6040-43bc-bc99-c25ec772955d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/4e94c5ca-4cc7-48e6-90c9-47e706bf1b32_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/cdba517a-9836-4932-9169-0213c7fca5a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/62c383c2-15a5-4025-b280-27183c439f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/7b886f3f-f8e8-41d8-9638-eda42aee1084_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/84a7b3e6-3c68-4ec1-bb7a-2f335397cde6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/71ac1942-14b3-48cd-8cc8-c07a28708558_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/65bb0417-20e7-4798-a070-31c0c117360b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/678b86c4-4808-4041-ab64-4c31c896a9d7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595651, 'registration': 'GF66HVV', 'account': 'ALL053', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Elite 5dr', 'mileage': 85956, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-15', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF66HVV/2026-03-25/image/c9f81a1c-f96c-45df-9b9e-5a68b3bf77ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/dc9c8796-6040-43bc-bc99-c25ec772955d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/4e94c5ca-4cc7-48e6-90c9-47e706bf1b32_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/cdba517a-9836-4932-9169-0213c7fca5a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/62c383c2-15a5-4025-b280-27183c439f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/7b886f3f-f8e8-41d8-9638-eda42aee1084_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/84a7b3e6-3c68-4ec1-bb7a-2f335397cde6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/71ac1942-14b3-48cd-8cc8-c07a28708558_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66HVV/2026-03-25/image/65bb0417-20e7-4798-a070-31c0c117360b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/678b86c4-4808-4041-ab64-4c31c896a9d7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4eeb67f-71ac-5bfc-9b19-54f1ae033537 with identifier: 120595651
2026-03-27 05:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4eeb67f-71ac-5bfc-9b19-54f1ae033537 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4eeb67f-71ac-5bfc-9b19-54f1ae033537 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4eeb67f-71ac-5bfc-9b19-54f1ae033537, identifier: 120595651
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120506878, 'registration': 'BV07SWZ', 'account': 'TR', 'make': 'FORD', 'model': 'TRANSIT LWB MINIBUS DIESEL RWD', 'derivative': 'Medium Roof 15 Seater TDCi 115ps', 'mileage': 139365, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2007-03-28', 'fuel': 'Diesel', 'motExpiry': '2027-01-21', 'doors': None, 'engineSize': 2402, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/15252488-1f20-4b3f-a009-0e6ff8233360_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/214d0835-8c3f-4fcf-8c3f-5df77b998d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/ef7be695-07d3-4323-9b8f-a4a38ffad7c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/89eb702b-d8a2-4941-b902-8e93915d7023_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/c6dac83a-c0ab-4068-86ec-3218a77cbb54_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/6b16ad00-7a65-4f12-91fb-d4c6da0e6b87_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/babf3282-84de-46bf-9231-78d40aa24e9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/70c9a491-283d-4c90-bb06-278a17f5aadb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book SERVICE IN MILES AND KILOMETRES, SERVICE DISCREPANCY 08/07 - 15K, 02/08 - 30K, 41,337 KM, 12/08 - 57,058 KM, 06/09 - 70,306KM, 08/09 - 79,031 KM, 12/09 - 88,623 KM, 04/11 - 127,855KM, 12/11 - 148,239KM, 10/13 - 170,074KM 07/13 -190,002 KM', 'remarks': 'MILEAGE DISCEPRANCY VOSA IN MILES AND KILOMETRES, VOSA STATES 31K, 62K (FAIL), 62K (PASS), 94K, 127K, 149183KM (PASS), 149183KM (FAIL), 17398KM (PASS), 201K, 125K, 126K, 129K, 132K, 134K, 135K (FAIL), 135K (PASS), 135K, 137K, 138K, 139K, SPARE KEY IN OFFICE **PLUS VAT**', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 243, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43c927b4-072a-4de2-9059-0eaee890959e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120506878, 'registration': 'BV07SWZ', 'account': 'TR', 'make': 'FORD', 'model': 'TRANSIT LWB MINIBUS DIESEL RWD', 'derivative': 'Medium Roof 15 Seater TDCi 115ps', 'mileage': 139365, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2007-03-28', 'fuel': 'Diesel', 'motExpiry': '2027-01-21', 'doors': None, 'engineSize': 2402, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/15252488-1f20-4b3f-a009-0e6ff8233360_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/214d0835-8c3f-4fcf-8c3f-5df77b998d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/ef7be695-07d3-4323-9b8f-a4a38ffad7c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/89eb702b-d8a2-4941-b902-8e93915d7023_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/c6dac83a-c0ab-4068-86ec-3218a77cbb54_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/6b16ad00-7a65-4f12-91fb-d4c6da0e6b87_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/babf3282-84de-46bf-9231-78d40aa24e9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV07SWZ/2026-03-17/image/70c9a491-283d-4c90-bb06-278a17f5aadb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book SERVICE IN MILES AND KILOMETRES, SERVICE DISCREPANCY 08/07 - 15K, 02/08 - 30K, 41,337 KM, 12/08 - 57,058 KM, 06/09 - 70,306KM, 08/09 - 79,031 KM, 12/09 - 88,623 KM, 04/11 - 127,855KM, 12/11 - 148,239KM, 10/13 - 170,074KM 07/13 -190,002 KM', 'remarks': 'MILEAGE DISCEPRANCY VOSA IN MILES AND KILOMETRES, VOSA STATES 31K, 62K (FAIL), 62K (PASS), 94K, 127K, 149183KM (PASS), 149183KM (FAIL), 17398KM (PASS), 201K, 125K, 126K, 129K, 132K, 134K, 135K (FAIL), 135K (PASS), 135K, 137K, 138K, 139K, SPARE KEY IN OFFICE **PLUS VAT**', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 243, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43c927b4-072a-4de2-9059-0eaee890959e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878
2026-03-27 05:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938, identifier: 120506878
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120747915, 'registration': 'GV66WNW', 'account': 'ALL053', 'make': 'SEAT', 'model': 'ATECA DIESEL ESTATE', 'derivative': '2.0 TDI Xcellence 5dr DSG 4Drive', 'mileage': 95317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-01-20', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV66WNW/2026-03-25/image/17908d01-5aec-4169-9d52-ee78474ae5e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/f7892d19-324a-4099-b21d-2ed72414dd9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/419e26ec-c5ce-4c24-b7fe-329fa33a4e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/07852da5-d829-438f-927b-3d264bab8e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/8a89353e-4a97-4a3f-bdf0-602f8bfa01e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/e260b9c9-fe0a-42f5-b98a-3da5c3eb09e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/fa2400a9-4976-46f4-9a36-035b12ab7fce_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/36b22c8f-57ec-4442-b7e6-2ab8f51820a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/0ff533ce-71c1-498a-8720-451df2a2e83b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/a4e4a6c1-3df0-49aa-b047-117b63c8b747_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2bb41aa1-18c5-410d-b504-84c3af6ba067.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120747915, 'registration': 'GV66WNW', 'account': 'ALL053', 'make': 'SEAT', 'model': 'ATECA DIESEL ESTATE', 'derivative': '2.0 TDI Xcellence 5dr DSG 4Drive', 'mileage': 95317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-01-20', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV66WNW/2026-03-25/image/17908d01-5aec-4169-9d52-ee78474ae5e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/f7892d19-324a-4099-b21d-2ed72414dd9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/419e26ec-c5ce-4c24-b7fe-329fa33a4e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/07852da5-d829-438f-927b-3d264bab8e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/8a89353e-4a97-4a3f-bdf0-602f8bfa01e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/e260b9c9-fe0a-42f5-b98a-3da5c3eb09e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/fa2400a9-4976-46f4-9a36-035b12ab7fce_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/36b22c8f-57ec-4442-b7e6-2ab8f51820a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/0ff533ce-71c1-498a-8720-451df2a2e83b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV66WNW/2026-03-25/image/a4e4a6c1-3df0-49aa-b047-117b63c8b747_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2bb41aa1-18c5-410d-b504-84c3af6ba067.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5be6c22-0027-5348-8fba-8b0a247788a1 with identifier: 120747915
2026-03-27 05:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5be6c22-0027-5348-8fba-8b0a247788a1 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5be6c22-0027-5348-8fba-8b0a247788a1 with scrape type 2
2026-03-27 05:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b5be6c22-0027-5348-8fba-8b0a247788a1, identifier: 120747915
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120502627
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120502627%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120502627: 0
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Found listing with ID: 120735060
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735060%27 HTTP/1.1" 200 None
2026-03-27 05:01:41 [astonbarclay.gb] INFO: Scrape type for 120735060: 2
2026-03-27 05:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865
2026-03-27 05:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865
2026-03-27 05:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865 to the API
2026-03-27 05:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120586865?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'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': '811c353a-6842-5069-9c86-08dd1b033706',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK63NGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586865',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK SPECIAL EDITIONS',
'odometer': 79647,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-20',
'seller_name': 'Auction Plus',
'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-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586865%27 HTTP/1.1" 200 None
2026-03-27 05:01:42 [astonbarclay.gb] INFO: Saving data for 120586865: {'auction_closing_time': 1774888200.0, 'created_time': 1774033605.871625, 'last_price_update_time': 1774587702.209951}
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586865') HTTP/1.1" 204 0
2026-03-27 05:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845
2026-03-27 05:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845
2026-03-27 05:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845 to the API
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120586845?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '5b6ce892-58bf-5f15-971c-07c1f46ffef6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO10FWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586845',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 104413,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-31',
'seller_name': 'Auction Plus',
'title': 'FORD FIESTA HATCHBACK 1.4 Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 Zetec 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586845%27 HTTP/1.1" 200 None
2026-03-27 05:01:42 [astonbarclay.gb] INFO: Saving data for 120586845: {'auction_closing_time': 1774888200.0, 'created_time': 1774033627.378742, 'last_price_update_time': 1774587702.696557}
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586845') HTTP/1.1" 204 0
2026-03-27 05:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 376dcf4e-9206-5948-9e56-7b45a47ed42c with identifier: 120797674
2026-03-27 05:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 376dcf4e-9206-5948-9e56-7b45a47ed42c with identifier: 120797674
2026-03-27 05:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 376dcf4e-9206-5948-9e56-7b45a47ed42c with identifier: 120797674 to the API
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120797674?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '376dcf4e-9206-5948-9e56-7b45a47ed42c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WV54UZN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797674',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'AROSA HATCHBACK',
'odometer': 109323,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-11-19',
'seller_name': 'Manamanx Ltd',
'title': 'SEAT AROSA HATCHBACK 1.0 S 3dr',
'transmission': 'manual',
'trim': '1.0 S 3dr',
'vin': None,
'year': 2004}
2026-03-27 05:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:42 [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-27 05:01:42 [astonbarclay.gb] INFO: Saving data for 120797674: {'auction_closing_time': 1774888200.0, 'created_time': 1774466394.960457, 'last_price_update_time': 1774587702.996095}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797674') HTTP/1.1" 204 0
2026-03-27 05:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4eeb67f-71ac-5bfc-9b19-54f1ae033537 with identifier: 120595651
2026-03-27 05:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4eeb67f-71ac-5bfc-9b19-54f1ae033537 with identifier: 120595651
2026-03-27 05:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4eeb67f-71ac-5bfc-9b19-54f1ae033537 with identifier: 120595651 to the API
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595651?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'e4eeb67f-71ac-5bfc-9b19-54f1ae033537',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF66HVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595651',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 85956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-15',
'seller_name': 'Allen Ford Bletchley',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T Elite 5dr',
'transmission': 'manual',
'trim': '1.4T Elite 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595651%27 HTTP/1.1" 200 None
2026-03-27 05:01:43 [astonbarclay.gb] INFO: Saving data for 120595651: {'auction_closing_time': 1774888200.0, 'created_time': 1774379089.699184, 'last_price_update_time': 1774587703.308044}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595651') HTTP/1.1" 204 0
2026-03-27 05:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878
2026-03-27 05:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878
2026-03-27 05:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878 to the API
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120506878?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 243,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 4',
'engine': '2.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '46d58d66-1abc-5c3b-bc10-da6a5b7e4938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BV07SWZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120506878',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'TRANSIT LWB MINIBUS DIESEL RWD',
'odometer': 139365,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-03-28',
'seller_name': None,
'title': 'FORD TRANSIT LWB MINIBUS DIESEL RWD Medium Roof 15 Seater TDCi '
'115ps',
'transmission': 'manual',
'trim': 'Medium Roof 15 Seater TDCi 115ps',
'vin': None,
'year': 2007}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120506878%27 HTTP/1.1" 200 None
2026-03-27 05:01:43 [astonbarclay.gb] INFO: Saving data for 120506878: {'auction_closing_time': 1774888200.0, 'created_time': 1773752596.531605, 'last_price_update_time': 1774587703.649641}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506878') HTTP/1.1" 204 0
2026-03-27 05:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b5be6c22-0027-5348-8fba-8b0a247788a1 with identifier: 120747915
2026-03-27 05:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b5be6c22-0027-5348-8fba-8b0a247788a1 with identifier: 120747915
2026-03-27 05:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b5be6c22-0027-5348-8fba-8b0a247788a1 with identifier: 120747915 to the API
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120747915?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'b5be6c22-0027-5348-8fba-8b0a247788a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV66WNW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120747915',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'ATECA DIESEL ESTATE',
'odometer': 95317,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-20',
'seller_name': 'Allen Ford Bletchley',
'title': 'SEAT ATECA DIESEL ESTATE 2.0 TDI Xcellence 5dr DSG 4Drive',
'transmission': 'automatic',
'trim': '2.0 TDI Xcellence 5dr DSG 4Drive',
'vin': None,
'year': 2017}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120747915%27 HTTP/1.1" 200 None
2026-03-27 05:01:43 [astonbarclay.gb] INFO: Saving data for 120747915: {'auction_closing_time': 1774888200.0, 'created_time': 1774379102.08702, 'last_price_update_time': 1774587703.965057}
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120747915') HTTP/1.1" 204 0
2026-03-27 05:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120678867
2026-03-27 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120678867: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119635262
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 119635262: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120724959
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120724959: 2
2026-03-27 05:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797261?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120099413?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120772588
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120772588: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120589654
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589654%27 HTTP/1.1" 200 None
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120589654: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120674884
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120674884: 2
2026-03-27 05:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120819747
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120819747%27 HTTP/1.1" 200 None
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120819747: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120397393
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120397393: 2
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120755977
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120755977: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120674631
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120674631: 2
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120538818
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120538818: 0
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120794341
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120794341: 2
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797261, 'registration': 'SO17SYH', 'account': 'MOT075', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK SPECIAL EDITIONS', 'derivative': '1.2 SZ-L [Nav] 5dr', 'mileage': 40946, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SO17SYH/2026-03-26/image/8d5c38a5-a327-4bc7-bdd6-ff1ab24b7071_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/d855a3a5-caba-4949-8f56-0523b6443209_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/ad08c7fb-c10c-4dca-91b8-c6c8fc381f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/69dc088f-effd-4059-a7a4-185843c9a2d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/a7eb593c-702c-43ad-8e3b-b6c818b7aa8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/427c321b-be00-44f8-bad7-e2e5c4109d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/2755be8d-018e-4650-8ac8-1a9389113942_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/8a3493c6-c400-4765-a392-2132227df4eb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 17K 19K 21K 24K 27K 29K 39K NUMBER OF FORMER KEEPERS UNKNOW', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e32f2d49-93fa-4651-9e4c-4b7eee5bc1f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797261, 'registration': 'SO17SYH', 'account': 'MOT075', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK SPECIAL EDITIONS', 'derivative': '1.2 SZ-L [Nav] 5dr', 'mileage': 40946, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SO17SYH/2026-03-26/image/8d5c38a5-a327-4bc7-bdd6-ff1ab24b7071_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/d855a3a5-caba-4949-8f56-0523b6443209_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/ad08c7fb-c10c-4dca-91b8-c6c8fc381f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/69dc088f-effd-4059-a7a4-185843c9a2d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/a7eb593c-702c-43ad-8e3b-b6c818b7aa8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/427c321b-be00-44f8-bad7-e2e5c4109d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/2755be8d-018e-4650-8ac8-1a9389113942_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17SYH/2026-03-26/image/8a3493c6-c400-4765-a392-2132227df4eb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 17K 19K 21K 24K 27K 29K 39K NUMBER OF FORMER KEEPERS UNKNOW', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e32f2d49-93fa-4651-9e4c-4b7eee5bc1f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df5d769-a2a1-5f36-bf80-889e3f652f01 with identifier: 120797261
2026-03-27 05:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df5d769-a2a1-5f36-bf80-889e3f652f01 with scrape type 2
2026-03-27 05:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df5d769-a2a1-5f36-bf80-889e3f652f01 with scrape type 2
2026-03-27 05:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9df5d769-a2a1-5f36-bf80-889e3f652f01, identifier: 120797261
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120099413, 'registration': 'BM19GKK', 'account': 'MAN027', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 320 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 105ps High Roof Trend Van', 'mileage': 107153, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-19', 'fuel': 'Diesel', 'motExpiry': '2026-01-05', 'doors': None, 'engineSize': 1995, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/BM19GKK/2026-03-04/image/a3752eee-e970-4d12-bbf1-37658ca4c1c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/c91ecbaf-a26b-4174-8f80-b4871a34eff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/36b99b15-476b-4e6c-8f6d-1fe6161c974f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/7710e298-5b81-4cbd-8f24-61bb3502c522_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/126cd9d9-d580-4ba0-993d-ddb2804f8a96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/d1c8e2bd-cb51-401f-83f4-24374a0e3ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/06000550-d3ee-4003-a559-735ada845269_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/4aacfb06-b7ec-4be0-a6dc-7e7834ff27ed_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service invoice 12/23 79K', 'remarks': 'VOSA STATES 62K 79K 94K', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e0e8e8db-094b-4790-8a08-2a6864e7c14a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120099413, 'registration': 'BM19GKK', 'account': 'MAN027', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 320 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 105ps High Roof Trend Van', 'mileage': 107153, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-19', 'fuel': 'Diesel', 'motExpiry': '2026-01-05', 'doors': None, 'engineSize': 1995, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/BM19GKK/2026-03-04/image/a3752eee-e970-4d12-bbf1-37658ca4c1c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/c91ecbaf-a26b-4174-8f80-b4871a34eff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/36b99b15-476b-4e6c-8f6d-1fe6161c974f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/7710e298-5b81-4cbd-8f24-61bb3502c522_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/126cd9d9-d580-4ba0-993d-ddb2804f8a96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/d1c8e2bd-cb51-401f-83f4-24374a0e3ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/06000550-d3ee-4003-a559-735ada845269_removebg.jpg?w=600', 'https://abimg003.imgix.net/BM19GKK/2026-03-04/image/4aacfb06-b7ec-4be0-a6dc-7e7834ff27ed_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service invoice 12/23 79K', 'remarks': 'VOSA STATES 62K 79K 94K', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e0e8e8db-094b-4790-8a08-2a6864e7c14a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413
2026-03-27 05:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 553080ba-32ff-5418-8c28-bdaf10f20680 with scrape type 2
2026-03-27 05:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 553080ba-32ff-5418-8c28-bdaf10f20680 with scrape type 2
2026-03-27 05:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 553080ba-32ff-5418-8c28-bdaf10f20680, identifier: 120099413
2026-03-27 05:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120656631
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [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-27 05:01:44 [astonbarclay.gb] INFO: Scrape type for 120656631: 2
2026-03-27 05:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9df5d769-a2a1-5f36-bf80-889e3f652f01 with identifier: 120797261
2026-03-27 05:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9df5d769-a2a1-5f36-bf80-889e3f652f01 with identifier: 120797261
2026-03-27 05:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9df5d769-a2a1-5f36-bf80-889e3f652f01 with identifier: 120797261 to the API
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120797261?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': '9df5d769-a2a1-5f36-bf80-889e3f652f01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SO17SYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797261',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SUZUKI',
'model': 'SWIFT HATCHBACK SPECIAL EDITIONS',
'odometer': 40946,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-02',
'seller_name': 'MotoNovo Finance',
'title': 'SUZUKI SWIFT HATCHBACK SPECIAL EDITIONS 1.2 SZ-L [Nav] 5dr',
'transmission': 'manual',
'trim': '1.2 SZ-L [Nav] 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01: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-27 05:01:44 [astonbarclay.gb] INFO: Saving data for 120797261: {'auction_closing_time': 1774947600.0, 'created_time': 1774466109.142965, 'last_price_update_time': 1774587704.78369}
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797261') HTTP/1.1" 204 0
2026-03-27 05:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413
2026-03-27 05:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413
2026-03-27 05:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413 to the API
2026-03-27 05:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120099413?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '553080ba-32ff-5418-8c28-bdaf10f20680',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BM19GKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120099413',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 320 L1 DIESEL FWD',
'odometer': 107153,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-19',
'seller_name': 'Mann Island Finance',
'title': 'FORD TRANSIT CUSTOM 320 L1 DIESEL FWD 2.0 EcoBlue 105ps High Roof '
'Trend Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 105ps High Roof Trend Van',
'vin': None,
'year': 2019}
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120099413%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Saving data for 120099413: {'auction_closing_time': 1774612800.0, 'created_time': 1773741775.262591, 'last_price_update_time': 1774587705.181907}
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120099413') HTTP/1.1" 204 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120645609
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120645609%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120645609: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120673273
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120673273%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120673273: 2
2026-03-27 05:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118453640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120615995?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120020047?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616160?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719635?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119252663?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120679073
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120679073%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120679073: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120692160
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120692160%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120692160: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120622731
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622731%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120622731: 2
2026-03-27 05:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120680236
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120680236%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120680236: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120680251
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120680251%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120680251: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120641887
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120641887%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120641887: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120789938
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120789938%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120789938: 0
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120797356
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120797356%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120797356: 2
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120796024
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120796024%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120796024: 2
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120797717
2026-03-27 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120797717%27 HTTP/1.1" 200 None
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Scrape type for 120797717: 2
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 118453640, 'registration': 'EN64OUX', 'account': 'DAC001', 'make': 'HYUNDAI', 'model': 'I30 HATCHBACK', 'derivative': '1.4 Active 5dr', 'mileage': 87154, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-02-02', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN64OUX/2026-01-09/image/d95d5fea-454a-4ec9-b8da-da12a4509255_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/659caf41-f908-448f-b72b-9592e60c0422_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/09f3f230-2c4c-4fe2-990f-ddd410248fe1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/54d5280f-130b-4fd5-aaa7-5d0a204ed3fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/eb39ce7a-42fd-402d-b999-23252d8e45a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/3e30c023-45ce-4e9c-a119-4a7aafa7e3fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/162ec07a-8712-4e5e-9328-f50a8c284d80_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'SPARE KEY VOSA STATES 34K 44K 55K 60K 68K 74K 79K 82K', 'virtual': False, 'seller': 'Dace', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40e3a0e6-abb0-4cff-a610-0d7e592ff897.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 118453640, 'registration': 'EN64OUX', 'account': 'DAC001', 'make': 'HYUNDAI', 'model': 'I30 HATCHBACK', 'derivative': '1.4 Active 5dr', 'mileage': 87154, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-02-02', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN64OUX/2026-01-09/image/d95d5fea-454a-4ec9-b8da-da12a4509255_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/659caf41-f908-448f-b72b-9592e60c0422_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/09f3f230-2c4c-4fe2-990f-ddd410248fe1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/54d5280f-130b-4fd5-aaa7-5d0a204ed3fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/eb39ce7a-42fd-402d-b999-23252d8e45a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/3e30c023-45ce-4e9c-a119-4a7aafa7e3fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN64OUX/2026-01-09/image/162ec07a-8712-4e5e-9328-f50a8c284d80_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'SPARE KEY VOSA STATES 34K 44K 55K 60K 68K 74K 79K 82K', 'virtual': False, 'seller': 'Dace', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40e3a0e6-abb0-4cff-a610-0d7e592ff897.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640
2026-03-27 05:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96af5882-15ed-59f2-bd43-1c77b084a943 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96af5882-15ed-59f2-bd43-1c77b084a943 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 96af5882-15ed-59f2-bd43-1c77b084a943, identifier: 118453640
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120615995, 'registration': 'VO11PGZ', 'account': 'JOH125', 'make': 'JEEP', 'model': 'PATRIOT DIESEL SW', 'derivative': '2.2 CRD Limited 5dr', 'mileage': 83364, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-19', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/14e33da2-3d0c-4611-9e09-406170f01f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/44eb8620-cbac-486e-a7cf-5087bd82ee2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/42d1f9f6-6e65-4371-b9f0-e0e95e098e00_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/a8b4bc2d-384d-4fea-8319-2fe1e74d2d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/758c081a-d20f-438d-a180-99efb95e1919_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/d8b9c006-abea-4021-a87f-c9ae893ac5f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/7b67e444-3e52-491c-ac85-01e2076bb5a4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 06/19 72K', 'remarks': 'VOSA STATES 33K 45K 53K 62K 68K 72K 77K 78K 79K 83K 83K SPARE KEY', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82ad30fb-7dd3-44c7-958b-3bb903160cca.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120615995, 'registration': 'VO11PGZ', 'account': 'JOH125', 'make': 'JEEP', 'model': 'PATRIOT DIESEL SW', 'derivative': '2.2 CRD Limited 5dr', 'mileage': 83364, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-19', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/14e33da2-3d0c-4611-9e09-406170f01f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/44eb8620-cbac-486e-a7cf-5087bd82ee2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/42d1f9f6-6e65-4371-b9f0-e0e95e098e00_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/a8b4bc2d-384d-4fea-8319-2fe1e74d2d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/758c081a-d20f-438d-a180-99efb95e1919_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/d8b9c006-abea-4021-a87f-c9ae893ac5f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO11PGZ/2026-03-19/image/7b67e444-3e52-491c-ac85-01e2076bb5a4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 06/19 72K', 'remarks': 'VOSA STATES 33K 45K 53K 62K 68K 72K 77K 78K 79K 83K 83K SPARE KEY', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82ad30fb-7dd3-44c7-958b-3bb903160cca.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc01bbb8-7deb-52ea-a569-ba74085888ef with identifier: 120615995
2026-03-27 05:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc01bbb8-7deb-52ea-a569-ba74085888ef with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc01bbb8-7deb-52ea-a569-ba74085888ef with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bc01bbb8-7deb-52ea-a569-ba74085888ef, identifier: 120615995
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120020047, 'registration': 'HG60DZT', 'account': 'DAC001', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Comfort 5dr Auto', 'mileage': 123952, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2010-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-05-01', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG60DZT/2026-03-02/image/3d4275c7-4231-41f3-b420-288f952c94e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/c071634c-3929-42e0-87f4-ca600e15783f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/7a940d2f-b34a-4642-9317-91a9c70876c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/50416d4c-4eae-4279-90f5-5bfbf558d5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/7b3fbd9f-71a0-45a3-bb60-114ed7c70875_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/7fb68b17-083b-42a4-b5be-9d82000bff07_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'OIL LEAK, WILL NOT FIRE UP WITHOUT A JUMPACK, PARTS OF ENGINE MISSING, MAY HAVE FURTHER FAULTS - VOSA STATES 8K 9K 15K 28K 42K 59K 73K 85K 90K 99K 109K 109K 113K', 'virtual': False, 'seller': 'Dace', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120020047, 'registration': 'HG60DZT', 'account': 'DAC001', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Comfort 5dr Auto', 'mileage': 123952, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2010-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-05-01', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG60DZT/2026-03-02/image/3d4275c7-4231-41f3-b420-288f952c94e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/c071634c-3929-42e0-87f4-ca600e15783f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/7a940d2f-b34a-4642-9317-91a9c70876c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/50416d4c-4eae-4279-90f5-5bfbf558d5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/7b3fbd9f-71a0-45a3-bb60-114ed7c70875_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG60DZT/2026-03-02/image/7fb68b17-083b-42a4-b5be-9d82000bff07_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'OIL LEAK, WILL NOT FIRE UP WITHOUT A JUMPACK, PARTS OF ENGINE MISSING, MAY HAVE FURTHER FAULTS - VOSA STATES 8K 9K 15K 28K 42K 59K 73K 85K 90K 99K 109K 109K 113K', 'virtual': False, 'seller': 'Dace', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8071cc3-6dec-5458-85a9-c314b3a2c2c9 with identifier: 120020047
2026-03-27 05:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8071cc3-6dec-5458-85a9-c314b3a2c2c9 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8071cc3-6dec-5458-85a9-c314b3a2c2c9 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d8071cc3-6dec-5458-85a9-c314b3a2c2c9, identifier: 120020047
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616160, 'registration': 'BC16OKV', 'account': 'JOH125', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 ecoFLEX Energy 3dr [AC]', 'mileage': 112470, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 3, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BC16OKV/2026-03-19/image/4efc8061-1aea-4191-84f3-c58fa6c5ad78_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/e39ff5fb-f932-4351-a54e-6f8896556b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/5da01a25-fde1-471b-97bb-076cc18e4c52_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/f3e9aaac-d185-4fec-ad10-0f542ddc68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/c0a63db2-9620-4c3a-8a51-b544b5598959_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/73fcc2bb-7518-4d2c-8e68-ead8731c542b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/4bb61116-7862-485d-bab5-7eb0418ad2c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/e9b42938-a25e-41b1-9637-d0a5339df2c6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair VOSA STATES 23K 68K 78K 86K 94K 111K 112K', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616160, 'registration': 'BC16OKV', 'account': 'JOH125', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 ecoFLEX Energy 3dr [AC]', 'mileage': 112470, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 3, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BC16OKV/2026-03-19/image/4efc8061-1aea-4191-84f3-c58fa6c5ad78_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/e39ff5fb-f932-4351-a54e-6f8896556b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/5da01a25-fde1-471b-97bb-076cc18e4c52_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/f3e9aaac-d185-4fec-ad10-0f542ddc68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/c0a63db2-9620-4c3a-8a51-b544b5598959_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/73fcc2bb-7518-4d2c-8e68-ead8731c542b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/4bb61116-7862-485d-bab5-7eb0418ad2c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC16OKV/2026-03-19/image/e9b42938-a25e-41b1-9637-d0a5339df2c6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair VOSA STATES 23K 68K 78K 86K 94K 111K 112K', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c751b8e5-99f4-5be1-a696-560c58bdfa9e with identifier: 120616160
2026-03-27 05:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c751b8e5-99f4-5be1-a696-560c58bdfa9e with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c751b8e5-99f4-5be1-a696-560c58bdfa9e with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c751b8e5-99f4-5be1-a696-560c58bdfa9e, identifier: 120616160
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719635, 'registration': 'VU68WRL', 'account': 'GTV001', 'make': 'PEUGEOT', 'model': 'PARTNER STANDARD DIESEL', 'derivative': '650 1.6 BlueHDi 75 Professional Van', 'mileage': 75988, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': None, 'engineSize': 1560, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/VU68WRL/2026-03-24/image/98e1d003-79d1-4336-ad63-7ed753495a2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/240c2074-d3d5-41b5-9b74-3df89b3d6729_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/94b96010-c796-4576-bd73-08197a545e41_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/8c450662-6e20-4619-889f-269ee7fedbd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/7d2ddcf0-736d-4b5e-80f8-b511f27cfe77_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/a9627332-fbaa-4c93-ac2a-a1c465f90875_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/c18e7c8d-e77a-4910-9d73-a5bef15c4700_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'SPARE KEY VOSA STATES 26K 42K 66K 75K SPARE KEY', 'virtual': False, 'seller': 'Direct From GT Vehicle Leasing’', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/afc623d0-b113-407e-8f5f-22b8e0968343.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719635, 'registration': 'VU68WRL', 'account': 'GTV001', 'make': 'PEUGEOT', 'model': 'PARTNER STANDARD DIESEL', 'derivative': '650 1.6 BlueHDi 75 Professional Van', 'mileage': 75988, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-24', 'doors': None, 'engineSize': 1560, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/VU68WRL/2026-03-24/image/98e1d003-79d1-4336-ad63-7ed753495a2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/240c2074-d3d5-41b5-9b74-3df89b3d6729_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/94b96010-c796-4576-bd73-08197a545e41_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/8c450662-6e20-4619-889f-269ee7fedbd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/7d2ddcf0-736d-4b5e-80f8-b511f27cfe77_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/a9627332-fbaa-4c93-ac2a-a1c465f90875_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68WRL/2026-03-24/image/c18e7c8d-e77a-4910-9d73-a5bef15c4700_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'SPARE KEY VOSA STATES 26K 42K 66K 75K SPARE KEY', 'virtual': False, 'seller': 'Direct From GT Vehicle Leasing’', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/afc623d0-b113-407e-8f5f-22b8e0968343.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635
2026-03-27 05:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42, identifier: 120719635
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119252663, 'registration': 'CY17FSA', 'account': 'MOT075', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 61065, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-02-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CY17FSA/2026-03-09/image/5388aa3d-8d46-418d-ac10-b32ddfe202bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/5bc73309-d7e3-4db8-b677-61b1fdf33bd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/2012362e-2e30-4648-922a-a00e9bf7228c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/7945542a-d4c1-4298-9e60-37177666dfda_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/c36836f3-1d2c-4933-b039-7cb2978e4a7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/1b3c585e-8cad-4671-9ac5-dedce29c0ff6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/c51fa236-8399-4f7f-9869-dec1d7e2701e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 8K 10K 15K 34K 55K 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': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d459a32-343b-4183-9e1f-ba0110219ee6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119252663, 'registration': 'CY17FSA', 'account': 'MOT075', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 61065, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-02-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CY17FSA/2026-03-09/image/5388aa3d-8d46-418d-ac10-b32ddfe202bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/5bc73309-d7e3-4db8-b677-61b1fdf33bd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/2012362e-2e30-4648-922a-a00e9bf7228c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/7945542a-d4c1-4298-9e60-37177666dfda_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/c36836f3-1d2c-4933-b039-7cb2978e4a7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/1b3c585e-8cad-4671-9ac5-dedce29c0ff6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY17FSA/2026-03-09/image/c51fa236-8399-4f7f-9869-dec1d7e2701e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 8K 10K 15K 34K 55K 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': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d459a32-343b-4183-9e1f-ba0110219ee6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e2a0565-ffec-58a2-ad29-81a587c490a0 with identifier: 119252663
2026-03-27 05:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e2a0565-ffec-58a2-ad29-81a587c490a0 with scrape type 2
2026-03-27 05:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e2a0565-ffec-58a2-ad29-81a587c490a0 with scrape type 2
2026-03-27 05:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e2a0565-ffec-58a2-ad29-81a587c490a0, identifier: 119252663
2026-03-27 05:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640
2026-03-27 05:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640
2026-03-27 05:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640 to the API
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118453640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '96af5882-15ed-59f2-bd43-1c77b084a943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN64OUX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118453640',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'I30 HATCHBACK',
'odometer': 87154,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-27',
'seller_name': 'Dace',
'title': 'HYUNDAI I30 HATCHBACK 1.4 Active 5dr',
'transmission': 'manual',
'trim': '1.4 Active 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118453640%27 HTTP/1.1" 200 None
2026-03-27 05:01:46 [astonbarclay.gb] INFO: Saving data for 118453640: {'auction_closing_time': 1774612800.0, 'created_time': 1773403297.646584, 'last_price_update_time': 1774587706.342953}
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118453640') HTTP/1.1" 204 0
2026-03-27 05:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bc01bbb8-7deb-52ea-a569-ba74085888ef with identifier: 120615995
2026-03-27 05:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bc01bbb8-7deb-52ea-a569-ba74085888ef with identifier: 120615995
2026-03-27 05:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bc01bbb8-7deb-52ea-a569-ba74085888ef with identifier: 120615995 to the API
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120615995?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 172,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'bc01bbb8-7deb-52ea-a569-ba74085888ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO11PGZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120615995',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'JEEP',
'model': 'PATRIOT DIESEL SW',
'odometer': 83364,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-30',
'seller_name': 'Local dealer group',
'title': 'JEEP PATRIOT DIESEL SW 2.2 CRD Limited 5dr',
'transmission': 'manual',
'trim': '2.2 CRD Limited 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120615995%27 HTTP/1.1" 200 None
2026-03-27 05:01:46 [astonbarclay.gb] INFO: Saving data for 120615995: {'auction_closing_time': 1774612800.0, 'created_time': 1773947480.001864, 'last_price_update_time': 1774587706.740871}
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615995') HTTP/1.1" 204 0
2026-03-27 05:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d8071cc3-6dec-5458-85a9-c314b3a2c2c9 with identifier: 120020047
2026-03-27 05:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d8071cc3-6dec-5458-85a9-c314b3a2c2c9 with identifier: 120020047
2026-03-27 05:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d8071cc3-6dec-5458-85a9-c314b3a2c2c9 with identifier: 120020047 to the API
2026-03-27 05:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120020047?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'd8071cc3-6dec-5458-85a9-c314b3a2c2c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG60DZT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120020047',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'I30 DIESEL HATCHBACK',
'odometer': 123952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-11-17',
'seller_name': 'Dace',
'title': 'HYUNDAI I30 DIESEL HATCHBACK 1.6 CRDi Comfort 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 CRDi Comfort 5dr Auto',
'vin': None,
'year': 2010}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [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-27 05:01:47 [astonbarclay.gb] INFO: Saving data for 120020047: {'auction_closing_time': 1774612800.0, 'created_time': 1773403278.70807, 'last_price_update_time': 1774587707.091723}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120020047') HTTP/1.1" 204 0
2026-03-27 05:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c751b8e5-99f4-5be1-a696-560c58bdfa9e with identifier: 120616160
2026-03-27 05:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c751b8e5-99f4-5be1-a696-560c58bdfa9e with identifier: 120616160
2026-03-27 05:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c751b8e5-99f4-5be1-a696-560c58bdfa9e with identifier: 120616160 to the API
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616160?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c751b8e5-99f4-5be1-a696-560c58bdfa9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BC16OKV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616160',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 112470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-30',
'seller_name': 'Local dealer group',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.4 ecoFLEX Energy 3dr [AC]',
'transmission': 'manual',
'trim': '1.4 ecoFLEX Energy 3dr [AC]',
'vin': None,
'year': 2016}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01: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-27 05:01:47 [astonbarclay.gb] INFO: Saving data for 120616160: {'auction_closing_time': 1774947600.0, 'created_time': 1773947539.682831, 'last_price_update_time': 1774587707.364876}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616160') HTTP/1.1" 204 0
2026-03-27 05:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635
2026-03-27 05:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635
2026-03-27 05:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635 to the API
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719635?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '7b8b83b0-ceb5-56fe-a081-19993dc8ba42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VU68WRL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719635',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'PARTNER STANDARD DIESEL',
'odometer': 75988,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-31',
'seller_name': 'Direct From GT Vehicle Leasing’',
'title': 'PEUGEOT PARTNER STANDARD DIESEL 650 1.6 BlueHDi 75 Professional Van',
'transmission': 'manual',
'trim': '650 1.6 BlueHDi 75 Professional Van',
'vin': None,
'year': 2019}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [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-27 05:01:47 [astonbarclay.gb] INFO: Saving data for 120719635: {'auction_closing_time': 1774947600.0, 'created_time': 1774357680.390497, 'last_price_update_time': 1774587707.676839}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719635') HTTP/1.1" 204 0
2026-03-27 05:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e2a0565-ffec-58a2-ad29-81a587c490a0 with identifier: 119252663
2026-03-27 05:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e2a0565-ffec-58a2-ad29-81a587c490a0 with identifier: 119252663
2026-03-27 05:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e2a0565-ffec-58a2-ad29-81a587c490a0 with identifier: 119252663 to the API
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119252663?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7e2a0565-ffec-58a2-ad29-81a587c490a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CY17FSA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119252663',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 61065,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-23',
'seller_name': 'MotoNovo Finance',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [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-27 05:01:47 [astonbarclay.gb] INFO: Saving data for 119252663: {'auction_closing_time': 1774612800.0, 'created_time': 1773403642.247264, 'last_price_update_time': 1774587707.978713}
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119252663') HTTP/1.1" 204 0
2026-03-27 05:01:47 [astonbarclay.gb] INFO: Found listing with ID: 120670068
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120670068: 2
2026-03-27 05:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120603430?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120730333?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120439259
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120439259: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120471377
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120471377: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120471388
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120471388: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120208207
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120208207: 2
2026-03-27 05:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120829391
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829391%27 HTTP/1.1" 200 None
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120829391: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120775323
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120775323: 2
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120786723
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120786723: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120592964
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120592964: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120471398
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120471398: 2
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120430055
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120430055: 0
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120681551
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120681551: 2
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120603430, 'registration': 'DX25XAP', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.5 E-Power 204 Acenta Premium 5dr Xtronic', 'mileage': 8746, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-03-22', 'fuel': 'Hybrid Electric', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DX25XAP/2026-03-19/image/5f8ef177-f1df-4dd3-9e5e-28f377496e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/f3cf922e-36ce-449f-bd39-a7ff8772a2fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/1c34dd9d-c0fa-4e08-9318-ae0e51847511_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/1d3be347-44ea-489f-be57-38b7d100f755_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/023ed771-7d71-49d3-923f-53490c1c6334_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/e6a40dfb-bc11-4b4f-bf1f-ecb459e635c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/834f478e-b475-416d-a099-4bd54aefe389_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/fe88d958-0441-4e29-b233-51c65d6a30fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/cf20439d-0c0d-475f-9f91-ebce9cfbe5e9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key, V5 Document Reference Number Available Upon Purchase', '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/23226c58-8ada-4983-beda-b2457dc69eda.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120603430, 'registration': 'DX25XAP', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.5 E-Power 204 Acenta Premium 5dr Xtronic', 'mileage': 8746, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-03-22', 'fuel': 'Hybrid Electric', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DX25XAP/2026-03-19/image/5f8ef177-f1df-4dd3-9e5e-28f377496e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/f3cf922e-36ce-449f-bd39-a7ff8772a2fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/1c34dd9d-c0fa-4e08-9318-ae0e51847511_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/1d3be347-44ea-489f-be57-38b7d100f755_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/023ed771-7d71-49d3-923f-53490c1c6334_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/e6a40dfb-bc11-4b4f-bf1f-ecb459e635c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/834f478e-b475-416d-a099-4bd54aefe389_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/fe88d958-0441-4e29-b233-51c65d6a30fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX25XAP/2026-03-19/image/cf20439d-0c0d-475f-9f91-ebce9cfbe5e9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key, V5 Document Reference Number Available Upon Purchase', '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/23226c58-8ada-4983-beda-b2457dc69eda.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430
2026-03-27 05:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fed473f-e524-514b-bd4d-ed3ac86cbefb with scrape type 2
2026-03-27 05:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fed473f-e524-514b-bd4d-ed3ac86cbefb with scrape type 2
2026-03-27 05:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9fed473f-e524-514b-bd4d-ed3ac86cbefb, identifier: 120603430
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120730333, 'registration': 'CY20AXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE', 'derivative': '1.5 EcoBlue 120 Titanium 5dr Powershift', 'mileage': 19789, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CY20AXW/2026-03-26/image/8890c95e-50e2-4170-8213-01c7a6e7c648_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/978537eb-a307-4a94-ba5f-99968c04661d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/466bff78-9048-4259-8e4f-0836f742433e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/f32e8751-9291-4e53-8bf2-559d9d8c65e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/43a25ad2-f71a-479f-807f-920fd55cd21e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/ace07895-a7f3-4e9e-8161-3233b95c43ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/69f88ec5-885b-4371-bf39-39bd889aa40e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/21- 2k, 07/22- 3k, 04/24- 10k, 04/25- 15k', 'remarks': 'vosa @ 6k 10k 15k SPARE KEY IN OFFICE **HOIST REMOVED**', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cedd4277-c21b-4e59-b494-cc4596a97605.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120730333, 'registration': 'CY20AXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE', 'derivative': '1.5 EcoBlue 120 Titanium 5dr Powershift', 'mileage': 19789, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CY20AXW/2026-03-26/image/8890c95e-50e2-4170-8213-01c7a6e7c648_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/978537eb-a307-4a94-ba5f-99968c04661d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/466bff78-9048-4259-8e4f-0836f742433e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/f32e8751-9291-4e53-8bf2-559d9d8c65e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/43a25ad2-f71a-479f-807f-920fd55cd21e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/ace07895-a7f3-4e9e-8161-3233b95c43ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/CY20AXW/2026-03-26/image/69f88ec5-885b-4371-bf39-39bd889aa40e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/21- 2k, 07/22- 3k, 04/24- 10k, 04/25- 15k', 'remarks': 'vosa @ 6k 10k 15k SPARE KEY IN OFFICE **HOIST REMOVED**', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cedd4277-c21b-4e59-b494-cc4596a97605.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-27 05:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a61cec1-c347-5d9a-bbae-021a3578daae with scrape type 2
2026-03-27 05:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a61cec1-c347-5d9a-bbae-021a3578daae with scrape type 2
2026-03-27 05:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9a61cec1-c347-5d9a-bbae-021a3578daae, identifier: 120730333
2026-03-27 05:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120484555
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Scrape type for 120484555: 2
2026-03-27 05:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybrid+Electric HTTP/1.1" 200 None
2026-03-27 05:01:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430
2026-03-27 05:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430 to the API
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120603430?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Hybrid Electric',
'id': '9fed473f-e524-514b-bd4d-ed3ac86cbefb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DX25XAP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120603430',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'X-TRAIL STATION WAGON',
'odometer': 8746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-22',
'seller_name': 'Motability Operations',
'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': 2025}
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [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-27 05:01:48 [astonbarclay.gb] INFO: Saving data for 120603430: {'auction_closing_time': 1774612800.0, 'created_time': 1773929524.491523, 'last_price_update_time': 1774587708.815824}
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120603430') HTTP/1.1" 204 0
2026-03-27 05:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-27 05:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-27 05:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333 to the API
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120730333?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': '9a61cec1-c347-5d9a-bbae-021a3578daae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CY20AXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120730333',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE',
'odometer': 19789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-21',
'seller_name': 'Motability Operations',
'title': 'FORD GRAND TOURNEO CONNECT DIESEL ESTATE 1.5 EcoBlue 120 Titanium '
'5dr Powershift',
'transmission': 'automatic',
'trim': '1.5 EcoBlue 120 Titanium 5dr Powershift',
'vin': None,
'year': 2020}
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Saving data for 120730333: {'auction_closing_time': 1774949400.0, 'created_time': 1774357709.146606, 'last_price_update_time': 1774587709.284784}
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120730333') HTTP/1.1" 204 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120695095
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120695095: 2
2026-03-27 05:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120417765?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120592922
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120592922: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120805298
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120805298%27 HTTP/1.1" 200 None
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120805298: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120471411
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120471411: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120829588
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829588%27 HTTP/1.1" 200 None
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120829588: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120780354
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120780354: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 119052103
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 119052103: 2
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120799191
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120799191: 2
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120670779
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120670779: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120658712
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120658712: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120658630
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120658630: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120820596
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120820596%27 HTTP/1.1" 200 None
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120820596: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120796093
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120796093%27 HTTP/1.1" 200 None
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120796093: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120829459
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829459%27 HTTP/1.1" 200 None
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120829459: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120644493
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120644493: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120063239
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120063239: 2
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120417765, 'registration': 'CF72HWG', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAROQ ESTATE', 'derivative': '1.0 TSI SE L 5dr', 'mileage': 27759, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-18', 'fuel': 'Petrol', 'motExpiry': '2027-01-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CF72HWG/2026-03-13/image/114d0df2-82bf-4b81-83a3-6a88ecfa2694_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/4b54581c-a06b-4a95-8b8c-4fcd68332cd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/82240ff5-d1b9-4a40-bec7-3b3080c3c994_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/de0e095f-f7f4-4515-95f3-61ff6a93f4a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/7f0cd760-2508-4581-a446-a98dd14467fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/0e2391fc-a3ba-44d3-8c65-2a0f22bf7b33_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/7295a84e-2f44-4a10-99e1-6ad27255c3a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/9085998d-3076-4c16-ad14-18cf370a1396_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/59e01d27-293b-4982-90c8-219b3cf8a01a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/8a8bd891-dd1c-4b07-9c42-4d9419cfc4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/955e4686-e075-4c90-8949-d2f4475f6020_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/54799cb5-a973-4d4a-9425-df28bf2561d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/cf0200c3-5ba4-46d3-8f6b-f5e411bf2572_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/94208f38-b5c2-4ca9-b84c-762a1e87d572_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/f0e81bc2-f22e-4ddc-96ea-c1078d09c9d5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24-17k, 01/26-26k', 'remarks': 'vosa - 26k, V5 Document Reference Number Available Upon Purchase', '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': 'https://abimg002.imgix.net/865f3b18-4ffa-45d4-af94-7d66543ddd15.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120417765, 'registration': 'CF72HWG', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAROQ ESTATE', 'derivative': '1.0 TSI SE L 5dr', 'mileage': 27759, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-18', 'fuel': 'Petrol', 'motExpiry': '2027-01-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CF72HWG/2026-03-13/image/114d0df2-82bf-4b81-83a3-6a88ecfa2694_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/4b54581c-a06b-4a95-8b8c-4fcd68332cd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/82240ff5-d1b9-4a40-bec7-3b3080c3c994_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/de0e095f-f7f4-4515-95f3-61ff6a93f4a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/7f0cd760-2508-4581-a446-a98dd14467fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/0e2391fc-a3ba-44d3-8c65-2a0f22bf7b33_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/7295a84e-2f44-4a10-99e1-6ad27255c3a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/9085998d-3076-4c16-ad14-18cf370a1396_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/59e01d27-293b-4982-90c8-219b3cf8a01a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/8a8bd891-dd1c-4b07-9c42-4d9419cfc4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/955e4686-e075-4c90-8949-d2f4475f6020_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/54799cb5-a973-4d4a-9425-df28bf2561d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/cf0200c3-5ba4-46d3-8f6b-f5e411bf2572_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/94208f38-b5c2-4ca9-b84c-762a1e87d572_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWG/2026-03-13/image/f0e81bc2-f22e-4ddc-96ea-c1078d09c9d5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24-17k, 01/26-26k', 'remarks': 'vosa - 26k, V5 Document Reference Number Available Upon Purchase', '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': 'https://abimg002.imgix.net/865f3b18-4ffa-45d4-af94-7d66543ddd15.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765
2026-03-27 05:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with scrape type 2
2026-03-27 05:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with scrape type 2
2026-03-27 05:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41, identifier: 120417765
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120627663
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120627663: 0
2026-03-27 05:01:49 [astonbarclay.gb] INFO: Found listing with ID: 120519091
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:49 [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-27 05:01:49 [astonbarclay.gb] INFO: Scrape type for 120519091: 2
2026-03-27 05:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765
2026-03-27 05:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765
2026-03-27 05:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765 to the API
2026-03-27 05:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120417765?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'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': '49bfbaf4-2675-5d73-a874-9fccd0fbdd41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CF72HWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120417765',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KAROQ ESTATE',
'odometer': 27759,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-18',
'seller_name': 'Motability Operations',
'title': 'SKODA KAROQ ESTATE 1.0 TSI SE L 5dr',
'transmission': 'manual',
'trim': '1.0 TSI SE L 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Saving data for 120417765: {'auction_closing_time': 1774612800.0, 'created_time': 1773401998.571553, 'last_price_update_time': 1774587710.020063}
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417765') HTTP/1.1" 204 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120783893
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120783893: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120629981
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120629981: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120484612
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120484612: 2
2026-03-27 05:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732811?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120368220?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120722644?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120675722?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120673241
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120673241: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120786178
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120786178: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120221428
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120221428: 2
2026-03-27 05:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120632648
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120632648: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120747504
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120747504: 2
2026-03-27 05:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120468770?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120591357
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120591357: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120827508
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827508%27 HTTP/1.1" 200 None
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120827508: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120679803
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120679803: 2
2026-03-27 05:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120735060?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 119902516
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 119902516: 0
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120466479
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120466479: 2
2026-03-27 05:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Found listing with ID: 120466492
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:50 [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-27 05:01:50 [astonbarclay.gb] INFO: Scrape type for 120466492: 2
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732811, 'registration': 'SG23ZDH', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Icon 5dr CVT', 'mileage': 23428, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/4b8b0e1d-a362-4187-8422-c4f21526acc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/b3fc77a1-8372-47bf-a8e8-02b6b02ba3ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/c2e9d822-5931-4349-b23b-2d86bb450cf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/93ba54c7-1292-4db6-b757-0f206b142610_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/f231f685-79c8-41a8-a25d-58bc918f546b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/4a82b655-45a9-4c9d-865d-f8b1205d57b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/21e9006b-1e38-4477-9bd9-5c405e4e603b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24- 9k, 03/25- 16k', 'remarks': 'vosa - 22k 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': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b961e69e-7b79-490f-b32f-7409f5d735de.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732811, 'registration': 'SG23ZDH', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Icon 5dr CVT', 'mileage': 23428, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/4b8b0e1d-a362-4187-8422-c4f21526acc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/b3fc77a1-8372-47bf-a8e8-02b6b02ba3ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/c2e9d822-5931-4349-b23b-2d86bb450cf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/93ba54c7-1292-4db6-b757-0f206b142610_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/f231f685-79c8-41a8-a25d-58bc918f546b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/4a82b655-45a9-4c9d-865d-f8b1205d57b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23ZDH/2026-03-26/image/21e9006b-1e38-4477-9bd9-5c405e4e603b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24- 9k, 03/25- 16k', 'remarks': 'vosa - 22k 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': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b961e69e-7b79-490f-b32f-7409f5d735de.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811
2026-03-27 05:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75408424-b9fc-5070-b717-d3811eacbc32 with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75408424-b9fc-5070-b717-d3811eacbc32 with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75408424-b9fc-5070-b717-d3811eacbc32, identifier: 120732811
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120368220, 'registration': 'FM24CZA', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C3 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech 130 Max 5dr EAT6', 'mileage': 10837, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-05', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM24CZA/2026-03-12/image/254399bd-08bd-4733-bca7-313e4079b6bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/f0bbefb5-302c-4312-be3b-37b8309a9100_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/27f91676-3b12-4b0c-bb55-e103d67cdaf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/adf91e69-c28c-458d-94be-7d1a0e876079_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/13da2683-a284-4c28-9672-0a5ffa693b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/d1e008e3-7305-4efd-a14c-7510cb37a7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/f18335e7-1d61-4b7b-a1fb-861d639ed303_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/050c3a12-0bd1-4900-ad45-17167a68bd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/86c00921-17c5-4188-991b-3d0152497a13_removebg.jpg?w=600'], 'colour': 'BLUE', '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': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/98b267f9-fd1f-4bc8-9037-42ef7ceb59fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120368220, 'registration': 'FM24CZA', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C3 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech 130 Max 5dr EAT6', 'mileage': 10837, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-05', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM24CZA/2026-03-12/image/254399bd-08bd-4733-bca7-313e4079b6bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/f0bbefb5-302c-4312-be3b-37b8309a9100_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/27f91676-3b12-4b0c-bb55-e103d67cdaf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/adf91e69-c28c-458d-94be-7d1a0e876079_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/13da2683-a284-4c28-9672-0a5ffa693b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/d1e008e3-7305-4efd-a14c-7510cb37a7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/f18335e7-1d61-4b7b-a1fb-861d639ed303_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/050c3a12-0bd1-4900-ad45-17167a68bd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM24CZA/2026-03-12/image/86c00921-17c5-4188-991b-3d0152497a13_removebg.jpg?w=600'], 'colour': 'BLUE', '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': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/98b267f9-fd1f-4bc8-9037-42ef7ceb59fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220
2026-03-27 05:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07420bbb-0bc5-5051-aa57-6dc621e29dc4, identifier: 120368220
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120722644, 'registration': 'SO72FSC', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CROSSLAND HATCHBACK', 'derivative': '1.2 Turbo [130] Elite Edition 5dr Auto', 'mileage': 26359, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a06f9c4a-b38e-4af7-bf6e-9bd5661df3a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/61b063bf-7877-4c49-84a8-e71abc5b4925_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/97dfcba8-d23d-47e4-b6b2-04755dbc4f00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/169eef4b-6742-4b5a-96d4-1363ece2360b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/1528c9e7-ee1c-4c10-8c9f-4b083b66c26f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a1192305-6b48-4850-bcc5-e32f326c1e32_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a8ff3f8e-0911-455a-818e-15e52807036b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/ca747a0e-2491-49f2-a99b-b3622710b449_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/828d050d-f28d-403b-abac-7d083817ca7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a25d4ccc-5d6c-4764-a219-6f6d5bbf27fb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 8k, 02/25- 16k', 'remarks': 'vosa - 24k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a4f29dfd-1245-4007-bf80-f2334d1ba0e5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120722644, 'registration': 'SO72FSC', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CROSSLAND HATCHBACK', 'derivative': '1.2 Turbo [130] Elite Edition 5dr Auto', 'mileage': 26359, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a06f9c4a-b38e-4af7-bf6e-9bd5661df3a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/61b063bf-7877-4c49-84a8-e71abc5b4925_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/97dfcba8-d23d-47e4-b6b2-04755dbc4f00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/169eef4b-6742-4b5a-96d4-1363ece2360b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/1528c9e7-ee1c-4c10-8c9f-4b083b66c26f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a1192305-6b48-4850-bcc5-e32f326c1e32_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a8ff3f8e-0911-455a-818e-15e52807036b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/ca747a0e-2491-49f2-a99b-b3622710b449_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/828d050d-f28d-403b-abac-7d083817ca7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO72FSC/2026-03-24/image/a25d4ccc-5d6c-4764-a219-6f6d5bbf27fb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 8k, 02/25- 16k', 'remarks': 'vosa - 24k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a4f29dfd-1245-4007-bf80-f2334d1ba0e5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644
2026-03-27 05:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1baa0117-aa8f-5c68-b7c6-6f505090307a with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1baa0117-aa8f-5c68-b7c6-6f505090307a with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1baa0117-aa8f-5c68-b7c6-6f505090307a, identifier: 120722644
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120675722, 'registration': 'PO72NBD', 'account': 'MOT070', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 Skyactiv G 75 SE-L 5dr', 'mileage': 8305, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-14', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PO72NBD/2026-03-23/image/72625af7-dc3f-493a-91e1-669a9b63e3c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/00148d02-af71-4903-98e1-03d0f31a2484_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/29c258c3-b53e-4c5e-91a0-6f95dbafcf9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/372c2095-22f2-41f4-a39b-71ed3f6fd475_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/0dff9fb0-77d9-4689-9f76-3c6aa140b74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/312095f6-11ee-4214-bd04-a12a39121460_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/9c1960f5-cf04-40ff-ba2e-52dc034e056b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-2K, 02/25-5K', 'remarks': 'vosa @ 7k - 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/575d499e-03f1-4825-95fc-8a161725f5a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120675722, 'registration': 'PO72NBD', 'account': 'MOT070', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 Skyactiv G 75 SE-L 5dr', 'mileage': 8305, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-14', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PO72NBD/2026-03-23/image/72625af7-dc3f-493a-91e1-669a9b63e3c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/00148d02-af71-4903-98e1-03d0f31a2484_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/29c258c3-b53e-4c5e-91a0-6f95dbafcf9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/372c2095-22f2-41f4-a39b-71ed3f6fd475_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/0dff9fb0-77d9-4689-9f76-3c6aa140b74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/312095f6-11ee-4214-bd04-a12a39121460_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO72NBD/2026-03-23/image/9c1960f5-cf04-40ff-ba2e-52dc034e056b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-2K, 02/25-5K', 'remarks': 'vosa @ 7k - 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/575d499e-03f1-4825-95fc-8a161725f5a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722
2026-03-27 05:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef1e59ee-7e59-5505-822b-330a601fe225 with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef1e59ee-7e59-5505-822b-330a601fe225 with scrape type 2
2026-03-27 05:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ef1e59ee-7e59-5505-822b-330a601fe225, identifier: 120675722
2026-03-27 05:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811
2026-03-27 05:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811
2026-03-27 05:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811 to the API
2026-03-27 05:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732811?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '75408424-b9fc-5070-b717-d3811eacbc32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG23ZDH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732811',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 23428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-03',
'seller_name': 'Motability Operations',
'title': 'TOYOTA C-HR HATCHBACK 1.8 Hybrid Icon 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 Hybrid Icon 5dr CVT',
'vin': None,
'year': 2023}
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:51 [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-27 05:01:51 [astonbarclay.gb] INFO: Saving data for 120732811: {'auction_closing_time': 1774949400.0, 'created_time': 1774357626.143121, 'last_price_update_time': 1774587711.162096}
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732811') HTTP/1.1" 204 0
2026-03-27 05:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220
2026-03-27 05:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220
2026-03-27 05:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220 to the API
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120368220?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '07420bbb-0bc5-5051-aa57-6dc621e29dc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM24CZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120368220',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'C3 AIRCROSS HATCHBACK',
'odometer': 10837,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-05',
'seller_name': 'Motability Operations',
'title': 'CITROEN C3 AIRCROSS HATCHBACK 1.2 PureTech 130 Max 5dr EAT6',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 Max 5dr EAT6',
'vin': None,
'year': 2024}
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:51 [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-27 05:01:51 [astonbarclay.gb] INFO: Saving data for 120368220: {'auction_closing_time': 1774612800.0, 'created_time': 1773403026.010367, 'last_price_update_time': 1774587711.586576}
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368220') HTTP/1.1" 204 0
2026-03-27 05:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644
2026-03-27 05:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644
2026-03-27 05:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644 to the API
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120722644?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '1baa0117-aa8f-5c68-b7c6-6f505090307a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SO72FSC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120722644',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'CROSSLAND HATCHBACK',
'odometer': 26359,
'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': 'Motability Operations',
'title': 'VAUXHALL CROSSLAND HATCHBACK 1.2 Turbo [130] Elite Edition 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo [130] Elite Edition 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:51 [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-27 05:01:51 [astonbarclay.gb] INFO: Saving data for 120722644: {'auction_closing_time': 1774949400.0, 'created_time': 1774357682.757043, 'last_price_update_time': 1774587711.951048}
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120722644') HTTP/1.1" 204 0
2026-03-27 05:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722
2026-03-27 05:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722
2026-03-27 05:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722 to the API
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120675722?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'ef1e59ee-7e59-5505-822b-330a601fe225',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PO72NBD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120675722',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MAZDA',
'model': 'MAZDA2 HATCHBACK',
'odometer': 8305,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-14',
'seller_name': 'Motability Operations',
'title': 'MAZDA MAZDA2 HATCHBACK 1.5 Skyactiv G 75 SE-L 5dr',
'transmission': 'manual',
'trim': '1.5 Skyactiv G 75 SE-L 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [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-27 05:01:52 [astonbarclay.gb] INFO: Saving data for 120675722: {'auction_closing_time': 1774949400.0, 'created_time': 1774260366.479891, 'last_price_update_time': 1774587712.281364}
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120675722') HTTP/1.1" 204 0
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Found listing with ID: 120592412
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [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-27 05:01:52 [astonbarclay.gb] INFO: Scrape type for 120592412: 2
2026-03-27 05:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673273?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Found listing with ID: 120592174
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [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-27 05:01:52 [astonbarclay.gb] INFO: Scrape type for 120592174: 0
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Found listing with ID: 120556298
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [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-27 05:01:52 [astonbarclay.gb] INFO: Scrape type for 120556298: 2
2026-03-27 05:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120724959?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120468770, 'registration': 'VU70XRZ', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'TRAVELLER DIESEL ESTATE', 'derivative': '2.0 BlueHDi 180 Active Standard [8 Seat] 5dr EAT8', 'mileage': 15694, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-11-10', 'fuel': 'Diesel', 'motExpiry': '2026-12-07', 'doors': 5, 'engineSize': 2000, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/04149044-2fc5-4e01-83b4-244a3dd4ccd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/6eea8c36-b2f5-44da-8688-a18742d4c90b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/b2bedf1a-e9c9-4d17-8f37-6051608756cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/8422cb3f-7487-45bd-8eef-5205332993ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/009ef5ad-c9de-4bd1-ae04-773f8e7e96d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/8913f52c-38d7-4f9d-9ad0-52b2a7d237cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/74bf346f-fb74-4ad1-bb68-bb2265f947e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/2cc9bd0a-2a58-47b3-821c-50d764303cd3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22- 4k, 01/25- 11k', 'remarks': '** outstanding recall** vosa @ 7k 10k 15k* REAR BENCH SEAT MISSING* 5 SEATS* HOIST REMOVED - 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': 191, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b9de6294-7ed3-4eb6-babc-33f9c8ac31e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120468770, 'registration': 'VU70XRZ', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'TRAVELLER DIESEL ESTATE', 'derivative': '2.0 BlueHDi 180 Active Standard [8 Seat] 5dr EAT8', 'mileage': 15694, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-11-10', 'fuel': 'Diesel', 'motExpiry': '2026-12-07', 'doors': 5, 'engineSize': 2000, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/04149044-2fc5-4e01-83b4-244a3dd4ccd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/6eea8c36-b2f5-44da-8688-a18742d4c90b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/b2bedf1a-e9c9-4d17-8f37-6051608756cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/8422cb3f-7487-45bd-8eef-5205332993ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/009ef5ad-c9de-4bd1-ae04-773f8e7e96d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/8913f52c-38d7-4f9d-9ad0-52b2a7d237cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/74bf346f-fb74-4ad1-bb68-bb2265f947e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-24/image/2cc9bd0a-2a58-47b3-821c-50d764303cd3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22- 4k, 01/25- 11k', 'remarks': '** outstanding recall** vosa @ 7k 10k 15k* REAR BENCH SEAT MISSING* 5 SEATS* HOIST REMOVED - 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': 191, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b9de6294-7ed3-4eb6-babc-33f9c8ac31e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770
2026-03-27 05:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with scrape type 2
2026-03-27 05:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with scrape type 2
2026-03-27 05:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e90b1a1a-8a71-5231-b8da-78b52dcfbc24, identifier: 120468770
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120735060, 'registration': 'RJ72YWO', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 SE L Executive 5dr', 'mileage': 18208, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/778fde39-3355-48bd-bf81-030873a10402_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/517d5f12-dd78-48bc-b10f-5fec9d5d2630_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/5d23d657-3a8e-4f3c-9b92-2fe6f03ee9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/8526db40-3cf7-44d6-93e0-c37ee9716ce3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/e1de8bee-4997-4919-9024-f97f9de9eb4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/dc55ea48-a7e1-4520-beae-298193815d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/20f69202-0ef0-487a-a2f9-edf06beb22ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/191554a5-462a-4b8a-a547-059119ac5c36_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/f45eda7f-f3c6-4114-b7bb-b9d6d97a0fb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/ced244d5-9105-4e16-a1f1-eadb1f3c964a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/6579a3c7-bc36-47c4-b7d6-461154aef3b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/07c70652-68b0-4bda-b01b-358c1dae8f6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/0178ed91-de15-493b-8cde-bb236f729732_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25- 11k', 'remarks': 'vosa @ 16k 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': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00c16ebe-5253-4443-b718-ace68168dd5d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120735060, 'registration': 'RJ72YWO', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 SE L Executive 5dr', 'mileage': 18208, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/778fde39-3355-48bd-bf81-030873a10402_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/517d5f12-dd78-48bc-b10f-5fec9d5d2630_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/5d23d657-3a8e-4f3c-9b92-2fe6f03ee9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/8526db40-3cf7-44d6-93e0-c37ee9716ce3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/e1de8bee-4997-4919-9024-f97f9de9eb4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/dc55ea48-a7e1-4520-beae-298193815d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/20f69202-0ef0-487a-a2f9-edf06beb22ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/191554a5-462a-4b8a-a547-059119ac5c36_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/f45eda7f-f3c6-4114-b7bb-b9d6d97a0fb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/ced244d5-9105-4e16-a1f1-eadb1f3c964a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/6579a3c7-bc36-47c4-b7d6-461154aef3b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/07c70652-68b0-4bda-b01b-358c1dae8f6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YWO/2026-03-25/image/0178ed91-de15-493b-8cde-bb236f729732_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25- 11k', 'remarks': 'vosa @ 16k 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': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00c16ebe-5253-4443-b718-ace68168dd5d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060
2026-03-27 05:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0496361-09c7-5076-a701-78b294fe8af2 with scrape type 2
2026-03-27 05:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0496361-09c7-5076-a701-78b294fe8af2 with scrape type 2
2026-03-27 05:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f0496361-09c7-5076-a701-78b294fe8af2, identifier: 120735060
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Found listing with ID: 120673220
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [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-27 05:01:52 [astonbarclay.gb] INFO: Scrape type for 120673220: 0
2026-03-27 05:01:52 [astonbarclay.gb] INFO: Found listing with ID: 120694445
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:52 [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-27 05:01:52 [astonbarclay.gb] INFO: Scrape type for 120694445: 2
2026-03-27 05:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770
2026-03-27 05:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770
2026-03-27 05:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770 to the API
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120468770?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 191,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'e90b1a1a-8a71-5231-b8da-78b52dcfbc24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VU70XRZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120468770',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': 'TRAVELLER DIESEL ESTATE',
'odometer': 15694,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-10',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT TRAVELLER DIESEL ESTATE 2.0 BlueHDi 180 Active Standard [8 '
'Seat] 5dr EAT8',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 180 Active Standard [8 Seat] 5dr EAT8',
'vin': None,
'year': 2020}
2026-03-27 05:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [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-27 05:01:53 [astonbarclay.gb] INFO: Saving data for 120468770: {'auction_closing_time': 1774949400.0, 'created_time': 1773666825.382958, 'last_price_update_time': 1774587713.00624}
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120468770') HTTP/1.1" 204 0
2026-03-27 05:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060
2026-03-27 05:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060
2026-03-27 05:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060 to the API
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120735060?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'f0496361-09c7-5076-a701-78b294fe8af2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ72YWO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120735060',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KAMIQ HATCHBACK',
'odometer': 18208,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seller_name': 'Motability Operations',
'title': 'SKODA KAMIQ HATCHBACK 1.0 TSI 110 SE L Executive 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 110 SE L Executive 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [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-27 05:01:53 [astonbarclay.gb] INFO: Saving data for 120735060: {'auction_closing_time': 1774949400.0, 'created_time': 1774357635.127569, 'last_price_update_time': 1774587713.365828}
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735060') HTTP/1.1" 204 0
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120828123
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828123%27 HTTP/1.1" 200 None
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Scrape type for 120828123: 0
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120688625
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688625%27 HTTP/1.1" 200 None
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Scrape type for 120688625: 0
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120631174
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [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-27 05:01:53 [astonbarclay.gb] INFO: Scrape type for 120631174: 0
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120655506
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [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-27 05:01:53 [astonbarclay.gb] INFO: Scrape type for 120655506: 2
2026-03-27 05:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120397393?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120656631?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674631?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794341?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673273, 'registration': 'FY22KCG', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CROSSLAND DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Ultimate 5dr', 'mileage': 25789, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-08-09', 'fuel': 'Diesel', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY22KCG/2026-03-23/image/dcb78de6-4930-474b-977c-68a046518dd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/6d57595a-6987-4aba-bea2-81767c5f8895_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/ef7fcc18-0a3c-4625-82ca-5723fa92902b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/36c9f49b-6f62-4ad0-a690-448630182155_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/64198f98-0689-40f4-a164-141e1bf9484e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/f6341e03-929d-420f-ab71-b7472046246d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/9bb013d6-4ccc-443d-a48b-ee6bebcb240a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/37a0503e-751e-4311-8195-716a5c63b5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/9361fbae-d534-4bc8-9f9f-8c3e6ddcff26_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/8c938469-4ee7-44a0-809f-5fe480821487_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/23-10K, 07/24-18K, 07/25-23K', 'remarks': 'vosa @ 23k - 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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/380e87fc-d3b5-43fa-a86f-a5180dd965a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673273, 'registration': 'FY22KCG', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CROSSLAND DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Ultimate 5dr', 'mileage': 25789, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-08-09', 'fuel': 'Diesel', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY22KCG/2026-03-23/image/dcb78de6-4930-474b-977c-68a046518dd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/6d57595a-6987-4aba-bea2-81767c5f8895_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/ef7fcc18-0a3c-4625-82ca-5723fa92902b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/36c9f49b-6f62-4ad0-a690-448630182155_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/64198f98-0689-40f4-a164-141e1bf9484e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/f6341e03-929d-420f-ab71-b7472046246d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/9bb013d6-4ccc-443d-a48b-ee6bebcb240a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/37a0503e-751e-4311-8195-716a5c63b5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/9361fbae-d534-4bc8-9f9f-8c3e6ddcff26_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY22KCG/2026-03-23/image/8c938469-4ee7-44a0-809f-5fe480821487_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/23-10K, 07/24-18K, 07/25-23K', 'remarks': 'vosa @ 23k - 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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/380e87fc-d3b5-43fa-a86f-a5180dd965a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273
2026-03-27 05:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a93fe6-597a-5e58-98ae-4db48ed5590b with scrape type 2
2026-03-27 05:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66a93fe6-597a-5e58-98ae-4db48ed5590b with scrape type 2
2026-03-27 05:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66a93fe6-597a-5e58-98ae-4db48ed5590b, identifier: 120673273
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120724959, 'registration': 'SH72KXC', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 Active 5dr', 'mileage': 36041, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-25', 'fuel': 'Petrol', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH72KXC/2026-03-25/image/c9cf156b-cb02-47b1-a729-08338b08925b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/61c275c3-ef29-4bbe-af36-66a161cae800_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/2f840fe5-165f-437e-91a1-80a142fd57ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/38b7a82a-8f1e-4f32-a03e-1c4c01721c88_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/64f0ec1c-9102-4288-aeee-1d92c5147561_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/ce4d034a-3754-45b3-abce-296e3408e826_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/9c951a28-ec0c-47e6-8b41-c19924cf75a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/6f9075eb-a311-4848-8345-2dceaa497a95_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/fe85df87-b6f9-419d-ba19-dd2b3f05846f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/bba38212-934f-46df-8f51-2f079f947728_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/798c9671-39f3-4d7d-b3fc-f944fff55073_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-16K,', 'remarks': 'vosa @ 32k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/007b2afd-11bc-4532-9fed-7f0224567790.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120724959, 'registration': 'SH72KXC', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 Active 5dr', 'mileage': 36041, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-25', 'fuel': 'Petrol', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH72KXC/2026-03-25/image/c9cf156b-cb02-47b1-a729-08338b08925b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/61c275c3-ef29-4bbe-af36-66a161cae800_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/2f840fe5-165f-437e-91a1-80a142fd57ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/38b7a82a-8f1e-4f32-a03e-1c4c01721c88_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/64f0ec1c-9102-4288-aeee-1d92c5147561_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/ce4d034a-3754-45b3-abce-296e3408e826_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/9c951a28-ec0c-47e6-8b41-c19924cf75a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/6f9075eb-a311-4848-8345-2dceaa497a95_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/fe85df87-b6f9-419d-ba19-dd2b3f05846f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/bba38212-934f-46df-8f51-2f079f947728_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72KXC/2026-03-25/image/798c9671-39f3-4d7d-b3fc-f944fff55073_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-16K,', 'remarks': 'vosa @ 32k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/007b2afd-11bc-4532-9fed-7f0224567790.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959
2026-03-27 05:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 138511b0-2adb-5733-a790-6d8ce21e6568 with scrape type 2
2026-03-27 05:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 138511b0-2adb-5733-a790-6d8ce21e6568 with scrape type 2
2026-03-27 05:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 138511b0-2adb-5733-a790-6d8ce21e6568, identifier: 120724959
2026-03-27 05:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273
2026-03-27 05:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273
2026-03-27 05:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273 to the API
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673273?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': '66a93fe6-597a-5e58-98ae-4db48ed5590b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY22KCG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673273',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'CROSSLAND DIESEL HATCHBACK',
'odometer': 25789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-09',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CROSSLAND DIESEL HATCHBACK 1.5 Turbo D Ultimate 5dr',
'transmission': 'manual',
'trim': '1.5 Turbo D Ultimate 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [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-27 05:01:53 [astonbarclay.gb] INFO: Saving data for 120673273: {'auction_closing_time': 1774949400.0, 'created_time': 1774260363.680597, 'last_price_update_time': 1774587713.964536}
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673273') HTTP/1.1" 204 0
2026-03-27 05:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959
2026-03-27 05:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959
2026-03-27 05:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959 to the API
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120724959?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '138511b0-2adb-5733-a790-6d8ce21e6568',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH72KXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120724959',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 36041,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seller_name': 'Motability Operations',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 Active 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Active 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [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-27 05:01:54 [astonbarclay.gb] INFO: Saving data for 120724959: {'auction_closing_time': 1774949400.0, 'created_time': 1774357669.549109, 'last_price_update_time': 1774587714.367522}
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724959') HTTP/1.1" 204 0
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120825971
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120825971%27 HTTP/1.1" 200 None
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Scrape type for 120825971: 0
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120679722
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [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-27 05:01:54 [astonbarclay.gb] INFO: Scrape type for 120679722: 2
2026-03-27 05:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674884?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120825226
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120825226%27 HTTP/1.1" 200 None
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Scrape type for 120825226: 0
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120716291
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [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-27 05:01:54 [astonbarclay.gb] INFO: Scrape type for 120716291: 2
2026-03-27 05:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120397393, 'registration': 'HK24ZGD', 'account': 'MOT070', 'make': 'SKODA', 'model': 'ENYAQ ESTATE', 'derivative': '210kW 85 Edition 82kWh 5dr Auto [Suite]', 'mileage': 12485, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-05-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/dda3fe71-ea7a-4ece-99a8-55ae333c6c60_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/ffca321a-d45b-4d4f-a94e-ae175f564790_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/0d831ddd-264a-41b2-9931-cac0766b7e1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/ef5d47ba-1862-4c67-a730-d7296c6bb5ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/31084f8b-72c0-4fba-b55c-376699927726_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/1ea8e887-687e-4bf5-abe5-8fbb586f4fc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/5b344f77-6a6c-49f5-a039-60e40dc36fb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/93320215-5514-4e9c-96ca-1483aa692088_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/8ae9d243-482a-4c6c-8229-c3565c314d2d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 Document Reference Number Available Upon Purchase', '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/bfe5cce1-c009-49bd-8aaa-a68b538c639f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120397393, 'registration': 'HK24ZGD', 'account': 'MOT070', 'make': 'SKODA', 'model': 'ENYAQ ESTATE', 'derivative': '210kW 85 Edition 82kWh 5dr Auto [Suite]', 'mileage': 12485, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-05-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/dda3fe71-ea7a-4ece-99a8-55ae333c6c60_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/ffca321a-d45b-4d4f-a94e-ae175f564790_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/0d831ddd-264a-41b2-9931-cac0766b7e1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/ef5d47ba-1862-4c67-a730-d7296c6bb5ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/31084f8b-72c0-4fba-b55c-376699927726_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/1ea8e887-687e-4bf5-abe5-8fbb586f4fc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/5b344f77-6a6c-49f5-a039-60e40dc36fb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/93320215-5514-4e9c-96ca-1483aa692088_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK24ZGD/2026-03-13/image/8ae9d243-482a-4c6c-8229-c3565c314d2d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 Document Reference Number Available Upon Purchase', '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/bfe5cce1-c009-49bd-8aaa-a68b538c639f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393
2026-03-27 05:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe358ae-3232-5322-8234-110d35f7901c with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffe358ae-3232-5322-8234-110d35f7901c with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffe358ae-3232-5322-8234-110d35f7901c, identifier: 120397393
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120656631, 'registration': 'YE72BRX', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '100kW GS Line 50kWh 5dr Auto', 'mileage': 77075, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-10-24', 'fuel': 'Electric', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE72BRX/2026-03-26/image/c68cba1c-1205-448e-9d63-38fd1d35c723_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/0cc805ef-922c-4c6d-8c93-9ade57af9714_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/2361cdb7-c853-4982-b69f-9304f6c47761_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/1ff58500-3d99-4d56-93d3-1ebfab0f2924_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/2742071e-428a-4502-a72d-790580fd5340_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/79a62ce4-82d0-49b4-a85d-d4843825e01b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/4b16919a-6ebb-4f29-b93d-da3841d00c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/cd81c5e0-66f6-4bf1-978a-229cd02dd0c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/b959d6b8-e4be-4eea-ae36-0a4ed09f3942_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/d86e8507-ac37-4eeb-8756-51e5e1a564d4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/23-19k, 12/24-54k, 11/25-71k', 'remarks': 'vosa - 71k 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/609f5b25-f370-40cc-b8ee-2c982b83d496.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120656631, 'registration': 'YE72BRX', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '100kW GS Line 50kWh 5dr Auto', 'mileage': 77075, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-10-24', 'fuel': 'Electric', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE72BRX/2026-03-26/image/c68cba1c-1205-448e-9d63-38fd1d35c723_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/0cc805ef-922c-4c6d-8c93-9ade57af9714_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/2361cdb7-c853-4982-b69f-9304f6c47761_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/1ff58500-3d99-4d56-93d3-1ebfab0f2924_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/2742071e-428a-4502-a72d-790580fd5340_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/79a62ce4-82d0-49b4-a85d-d4843825e01b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/4b16919a-6ebb-4f29-b93d-da3841d00c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/cd81c5e0-66f6-4bf1-978a-229cd02dd0c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/b959d6b8-e4be-4eea-ae36-0a4ed09f3942_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72BRX/2026-03-26/image/d86e8507-ac37-4eeb-8756-51e5e1a564d4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/23-19k, 12/24-54k, 11/25-71k', 'remarks': 'vosa - 71k 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/609f5b25-f370-40cc-b8ee-2c982b83d496.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631
2026-03-27 05:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b17e902-c738-593f-a614-95b963cb9d12 with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b17e902-c738-593f-a614-95b963cb9d12 with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b17e902-c738-593f-a614-95b963cb9d12, identifier: 120656631
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674631, 'registration': 'DF72MKN', 'account': 'MOT070', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '30 TFSI S Line 5dr S Tronic', 'mileage': 25135, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-09', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DF72MKN/2026-03-23/image/f27d731d-97e5-4d1f-b364-06552a9f0bf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/ce57855a-af36-4557-91cc-40828d71d21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/9ef4c4c0-858f-4095-b93b-07bee59e93e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/2bf55e63-a401-4717-9780-0461a14a6344_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/aab9e68e-347a-404e-bd29-90cc5cdc9b61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/45d48d58-8d4a-425a-a3bd-dd1786a5d3fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/d4d11f71-6c0a-4784-aeb6-edb842bfc9fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/cc88f12a-8e9c-4bb4-a40d-55ad5f743660_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/5cecdf29-802a-4f0f-b90a-8a9e34677ade_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25- 22k', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19879030-162d-434c-8ab4-bd5f7971dc16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674631, 'registration': 'DF72MKN', 'account': 'MOT070', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '30 TFSI S Line 5dr S Tronic', 'mileage': 25135, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-09', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DF72MKN/2026-03-23/image/f27d731d-97e5-4d1f-b364-06552a9f0bf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/ce57855a-af36-4557-91cc-40828d71d21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/9ef4c4c0-858f-4095-b93b-07bee59e93e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/2bf55e63-a401-4717-9780-0461a14a6344_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/aab9e68e-347a-404e-bd29-90cc5cdc9b61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/45d48d58-8d4a-425a-a3bd-dd1786a5d3fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/d4d11f71-6c0a-4784-aeb6-edb842bfc9fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/cc88f12a-8e9c-4bb4-a40d-55ad5f743660_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72MKN/2026-03-23/image/5cecdf29-802a-4f0f-b90a-8a9e34677ade_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25- 22k', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19879030-162d-434c-8ab4-bd5f7971dc16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631
2026-03-27 05:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d638fcc8-13b5-5c44-b250-2b4fed321d1d with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d638fcc8-13b5-5c44-b250-2b4fed321d1d with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d638fcc8-13b5-5c44-b250-2b4fed321d1d, identifier: 120674631
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794341, 'registration': 'VE71XGW', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CROSSLAND HATCHBACK', 'derivative': '1.2 Turbo [130] Ultimate 5dr Auto', 'mileage': 29101, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-01-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VE71XGW/2026-03-26/image/a3ef3fc1-db23-4e5f-9ce1-d87b9f82f44f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/e184ca3d-6161-4dc5-9d48-cba2fa9feb20_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/59efe579-c872-401a-8732-f970b9e41aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/86301a46-cae3-48ed-8428-ba8f6f429ebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/d037df16-c380-4707-bfd9-22f5a39751e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/2e37e851-b7b8-493a-a041-b4752de3409f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/b3cec1d8-6e2c-4039-936c-4ec504e55277_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/3b849281-7310-4386-a072-5fdb79441e41_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/729a6a83-dd9d-4cdc-b6df-6c6e8445dd68_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/a8214fc7-f85b-4d7c-8892-aabb6f0a52cc_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/22-6k, 11/23-15k, 11/24-20k', 'remarks': 'vosa @ 20k 27k - 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c206f93-403b-4681-9dbf-68e771869766.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794341, 'registration': 'VE71XGW', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CROSSLAND HATCHBACK', 'derivative': '1.2 Turbo [130] Ultimate 5dr Auto', 'mileage': 29101, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-01-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VE71XGW/2026-03-26/image/a3ef3fc1-db23-4e5f-9ce1-d87b9f82f44f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/e184ca3d-6161-4dc5-9d48-cba2fa9feb20_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/59efe579-c872-401a-8732-f970b9e41aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/86301a46-cae3-48ed-8428-ba8f6f429ebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/d037df16-c380-4707-bfd9-22f5a39751e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/2e37e851-b7b8-493a-a041-b4752de3409f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/b3cec1d8-6e2c-4039-936c-4ec504e55277_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/3b849281-7310-4386-a072-5fdb79441e41_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/729a6a83-dd9d-4cdc-b6df-6c6e8445dd68_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71XGW/2026-03-26/image/a8214fc7-f85b-4d7c-8892-aabb6f0a52cc_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/22-6k, 11/23-15k, 11/24-20k', 'remarks': 'vosa @ 20k 27k - 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c206f93-403b-4681-9dbf-68e771869766.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592 with identifier: 120794341
2026-03-27 05:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592 with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592 with scrape type 2
2026-03-27 05:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592, identifier: 120794341
2026-03-27 05:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120620461
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:54 [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-27 05:01:54 [astonbarclay.gb] INFO: Scrape type for 120620461: 2
2026-03-27 05:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393
2026-03-27 05:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393
2026-03-27 05:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393 to the API
2026-03-27 05:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120397393?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': 'ffe358ae-3232-5322-8234-110d35f7901c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HK24ZGD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120397393',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'ENYAQ ESTATE',
'odometer': 12485,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-15',
'seller_name': 'Motability Operations',
'title': 'SKODA ENYAQ ESTATE 210kW 85 Edition 82kWh 5dr Auto [Suite]',
'transmission': 'automatic',
'trim': '210kW 85 Edition 82kWh 5dr Auto [Suite]',
'vin': None,
'year': 2024}
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:55 [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-27 05:01:55 [astonbarclay.gb] INFO: Saving data for 120397393: {'auction_closing_time': 1774612800.0, 'created_time': 1773403548.113376, 'last_price_update_time': 1774587715.171153}
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120397393') HTTP/1.1" 204 0
2026-03-27 05:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631
2026-03-27 05:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631
2026-03-27 05:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631 to the API
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120656631?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-31T09:30:00Z',
'fuel_type': 'Electric',
'id': '4b17e902-c738-593f-a614-95b963cb9d12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE72BRX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120656631',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'MOKKA ELECTRIC HATCHBACK',
'odometer': 77075,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-24',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL MOKKA ELECTRIC HATCHBACK 100kW GS Line 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GS Line 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01: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-27 05:01:55 [astonbarclay.gb] INFO: Saving data for 120656631: {'auction_closing_time': 1774949400.0, 'created_time': 1774033508.919863, 'last_price_update_time': 1774587715.601874}
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656631') HTTP/1.1" 204 0
2026-03-27 05:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631
2026-03-27 05:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631
2026-03-27 05:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631 to the API
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674631?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'd638fcc8-13b5-5c44-b250-2b4fed321d1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DF72MKN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674631',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 25135,
'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': 'Motability Operations',
'title': 'AUDI A3 SPORTBACK 30 TFSI S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '30 TFSI S Line 5dr S Tronic',
'vin': None,
'year': 2023}
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:55 [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-27 05:01:55 [astonbarclay.gb] INFO: Saving data for 120674631: {'auction_closing_time': 1774949400.0, 'created_time': 1774260384.868956, 'last_price_update_time': 1774587715.953808}
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674631') HTTP/1.1" 204 0
2026-03-27 05:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592 with identifier: 120794341
2026-03-27 05:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592 with identifier: 120794341
2026-03-27 05:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592 with identifier: 120794341 to the API
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794341?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '4bbb3a3f-8abf-5b2b-ba3a-13e6e52fe592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE71XGW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794341',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'CROSSLAND HATCHBACK',
'odometer': 29101,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CROSSLAND HATCHBACK 1.2 Turbo [130] Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo [130] Ultimate 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [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-27 05:01:56 [astonbarclay.gb] INFO: Saving data for 120794341: {'auction_closing_time': 1774949400.0, 'created_time': 1774466038.655639, 'last_price_update_time': 1774587716.319442}
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794341') HTTP/1.1" 204 0
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120761701
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761701%27 HTTP/1.1" 200 None
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Scrape type for 120761701: 0
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120584241
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [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-27 05:01:56 [astonbarclay.gb] INFO: Scrape type for 120584241: 0
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120666826
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [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-27 05:01:56 [astonbarclay.gb] INFO: Scrape type for 120666826: 2
2026-03-27 05:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797717?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674884, 'registration': 'VO24FLV', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '115kW Ultimate 54kWh 5dr Auto', 'mileage': 18695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-06', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO24FLV/2026-03-25/image/d5d7528c-e476-41f8-8eab-b2736aa5e0b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/7a1c88ae-ead9-447c-890e-8c0072c69293_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/df2e2e22-c74b-4551-8f06-c40dc09e4daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/555f0ea4-907d-49f6-a357-7f05fd8624d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/9c83a004-5fa9-4d3c-85d6-372891e75be2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/757cdc69-ef05-4f82-b920-fb758719c282_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/26482819-df42-4e4f-84b8-d80dd53debea_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/744f3b4e-8b7f-45d8-8139-ac3f279a3ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/dd474594-230f-46bf-a432-81841944e1ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/a4361176-94b0-44ab-82b9-3687b2246899_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26- 17k', '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': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6525eaf-3a8c-4ffd-a4c6-635a9a7f8280.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674884, 'registration': 'VO24FLV', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '115kW Ultimate 54kWh 5dr Auto', 'mileage': 18695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-06', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO24FLV/2026-03-25/image/d5d7528c-e476-41f8-8eab-b2736aa5e0b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/7a1c88ae-ead9-447c-890e-8c0072c69293_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/df2e2e22-c74b-4551-8f06-c40dc09e4daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/555f0ea4-907d-49f6-a357-7f05fd8624d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/9c83a004-5fa9-4d3c-85d6-372891e75be2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/757cdc69-ef05-4f82-b920-fb758719c282_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/26482819-df42-4e4f-84b8-d80dd53debea_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/744f3b4e-8b7f-45d8-8139-ac3f279a3ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/dd474594-230f-46bf-a432-81841944e1ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO24FLV/2026-03-25/image/a4361176-94b0-44ab-82b9-3687b2246899_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26- 17k', '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': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6525eaf-3a8c-4ffd-a4c6-635a9a7f8280.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884
2026-03-27 05:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with scrape type 2
2026-03-27 05:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with scrape type 2
2026-03-27 05:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1, identifier: 120674884
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120670068, 'registration': 'MJ58EFU', 'account': 'VAN047', 'make': 'TOYOTA', 'model': 'RAV 4 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 VVT-i XT-R 5dr Auto', 'mileage': 136419, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-11-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/7d2c5d42-26b8-4ea9-aa14-c77be5d7469c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/308f9af6-9b70-44ca-a012-0c7b74c76efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/4c1a50ea-1a92-4021-b5ec-c34f8b4e5a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/2db15e50-ace1-4b0f-a2c4-d1d323a8c129_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/2c5a1732-fa74-4e59-ab8f-3a063973e2bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/4a1d138e-03e6-46c8-97fb-efb23bf95a65_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/d3b0a96f-96c3-472b-a83f-331e9617dbf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/c68ddde4-df3b-43fe-b688-8922dcffa521_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 12/09 - 9K, 12/10 - 19K, 11/11 - 28K, 05/13 - 44K, 11/14 - 53K, 06/16 - 60K, 12/20 - 78K,', 'remarks': '**1394** VOSA STATES 28K, 39K, 47K, 53K, 57K, 62K, 66K, 70K, 73K, 78K, 85K, 97K, 109K, 120K, 131K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 212, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ba6502ec-572e-44b2-b22d-03d86a771096.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120670068, 'registration': 'MJ58EFU', 'account': 'VAN047', 'make': 'TOYOTA', 'model': 'RAV 4 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 VVT-i XT-R 5dr Auto', 'mileage': 136419, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-11-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/7d2c5d42-26b8-4ea9-aa14-c77be5d7469c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/308f9af6-9b70-44ca-a012-0c7b74c76efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/4c1a50ea-1a92-4021-b5ec-c34f8b4e5a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/2db15e50-ace1-4b0f-a2c4-d1d323a8c129_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/2c5a1732-fa74-4e59-ab8f-3a063973e2bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/4a1d138e-03e6-46c8-97fb-efb23bf95a65_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/d3b0a96f-96c3-472b-a83f-331e9617dbf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ58EFU/2026-03-25/image/c68ddde4-df3b-43fe-b688-8922dcffa521_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 12/09 - 9K, 12/10 - 19K, 11/11 - 28K, 05/13 - 44K, 11/14 - 53K, 06/16 - 60K, 12/20 - 78K,', 'remarks': '**1394** VOSA STATES 28K, 39K, 47K, 53K, 57K, 62K, 66K, 70K, 73K, 78K, 85K, 97K, 109K, 120K, 131K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 212, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ba6502ec-572e-44b2-b22d-03d86a771096.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068
2026-03-27 05:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd48831-bcb1-521b-9779-fe77952cb2bc with scrape type 2
2026-03-27 05:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dd48831-bcb1-521b-9779-fe77952cb2bc with scrape type 2
2026-03-27 05:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5dd48831-bcb1-521b-9779-fe77952cb2bc, identifier: 120670068
2026-03-27 05:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884
2026-03-27 05:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884
2026-03-27 05:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884 to the API
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674884?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:30:00Z',
'fuel_type': 'Electric',
'id': '0542fd5b-91a4-5951-90a4-ea2f34d7d9f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO24FLV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674884',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'MOKKA ELECTRIC HATCHBACK',
'odometer': 18695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-06',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL MOKKA ELECTRIC HATCHBACK 115kW Ultimate 54kWh 5dr Auto',
'transmission': 'automatic',
'trim': '115kW Ultimate 54kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [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-27 05:01:56 [astonbarclay.gb] INFO: Saving data for 120674884: {'auction_closing_time': 1774949400.0, 'created_time': 1774260367.548611, 'last_price_update_time': 1774587716.916812}
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674884') HTTP/1.1" 204 0
2026-03-27 05:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068
2026-03-27 05:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068
2026-03-27 05:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068 to the API
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 212,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '5dd48831-bcb1-521b-9779-fe77952cb2bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ58EFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120670068',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'RAV 4 ESTATE SPECIAL EDITIONS',
'odometer': 136419,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-11-28',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA RAV 4 ESTATE SPECIAL EDITIONS 2.0 VVT-i XT-R 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 VVT-i XT-R 5dr Auto',
'vin': None,
'year': 2008}
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Saving data for 120670068: {'auction_closing_time': 1774958400.0, 'created_time': 1774357599.66804, 'last_price_update_time': 1774587717.221973}
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120670068') HTTP/1.1" 204 0
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120761770
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761770%27 HTTP/1.1" 200 None
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Scrape type for 120761770: 0
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120416058
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Scrape type for 120416058: 0
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120795336
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Scrape type for 120795336: 2
2026-03-27 05:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120063239?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120519091?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120799191?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484612?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120791424
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Scrape type for 120791424: 2
2026-03-27 05:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797717, 'registration': 'SL70LNT', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 EcoBlue 190 ST-Line X 5dr Auto AWD', 'mileage': 61921, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-11-11', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/22- 17k, 10/23- 38k, 08/25- 59k', 'remarks': 'vosa - 38k, 48k, 56k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797717, 'registration': 'SL70LNT', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 EcoBlue 190 ST-Line X 5dr Auto AWD', 'mileage': 61921, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-11-11', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/22- 17k, 10/23- 38k, 08/25- 59k', 'remarks': 'vosa - 38k, 48k, 56k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631af9f5-b16c-5709-b803-c15110cedb89 with identifier: 120797717
2026-03-27 05:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631af9f5-b16c-5709-b803-c15110cedb89 with scrape type 2
2026-03-27 05:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 631af9f5-b16c-5709-b803-c15110cedb89 with scrape type 2
2026-03-27 05:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 631af9f5-b16c-5709-b803-c15110cedb89, identifier: 120797717
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120296653
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Scrape type for 120296653: 2
2026-03-27 05:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 631af9f5-b16c-5709-b803-c15110cedb89 with identifier: 120797717
2026-03-27 05:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 631af9f5-b16c-5709-b803-c15110cedb89 with identifier: 120797717
2026-03-27 05:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 631af9f5-b16c-5709-b803-c15110cedb89 with identifier: 120797717 to the API
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120797717?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 161,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': '631af9f5-b16c-5709-b803-c15110cedb89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SL70LNT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797717',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 61921,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-11',
'seller_name': 'Motability Operations',
'title': 'FORD KUGA DIESEL ESTATE 2.0 EcoBlue 190 ST-Line X 5dr Auto AWD',
'transmission': 'automatic',
'trim': '2.0 EcoBlue 190 ST-Line X 5dr Auto AWD',
'vin': None,
'year': 2020}
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Saving data for 120797717: {'auction_closing_time': 1774949400.0, 'created_time': 1774466059.817824, 'last_price_update_time': 1774587717.762244}
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797717') HTTP/1.1" 204 0
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120794416
2026-03-27 05:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:57 [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-27 05:01:57 [astonbarclay.gb] INFO: Scrape type for 120794416: 2
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120063239, 'registration': 'MW65KCG', 'account': 'MAN027', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 101686, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-10-29', 'fuel': 'Diesel', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW65KCG/2026-03-03/image/33ffed7f-b977-4e83-b9d4-a4de444b0356_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/a1e0970e-75a2-4b2f-935e-77697b9c6e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/29198543-575a-4775-8647-6f75c975b34e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/061c4161-37c3-43ec-917c-265fe4b8cc8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/d9d63404-358f-4366-86ed-7e6d8067ce5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/75ebe8f2-eabd-43c9-82b7-137ef1325b8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/5b0947ce-aa20-4880-aa57-f8fe91f03a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/7f960ca2-6222-4798-8f19-d49c96fc8790_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/1055d243-55f4-4315-b321-46d7455cd079_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/82145427-7cd4-44a3-9549-a7f5e252120c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/16 - 13K, 07/17 - 30K, 05/18 - 45K, 11/18 - 52K, 12/20 - 68K, 11/24 - NO MILEAGE', 'remarks': '**1416** VOSA STATES 52K, 52K, 61K, 68K, 73K, 75K, 89K, 98K, 99K', 'virtual': False, 'seller': 'Mann Island Finance', '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/e0d386a4-3703-4d4e-9b68-31aabeebb638.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120063239, 'registration': 'MW65KCG', 'account': 'MAN027', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 101686, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-10-29', 'fuel': 'Diesel', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW65KCG/2026-03-03/image/33ffed7f-b977-4e83-b9d4-a4de444b0356_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/a1e0970e-75a2-4b2f-935e-77697b9c6e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/29198543-575a-4775-8647-6f75c975b34e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/061c4161-37c3-43ec-917c-265fe4b8cc8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/d9d63404-358f-4366-86ed-7e6d8067ce5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/75ebe8f2-eabd-43c9-82b7-137ef1325b8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/5b0947ce-aa20-4880-aa57-f8fe91f03a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/7f960ca2-6222-4798-8f19-d49c96fc8790_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/1055d243-55f4-4315-b321-46d7455cd079_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65KCG/2026-03-03/image/82145427-7cd4-44a3-9549-a7f5e252120c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/16 - 13K, 07/17 - 30K, 05/18 - 45K, 11/18 - 52K, 12/20 - 68K, 11/24 - NO MILEAGE', 'remarks': '**1416** VOSA STATES 52K, 52K, 61K, 68K, 73K, 75K, 89K, 98K, 99K', 'virtual': False, 'seller': 'Mann Island Finance', '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/e0d386a4-3703-4d4e-9b68-31aabeebb638.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239
2026-03-27 05:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbeb0985-c6c5-57b9-b834-022e05a6e237 with scrape type 2
2026-03-27 05:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbeb0985-c6c5-57b9-b834-022e05a6e237 with scrape type 2
2026-03-27 05:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cbeb0985-c6c5-57b9-b834-022e05a6e237, identifier: 120063239
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120519091, 'registration': 'SJ67FKP', 'account': 'VAN047', 'make': 'MERCEDES-BENZ', 'model': 'CLA DIESEL COUPE', 'derivative': 'CLA 200d AMG Line 4dr', 'mileage': 129889, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-01-17', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/d15fce81-36c8-48ce-b6f0-0b87acc19f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/308034c1-32b7-4d13-b306-af0a5869f29e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/b4483c38-ed23-4f4c-b939-33ce9d95e493_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/5934e5d2-6e1b-46fd-b746-b00c61aa078a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/d646b23e-8d85-4dfd-a716-656cb4a891a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/592c7053-f46d-43a1-a0f0-39b6d246818f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/1f0fbd14-9e74-4030-9646-68fa579ad2f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/37165a6f-5525-47d6-8df3-7a8f6a7e7a94_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 09/18 - 16K, 05/19 - 31K, 12/19 - 48K, 09/20 - 64K, 09/21 - 78K, 10/22 - 89K, 10/23 - 101K, 11/24 - 113K, 11/25 - 125K,', 'remarks': '**1335** VOSA STATES 70K, 81K, 91K, 103K, 115K, 127K', '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/c6126dcc-3d6a-44da-bd3b-0e3d6c41bb56.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120519091, 'registration': 'SJ67FKP', 'account': 'VAN047', 'make': 'MERCEDES-BENZ', 'model': 'CLA DIESEL COUPE', 'derivative': 'CLA 200d AMG Line 4dr', 'mileage': 129889, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-01-17', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/d15fce81-36c8-48ce-b6f0-0b87acc19f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/308034c1-32b7-4d13-b306-af0a5869f29e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/b4483c38-ed23-4f4c-b939-33ce9d95e493_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/5934e5d2-6e1b-46fd-b746-b00c61aa078a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/d646b23e-8d85-4dfd-a716-656cb4a891a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/592c7053-f46d-43a1-a0f0-39b6d246818f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/1f0fbd14-9e74-4030-9646-68fa579ad2f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ67FKP/2026-03-20/image/37165a6f-5525-47d6-8df3-7a8f6a7e7a94_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 09/18 - 16K, 05/19 - 31K, 12/19 - 48K, 09/20 - 64K, 09/21 - 78K, 10/22 - 89K, 10/23 - 101K, 11/24 - 113K, 11/25 - 125K,', 'remarks': '**1335** VOSA STATES 70K, 81K, 91K, 103K, 115K, 127K', '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/c6126dcc-3d6a-44da-bd3b-0e3d6c41bb56.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091
2026-03-27 05:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15eb503c-c947-5749-8d5d-b2439f7db342 with scrape type 2
2026-03-27 05:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15eb503c-c947-5749-8d5d-b2439f7db342 with scrape type 2
2026-03-27 05:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 15eb503c-c947-5749-8d5d-b2439f7db342, identifier: 120519091
2026-03-27 05:01:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120799191, 'registration': 'NV57TVX', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.4 16V Dynamique 3dr', 'mileage': 96847, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2007-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-07', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV57TVX/2026-03-26/image/fd47b583-00ce-4155-8f46-a5042e091fe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/f71dfca9-ae62-4250-93f5-315ed7a625c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/2268939f-9234-4a6e-ac61-23eda0ab23bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/f5cffcdc-c125-4d7f-a413-85de407bfcd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/45feafa5-10be-4200-a53a-936bb1ff4b2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/363536cf-d299-4692-8f3f-8497a3b8aeb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/9ef862c8-6264-46c3-b648-8b8e34c05f7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/bad8bfe0-3d8c-4786-bb10-fdc8b1a59b14_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/6fb5582a-0f2e-4bb3-9af6-16b696f4b731_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/09 - 8K, 10/10 - 13K, 10/11 - 18K, 10/12 - 24K, 10/13 - 29K, 10/14 - 35K, 05/17 - 56K, 09/17 - 49K, 08/18 - 68K, 09/19 - 76K, 12/20 - 82K,', 'remarks': '**539** VOSA STATES 13K, 18K, 24K, 29K, 35K, 42K, 51K, 59K, 68K, 76K, 81K, 84K, 87K, 91K, 94K, 96K, SPARE KEY', '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/463512c1-e875-4091-b451-26c16bb9a7bf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120799191, 'registration': 'NV57TVX', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.4 16V Dynamique 3dr', 'mileage': 96847, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2007-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-07', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV57TVX/2026-03-26/image/fd47b583-00ce-4155-8f46-a5042e091fe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/f71dfca9-ae62-4250-93f5-315ed7a625c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/2268939f-9234-4a6e-ac61-23eda0ab23bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/f5cffcdc-c125-4d7f-a413-85de407bfcd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/45feafa5-10be-4200-a53a-936bb1ff4b2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/363536cf-d299-4692-8f3f-8497a3b8aeb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/9ef862c8-6264-46c3-b648-8b8e34c05f7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/bad8bfe0-3d8c-4786-bb10-fdc8b1a59b14_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV57TVX/2026-03-26/image/6fb5582a-0f2e-4bb3-9af6-16b696f4b731_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/09 - 8K, 10/10 - 13K, 10/11 - 18K, 10/12 - 24K, 10/13 - 29K, 10/14 - 35K, 05/17 - 56K, 09/17 - 49K, 08/18 - 68K, 09/19 - 76K, 12/20 - 82K,', 'remarks': '**539** VOSA STATES 13K, 18K, 24K, 29K, 35K, 42K, 51K, 59K, 68K, 76K, 81K, 84K, 87K, 91K, 94K, 96K, SPARE KEY', '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/463512c1-e875-4091-b451-26c16bb9a7bf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be882d44-3e19-5b19-a57a-be7925bcb34f with identifier: 120799191
2026-03-27 05:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be882d44-3e19-5b19-a57a-be7925bcb34f with scrape type 2
2026-03-27 05:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be882d44-3e19-5b19-a57a-be7925bcb34f with scrape type 2
2026-03-27 05:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: be882d44-3e19-5b19-a57a-be7925bcb34f, identifier: 120799191
2026-03-27 05:01:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120484612, 'registration': 'HV18FMZ', 'account': 'DJC017', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '0.9 TCE 90 Dynamique Nav 5dr', 'mileage': 70182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-12', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 898, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/1f4fbbbb-2d49-4c82-9527-64f83f2b83e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/534f2d5a-cf8e-4e9a-a7c3-3b11f28bb086_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/03cc9402-cff9-4450-868d-59215f3503ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/6ec0b1b0-7f18-4384-92a3-1171d9e57f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/23d76211-3b8a-4fa5-85ee-7dcbcc4b107e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/33b3d21a-786c-4d3e-8d09-4f8ed1081139_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/903c74d8-6da0-4931-906c-2761bf09b577_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/44454ba1-6b39-4989-b29f-2f01da75fae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/7b41dc4d-4118-473e-9cd4-d2e82e23b574_removebg.jpg?w=600'], 'colour': 'RED/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19-16K, 01/22-43K, 12/22--59K, 11/23-63K,', 'remarks': '**131**VOSA STATES 37K, 53K, 59K, 63K, 67K, 69K,', 'virtual': False, 'seller': 'Cox Motor Group', '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/429fc380-8f47-405d-abc2-b957e8d781bc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120484612, 'registration': 'HV18FMZ', 'account': 'DJC017', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '0.9 TCE 90 Dynamique Nav 5dr', 'mileage': 70182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-12', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 898, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/1f4fbbbb-2d49-4c82-9527-64f83f2b83e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/534f2d5a-cf8e-4e9a-a7c3-3b11f28bb086_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/03cc9402-cff9-4450-868d-59215f3503ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/6ec0b1b0-7f18-4384-92a3-1171d9e57f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/23d76211-3b8a-4fa5-85ee-7dcbcc4b107e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/33b3d21a-786c-4d3e-8d09-4f8ed1081139_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/903c74d8-6da0-4931-906c-2761bf09b577_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/44454ba1-6b39-4989-b29f-2f01da75fae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV18FMZ/2026-03-23/image/7b41dc4d-4118-473e-9cd4-d2e82e23b574_removebg.jpg?w=600'], 'colour': 'RED/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19-16K, 01/22-43K, 12/22--59K, 11/23-63K,', 'remarks': '**131**VOSA STATES 37K, 53K, 59K, 63K, 67K, 69K,', 'virtual': False, 'seller': 'Cox Motor Group', '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/429fc380-8f47-405d-abc2-b957e8d781bc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612
2026-03-27 05:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with scrape type 2
2026-03-27 05:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with scrape type 2
2026-03-27 05:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b, identifier: 120484612
2026-03-27 05:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239
2026-03-27 05:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239
2026-03-27 05:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239 to the API
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120063239?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'cbeb0985-c6c5-57b9-b834-022e05a6e237',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW65KCG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120063239',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 101686,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-29',
'seller_name': 'Mann Island Finance',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 116d Sport 5dr',
'transmission': 'manual',
'trim': '116d Sport 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:58 [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-27 05:01:58 [astonbarclay.gb] INFO: Saving data for 120063239: {'auction_closing_time': 1774612800.0, 'created_time': 1773741786.695311, 'last_price_update_time': 1774587718.485635}
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120063239') HTTP/1.1" 204 0
2026-03-27 05:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091
2026-03-27 05:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091
2026-03-27 05:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091 to the API
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120519091?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '15eb503c-c947-5749-8d5d-b2439f7db342',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SJ67FKP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120519091',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'CLA DIESEL COUPE',
'odometer': 129889,
'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': 'Vantage Motor Group',
'title': 'MERCEDES-BENZ CLA DIESEL COUPE CLA 200d AMG Line 4dr',
'transmission': 'manual',
'trim': 'CLA 200d AMG Line 4dr',
'vin': None,
'year': 2018}
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:58 [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-27 05:01:58 [astonbarclay.gb] INFO: Saving data for 120519091: {'auction_closing_time': 1774612800.0, 'created_time': 1773947297.061319, 'last_price_update_time': 1774587718.784856}
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120519091') HTTP/1.1" 204 0
2026-03-27 05:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: be882d44-3e19-5b19-a57a-be7925bcb34f with identifier: 120799191
2026-03-27 05:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: be882d44-3e19-5b19-a57a-be7925bcb34f with identifier: 120799191
2026-03-27 05:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: be882d44-3e19-5b19-a57a-be7925bcb34f with identifier: 120799191 to the API
2026-03-27 05:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120799191?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'be882d44-3e19-5b19-a57a-be7925bcb34f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV57TVX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120799191',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 96847,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-11-29',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT CLIO HATCHBACK 1.4 16V Dynamique 3dr',
'transmission': 'manual',
'trim': '1.4 16V Dynamique 3dr',
'vin': None,
'year': 2007}
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Saving data for 120799191: {'auction_closing_time': 1774958400.0, 'created_time': 1774465894.156675, 'last_price_update_time': 1774587719.073891}
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120799191') HTTP/1.1" 204 0
2026-03-27 05:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED%2FBLACK HTTP/1.1" 200 None
2026-03-27 05:01:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612
2026-03-27 05:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612 to the API
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:01: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-27 05:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120484612?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '834bc432-6edc-5a02-a4fa-2888bcbb2e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HV18FMZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484612',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 70182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-12',
'seller_name': 'Cox Motor Group',
'title': 'RENAULT CAPTUR HATCHBACK 0.9 TCE 90 Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '0.9 TCE 90 Dynamique Nav 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Saving data for 120484612: {'auction_closing_time': 1774612800.0, 'created_time': 1774033991.830691, 'last_price_update_time': 1774587719.474266}
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484612') HTTP/1.1" 204 0
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120830928
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120830928%27 HTTP/1.1" 200 None
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120830928: 0
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120715046
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120715046: 2
2026-03-27 05:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120679803?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120747504?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120715036
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120715036: 2
2026-03-27 05:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120798881
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120798881: 2
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120789695
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120789695: 0
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120715027
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120715027: 2
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120826589
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826589%27 HTTP/1.1" 200 None
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120826589: 0
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120743971
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120743971: 0
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120591143
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120591143: 0
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120693161
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120693161: 2
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120714980
2026-03-27 05:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:01:59 [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-27 05:01:59 [astonbarclay.gb] INFO: Scrape type for 120714980: 2
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120679803, 'registration': 'WP19MKU', 'account': 'VAN044', 'make': 'SKODA', 'model': 'SUPERB DIESEL HATCHBACK', 'derivative': '2.0 TDI CR Laurin + Klement 5dr DSG [7 Speed]', 'mileage': 41217, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-07-17', 'fuel': 'Diesel', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP19MKU/2026-03-24/image/645ddf25-4a0d-4d4c-ab7f-b77a60cabb7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/d3cdf344-a941-46d4-830a-e769f753853d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/4f5b6b92-32fa-45f1-b570-df80297e1157_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/6be9ac2a-dfab-4a39-8b56-61e3882b6d71_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/e75f322f-63e0-4cb1-9a70-e728d4eb1a30_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/df982564-c4da-483b-82cf-581746fdf5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/dd95dbba-89f1-4823-bc3b-2784e1c96036_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/0e7f338f-7fd7-4542-9be8-aa5727e65710_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/aae0b75a-b64f-4745-8318-8f2588800db8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/24 - 29K,', 'remarks': '**1353** VOSA STATES 16K, 18K, 23K, 29K, 39K,', '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/c75ee268-5f8f-482f-9bb3-ef3f950a6624.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120679803, 'registration': 'WP19MKU', 'account': 'VAN044', 'make': 'SKODA', 'model': 'SUPERB DIESEL HATCHBACK', 'derivative': '2.0 TDI CR Laurin + Klement 5dr DSG [7 Speed]', 'mileage': 41217, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-07-17', 'fuel': 'Diesel', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP19MKU/2026-03-24/image/645ddf25-4a0d-4d4c-ab7f-b77a60cabb7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/d3cdf344-a941-46d4-830a-e769f753853d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/4f5b6b92-32fa-45f1-b570-df80297e1157_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/6be9ac2a-dfab-4a39-8b56-61e3882b6d71_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/e75f322f-63e0-4cb1-9a70-e728d4eb1a30_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/df982564-c4da-483b-82cf-581746fdf5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/dd95dbba-89f1-4823-bc3b-2784e1c96036_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/0e7f338f-7fd7-4542-9be8-aa5727e65710_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP19MKU/2026-03-24/image/aae0b75a-b64f-4745-8318-8f2588800db8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/24 - 29K,', 'remarks': '**1353** VOSA STATES 16K, 18K, 23K, 29K, 39K,', '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/c75ee268-5f8f-482f-9bb3-ef3f950a6624.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803
2026-03-27 05:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079358b4-4abd-56d8-a2a7-669a572ece75 with scrape type 2
2026-03-27 05:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 079358b4-4abd-56d8-a2a7-669a572ece75 with scrape type 2
2026-03-27 05:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 079358b4-4abd-56d8-a2a7-669a572ece75, identifier: 120679803
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120747504, 'registration': 'BP68KXY', 'account': 'MOD010', 'make': 'FORD', 'model': 'TRANSIT 350 L2 DIESEL FWD', 'derivative': '2.0 TDCi 130ps H2 Van', 'mileage': 99975, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-01-02', 'fuel': 'Diesel', 'motExpiry': '2026-12-13', 'doors': None, 'engineSize': 1995, 'bodyType': 'Medium Roof Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/20 - 18K, 12/20 - 33K, 01/22 - 51K, 10/22 - 62K, 10/25 - 99K', 'remarks': '**1627** VOSA STATES 51K, 66K, 78K, 88K, 99K,', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 182, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120747504, 'registration': 'BP68KXY', 'account': 'MOD010', 'make': 'FORD', 'model': 'TRANSIT 350 L2 DIESEL FWD', 'derivative': '2.0 TDCi 130ps H2 Van', 'mileage': 99975, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-01-02', 'fuel': 'Diesel', 'motExpiry': '2026-12-13', 'doors': None, 'engineSize': 1995, 'bodyType': 'Medium Roof Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/20 - 18K, 12/20 - 33K, 01/22 - 51K, 10/22 - 62K, 10/25 - 99K', 'remarks': '**1627** VOSA STATES 51K, 66K, 78K, 88K, 99K,', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 182, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 983b3c44-9937-5b53-95b5-138284962ddb with identifier: 120747504
2026-03-27 05:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 983b3c44-9937-5b53-95b5-138284962ddb with scrape type 2
2026-03-27 05:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 983b3c44-9937-5b53-95b5-138284962ddb with scrape type 2
2026-03-27 05:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 983b3c44-9937-5b53-95b5-138284962ddb, identifier: 120747504
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120714966
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120714966: 2
2026-03-27 05:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803
2026-03-27 05:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803
2026-03-27 05:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803 to the API
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120679803?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'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': '079358b4-4abd-56d8-a2a7-669a572ece75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP19MKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120679803',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'SUPERB DIESEL HATCHBACK',
'odometer': 41217,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-17',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA SUPERB DIESEL HATCHBACK 2.0 TDI CR Laurin + Klement 5dr DSG '
'[7 Speed]',
'transmission': 'automatic',
'trim': '2.0 TDI CR Laurin + Klement 5dr DSG [7 Speed]',
'vin': None,
'year': 2019}
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Saving data for 120679803: {'auction_closing_time': 1774958400.0, 'created_time': 1774357615.928784, 'last_price_update_time': 1774587720.347024}
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679803') HTTP/1.1" 204 0
2026-03-27 05:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 983b3c44-9937-5b53-95b5-138284962ddb with identifier: 120747504
2026-03-27 05:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 983b3c44-9937-5b53-95b5-138284962ddb with identifier: 120747504
2026-03-27 05:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 983b3c44-9937-5b53-95b5-138284962ddb with identifier: 120747504 to the API
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120747504?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 182,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '983b3c44-9937-5b53-95b5-138284962ddb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BP68KXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120747504',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TRANSIT 350 L2 DIESEL FWD',
'odometer': 99975,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-02',
'seller_name': 'Autolend',
'title': 'FORD TRANSIT 350 L2 DIESEL FWD 2.0 TDCi 130ps H2 Van',
'transmission': 'manual',
'trim': '2.0 TDCi 130ps H2 Van',
'vin': None,
'year': 2019}
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Saving data for 120747504: {'auction_closing_time': 1774958400.0, 'created_time': 1774379117.980375, 'last_price_update_time': 1774587720.737081}
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120747504') HTTP/1.1" 204 0
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120695495
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120695495: 2
2026-03-27 05:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592412?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120466492?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120792109
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120792109%27 HTTP/1.1" 200 None
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120792109: 0
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120774627
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120774627: 0
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120693919
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120693919: 2
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120798831
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120798831: 2
2026-03-27 05:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120655506?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120831031
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831031%27 HTTP/1.1" 200 None
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120831031: 0
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120731867
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120731867: 2
2026-03-27 05:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120714990
2026-03-27 05:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:00 [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-27 05:02:00 [astonbarclay.gb] INFO: Scrape type for 120714990: 2
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592412, 'registration': 'KU13OJX', 'account': 'NUN002', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d [175] Sport Nav 5dr AWD Auto', 'mileage': 84209, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-24', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KU13OJX/2026-03-23/image/b414d527-613a-4489-b3a1-bb13ffc69027_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/5557b766-d58d-4700-87c7-d63a0e7dea6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/e4f9c815-6c27-490b-ac65-f7aed85bf382_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/72ee314c-10c3-4367-b3ad-491bf88142b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/7f3a57bb-90bf-489e-a872-42471c433b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/7f046b1b-a0b0-4328-9575-6e9d53dee35d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/4241b045-0fe8-473f-bea5-da53fa904c1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/40b7dabb-1abf-4c27-b886-4a17733568f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/392952d5-b125-45e0-b457-307e3c838282_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/c4e4ba7c-b5ec-4726-996d-94e7a54309ea_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/14-8K, 03/15-16K, 05/16-25K, 01/23-66K, 06/23-67K, 07/24-75K, 10/25-81K, 02/26-84K,', 'remarks': '**147** VOSA STATES 25K, 33K, 38K, 44K, 52K, 59K, 66K, 70K, 76K, 82K, SD CARD', 'virtual': False, 'seller': 'Nunns Mazda', '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/967d74ca-41c0-4160-9909-8969d497a3c6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592412, 'registration': 'KU13OJX', 'account': 'NUN002', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d [175] Sport Nav 5dr AWD Auto', 'mileage': 84209, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-24', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KU13OJX/2026-03-23/image/b414d527-613a-4489-b3a1-bb13ffc69027_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/5557b766-d58d-4700-87c7-d63a0e7dea6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/e4f9c815-6c27-490b-ac65-f7aed85bf382_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/72ee314c-10c3-4367-b3ad-491bf88142b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/7f3a57bb-90bf-489e-a872-42471c433b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/7f046b1b-a0b0-4328-9575-6e9d53dee35d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/4241b045-0fe8-473f-bea5-da53fa904c1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/40b7dabb-1abf-4c27-b886-4a17733568f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/392952d5-b125-45e0-b457-307e3c838282_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU13OJX/2026-03-23/image/c4e4ba7c-b5ec-4726-996d-94e7a54309ea_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/14-8K, 03/15-16K, 05/16-25K, 01/23-66K, 06/23-67K, 07/24-75K, 10/25-81K, 02/26-84K,', 'remarks': '**147** VOSA STATES 25K, 33K, 38K, 44K, 52K, 59K, 66K, 70K, 76K, 82K, SD CARD', 'virtual': False, 'seller': 'Nunns Mazda', '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/967d74ca-41c0-4160-9909-8969d497a3c6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412
2026-03-27 05:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbbef7f-7c67-51d6-a888-857de8a28595 with scrape type 2
2026-03-27 05:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fbbef7f-7c67-51d6-a888-857de8a28595 with scrape type 2
2026-03-27 05:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fbbef7f-7c67-51d6-a888-857de8a28595, identifier: 120592412
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120466492, 'registration': 'SA15SYS', 'account': 'NUN002', 'make': 'DACIA', 'model': 'LOGAN MCV DIESEL ESTATE', 'derivative': '1.5 dCi Ambiance 5dr', 'mileage': 98980, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-26', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SA15SYS/2026-03-23/image/1c4506cf-c7ac-43e8-a499-9c33c1f8613c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/e559b6ef-cd96-44d7-a627-9c42eef37fb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/306ac043-75fe-4844-87f4-e1b995089596_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/46fd3c03-63dc-49f9-9fc9-6ae107ceb02d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/25994b69-f6b6-4438-88e3-03ecc89e7827_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/c833c3e2-aced-4ff0-95b3-e3276775b894_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/301e7371-b24a-45b8-a8fd-0670c0908426_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/1be0bd6c-c5e8-49ea-8337-a71fc9659eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/6beb7de6-a5b0-4901-bbb0-f41da3d3da74_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17-6K, 02/18-14K,', 'remarks': '**146**VOSA STATES 27K, 34K, 43K, 49K, 56K, 68K, 79K, 88K,', 'virtual': False, 'seller': 'Nunns Mazda', '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/5eba73b1-c117-48a0-9d89-f82a2749ab17.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120466492, 'registration': 'SA15SYS', 'account': 'NUN002', 'make': 'DACIA', 'model': 'LOGAN MCV DIESEL ESTATE', 'derivative': '1.5 dCi Ambiance 5dr', 'mileage': 98980, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-26', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SA15SYS/2026-03-23/image/1c4506cf-c7ac-43e8-a499-9c33c1f8613c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/e559b6ef-cd96-44d7-a627-9c42eef37fb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/306ac043-75fe-4844-87f4-e1b995089596_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/46fd3c03-63dc-49f9-9fc9-6ae107ceb02d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/25994b69-f6b6-4438-88e3-03ecc89e7827_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/c833c3e2-aced-4ff0-95b3-e3276775b894_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/301e7371-b24a-45b8-a8fd-0670c0908426_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/1be0bd6c-c5e8-49ea-8337-a71fc9659eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA15SYS/2026-03-23/image/6beb7de6-a5b0-4901-bbb0-f41da3d3da74_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17-6K, 02/18-14K,', 'remarks': '**146**VOSA STATES 27K, 34K, 43K, 49K, 56K, 68K, 79K, 88K,', 'virtual': False, 'seller': 'Nunns Mazda', '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/5eba73b1-c117-48a0-9d89-f82a2749ab17.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492
2026-03-27 05:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4612b634-8240-5246-abdf-b38f1966a3a0 with scrape type 2
2026-03-27 05:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4612b634-8240-5246-abdf-b38f1966a3a0 with scrape type 2
2026-03-27 05:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4612b634-8240-5246-abdf-b38f1966a3a0, identifier: 120466492
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694445, 'registration': 'YG61JWE', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i SR 5dr', 'mileage': 36092, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-16', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG61JWE/2026-03-24/image/4eeec4f6-29b5-4903-a25b-8c4aeaa228dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/34715bbe-1959-4ed6-a263-256cac51b4ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/dd7c7f4c-eac7-4736-8b96-0033a6de024d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/7906462d-0695-400a-966a-8db46d5c9508_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/44d79d40-756c-4eb4-a32e-cd28dffecded_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/063dd431-0170-4883-899b-5e1fb6c7c59c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/bfea9dfa-58db-47c7-a23c-4039407561c5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/12 - 4K, 05/13 - 7K, 05/14 - 10K, 05/15 - 13K, 08/16 - 17K, 08/17 - 19K, 08/18 - 22K, 08/19 - 24K, 08/20 - 25K, 08/21 - 26K, 08/22 - 28K, 09/23 - 31K, 08/24 - 33K, 08/25 - 35K,', 'remarks': '**1348** VOSA STATES 12K, 14K, 17K, 19K, 22K, 24K, 25K, 26K, 28K, 31K, 33K, 35K, Private', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91b4df44-d069-4572-ac9f-97e5138de618.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694445, 'registration': 'YG61JWE', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i SR 5dr', 'mileage': 36092, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-16', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG61JWE/2026-03-24/image/4eeec4f6-29b5-4903-a25b-8c4aeaa228dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/34715bbe-1959-4ed6-a263-256cac51b4ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/dd7c7f4c-eac7-4736-8b96-0033a6de024d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/7906462d-0695-400a-966a-8db46d5c9508_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/44d79d40-756c-4eb4-a32e-cd28dffecded_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/063dd431-0170-4883-899b-5e1fb6c7c59c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG61JWE/2026-03-24/image/bfea9dfa-58db-47c7-a23c-4039407561c5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/12 - 4K, 05/13 - 7K, 05/14 - 10K, 05/15 - 13K, 08/16 - 17K, 08/17 - 19K, 08/18 - 22K, 08/19 - 24K, 08/20 - 25K, 08/21 - 26K, 08/22 - 28K, 09/23 - 31K, 08/24 - 33K, 08/25 - 35K,', 'remarks': '**1348** VOSA STATES 12K, 14K, 17K, 19K, 22K, 24K, 25K, 26K, 28K, 31K, 33K, 35K, Private', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91b4df44-d069-4572-ac9f-97e5138de618.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445
2026-03-27 05:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with scrape type 2
2026-03-27 05:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with scrape type 2
2026-03-27 05:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf, identifier: 120694445
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Found listing with ID: 120779999
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:01 [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-27 05:02:01 [astonbarclay.gb] INFO: Scrape type for 120779999: 0
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Found listing with ID: 120767820
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120767820%27 HTTP/1.1" 200 None
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Scrape type for 120767820: 0
2026-03-27 05:02:01 [astonbarclay.gb] INFO: Found listing with ID: 120714950
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:01 [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-27 05:02:01 [astonbarclay.gb] INFO: Scrape type for 120714950: 2
2026-03-27 05:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412
2026-03-27 05:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412
2026-03-27 05:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412 to the API
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592412?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6fbbef7f-7c67-51d6-a888-857de8a28595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU13OJX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592412',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'CX-5 DIESEL ESTATE',
'odometer': 84209,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-31',
'seller_name': 'Nunns Mazda',
'title': 'MAZDA CX-5 DIESEL ESTATE 2.2d [175] Sport Nav 5dr AWD Auto',
'transmission': 'automatic',
'trim': '2.2d [175] Sport Nav 5dr AWD Auto',
'vin': None,
'year': 2013}
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:01 [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-27 05:02:01 [astonbarclay.gb] INFO: Saving data for 120592412: {'auction_closing_time': 1774958400.0, 'created_time': 1774033513.032709, 'last_price_update_time': 1774587721.56684}
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592412') HTTP/1.1" 204 0
2026-03-27 05:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492
2026-03-27 05:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492
2026-03-27 05:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492 to the API
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120466492?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '4612b634-8240-5246-abdf-b38f1966a3a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA15SYS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120466492',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DACIA',
'model': 'LOGAN MCV DIESEL ESTATE',
'odometer': 98980,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-26',
'seller_name': 'Nunns Mazda',
'title': 'DACIA LOGAN MCV DIESEL ESTATE 1.5 dCi Ambiance 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Ambiance 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:01 [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-27 05:02:01 [astonbarclay.gb] INFO: Saving data for 120466492: {'auction_closing_time': 1774958400.0, 'created_time': 1774033506.979114, 'last_price_update_time': 1774587721.981585}
2026-03-27 05:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120466492') HTTP/1.1" 204 0
2026-03-27 05:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445
2026-03-27 05:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445
2026-03-27 05:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445 to the API
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '60b019cf-881f-5d7c-8de9-1781b9f0e5bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YG61JWE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694445',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 36092,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-16',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i SR 5dr',
'transmission': 'manual',
'trim': '1.33 VVT-i SR 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694445%27 HTTP/1.1" 200 None
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Saving data for 120694445: {'auction_closing_time': 1774958400.0, 'created_time': 1774357592.555864, 'last_price_update_time': 1774587722.271894}
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694445') HTTP/1.1" 204 0
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120714940
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714940%27 HTTP/1.1" 200 None
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120714940: 2
2026-03-27 05:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120556298?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120466479?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120655506, 'registration': 'YE13KPG', 'account': 'VAN041', 'make': 'SKODA', 'model': 'OCTAVIA HATCHBACK', 'derivative': '1.4 TSI Elegance 5dr', 'mileage': 79992, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-06-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-31', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE13KPG/2026-03-25/image/e7cef833-75ac-470b-bf13-571a03ed015d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/7344f282-16ba-4c08-9805-96dfa088d54b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/90aa4576-738d-4994-a209-9bc8f7999999_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/d519c56c-54ea-4e48-ad20-8a5dc3a783c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/f51dbf94-6825-485f-b864-1e86c51db743_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/c8b863e8-5316-4d8b-be52-c357e2a67c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/a69b0f25-6091-4af8-979b-1137e52138ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/ccefcc76-796a-4d00-b667-3a2e68063cd3_removebg.jpg?w=600'], 'colour': 'MAROON', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/14 - 6K, 06/15 - 11K, 05/16 - 18K, 05/17 - 25K, 05/18 - 32K, 04/19 - 39K, 05/20 - 47K, 05/21 - 51K, 05/22 - 55K, 05/23 - 61K, 05/24 - 69K, 05/25 - 75K,', 'remarks': '**1339** VOSA STATES 18K, 25K, 32K, 41K, 47K, 51K, 55K, 61K, 69K, 75K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/4fd7a476-e532-46ef-8cb8-9ab7602f889c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120655506, 'registration': 'YE13KPG', 'account': 'VAN041', 'make': 'SKODA', 'model': 'OCTAVIA HATCHBACK', 'derivative': '1.4 TSI Elegance 5dr', 'mileage': 79992, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-06-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-31', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE13KPG/2026-03-25/image/e7cef833-75ac-470b-bf13-571a03ed015d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/7344f282-16ba-4c08-9805-96dfa088d54b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/90aa4576-738d-4994-a209-9bc8f7999999_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/d519c56c-54ea-4e48-ad20-8a5dc3a783c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/f51dbf94-6825-485f-b864-1e86c51db743_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/c8b863e8-5316-4d8b-be52-c357e2a67c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/a69b0f25-6091-4af8-979b-1137e52138ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE13KPG/2026-03-25/image/ccefcc76-796a-4d00-b667-3a2e68063cd3_removebg.jpg?w=600'], 'colour': 'MAROON', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/14 - 6K, 06/15 - 11K, 05/16 - 18K, 05/17 - 25K, 05/18 - 32K, 04/19 - 39K, 05/20 - 47K, 05/21 - 51K, 05/22 - 55K, 05/23 - 61K, 05/24 - 69K, 05/25 - 75K,', 'remarks': '**1339** VOSA STATES 18K, 25K, 32K, 41K, 47K, 51K, 55K, 61K, 69K, 75K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/4fd7a476-e532-46ef-8cb8-9ab7602f889c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8897d309-4293-5479-acf1-02675016a6fd with identifier: 120655506
2026-03-27 05:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8897d309-4293-5479-acf1-02675016a6fd with scrape type 2
2026-03-27 05:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8897d309-4293-5479-acf1-02675016a6fd with scrape type 2
2026-03-27 05:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8897d309-4293-5479-acf1-02675016a6fd, identifier: 120655506
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120693940
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693940%27 HTTP/1.1" 200 None
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120693940: 2
2026-03-27 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-27 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-27 05:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8897d309-4293-5479-acf1-02675016a6fd with identifier: 120655506
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=MAROON HTTP/1.1" 200 None
2026-03-27 05:02:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8897d309-4293-5479-acf1-02675016a6fd with identifier: 120655506
2026-03-27 05:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8897d309-4293-5479-acf1-02675016a6fd with identifier: 120655506 to the API
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120655506?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'MAROON',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8897d309-4293-5479-acf1-02675016a6fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE13KPG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120655506',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'OCTAVIA HATCHBACK',
'odometer': 79992,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-01',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA OCTAVIA HATCHBACK 1.4 TSI Elegance 5dr',
'transmission': 'manual',
'trim': '1.4 TSI Elegance 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120655506%27 HTTP/1.1" 200 None
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Saving data for 120655506: {'auction_closing_time': 1774958400.0, 'created_time': 1774379116.021816, 'last_price_update_time': 1774587722.845273}
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120655506') HTTP/1.1" 204 0
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120590755
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120590755%27 HTTP/1.1" 200 None
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120590755: 0
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120717479
2026-03-27 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120717479%27 HTTP/1.1" 200 None
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120717479: 2
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120556298, 'registration': 'FV17FVL', 'account': 'NUN002', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 110 Flair 5dr', 'mileage': 83180, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV17FVL/2026-03-23/image/575ab159-4c8e-4108-8fde-11337ad5cb4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/6d05b5ac-bc9d-4277-aa86-449859883f37_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/4efb8ab6-1824-41f7-8f11-5333f1e4eb10_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/c8103f59-3807-4b6a-b4d4-fdd62a08c11e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/82690766-77c3-4823-a464-41005cb3ec77_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/40928619-ca94-4fa7-bfb4-0010e157506b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/42f428f9-6abc-44a2-9ff6-014c9363a7ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/f7104dc4-f5ae-410c-bd8a-d5e130f3f90a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/ab19c1d3-dcc4-4a7b-b84c-2bf180152dad_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/18-10K, 05/19-19K, 04/20-25K, 04/21-29K, 04/23-34K, 08/24-52K,', 'remarks': '**144**VOSA STATES 25K, 29K, 32K, 34K, 35K, 56K, 75K,', 'virtual': False, 'seller': 'Nunns Mazda', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/481d625e-9804-4fa0-be23-77b480dc5eb9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120556298, 'registration': 'FV17FVL', 'account': 'NUN002', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 110 Flair 5dr', 'mileage': 83180, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV17FVL/2026-03-23/image/575ab159-4c8e-4108-8fde-11337ad5cb4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/6d05b5ac-bc9d-4277-aa86-449859883f37_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/4efb8ab6-1824-41f7-8f11-5333f1e4eb10_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/c8103f59-3807-4b6a-b4d4-fdd62a08c11e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/82690766-77c3-4823-a464-41005cb3ec77_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/40928619-ca94-4fa7-bfb4-0010e157506b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/42f428f9-6abc-44a2-9ff6-014c9363a7ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/f7104dc4-f5ae-410c-bd8a-d5e130f3f90a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV17FVL/2026-03-23/image/ab19c1d3-dcc4-4a7b-b84c-2bf180152dad_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/18-10K, 05/19-19K, 04/20-25K, 04/21-29K, 04/23-34K, 08/24-52K,', 'remarks': '**144**VOSA STATES 25K, 29K, 32K, 34K, 35K, 56K, 75K,', 'virtual': False, 'seller': 'Nunns Mazda', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/481d625e-9804-4fa0-be23-77b480dc5eb9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298
2026-03-27 05:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with scrape type 2
2026-03-27 05:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with scrape type 2
2026-03-27 05:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aaefb49d-7c3e-55c2-8646-6d8db8e09d13, identifier: 120556298
2026-03-27 05:02:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120679722, 'registration': 'PN18BXZ', 'account': 'VAN044', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 54302, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-04-30', 'fuel': 'Petrol', 'motExpiry': '2027-03-18', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/2bbf4d66-f981-478b-b143-9b68c9aa3042_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/ec6ea175-6ff0-44aa-ad81-1595489f55ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/17b01daf-9a0e-4c40-9477-862728c116f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/9b3fc32b-51e6-4119-a18e-f2fe052f0c3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/2679d9d0-c50f-4e74-b060-bd54cd225876_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/6e848b04-f627-43c9-9c22-1e1a21215a12_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/af5cfcff-6faf-49e2-83ab-ac39a9238f44_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/ccda1df3-9fd7-4bc7-8cc2-15f1ed8880e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/76b2490b-2545-4f08-8562-7a10d6c7d487_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 4K, 06/20 - 11K, 04/21 - 15K, 04/22 - 24K, 04/23 - 33K, 04/24 - 41K, 04/25 - 48K,', 'remarks': '**1338** VOSA STATES 15K, 24K, 33K, 41K, 48K, 54K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/627daa9d-fd29-4c35-947a-c984f04b44b3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120679722, 'registration': 'PN18BXZ', 'account': 'VAN044', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 54302, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-04-30', 'fuel': 'Petrol', 'motExpiry': '2027-03-18', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/2bbf4d66-f981-478b-b143-9b68c9aa3042_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/ec6ea175-6ff0-44aa-ad81-1595489f55ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/17b01daf-9a0e-4c40-9477-862728c116f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/9b3fc32b-51e6-4119-a18e-f2fe052f0c3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/2679d9d0-c50f-4e74-b060-bd54cd225876_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/6e848b04-f627-43c9-9c22-1e1a21215a12_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/af5cfcff-6faf-49e2-83ab-ac39a9238f44_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/ccda1df3-9fd7-4bc7-8cc2-15f1ed8880e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN18BXZ/2026-03-24/image/76b2490b-2545-4f08-8562-7a10d6c7d487_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 4K, 06/20 - 11K, 04/21 - 15K, 04/22 - 24K, 04/23 - 33K, 04/24 - 41K, 04/25 - 48K,', 'remarks': '**1338** VOSA STATES 15K, 24K, 33K, 41K, 48K, 54K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/627daa9d-fd29-4c35-947a-c984f04b44b3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722
2026-03-27 05:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7173f9a-7f8f-575c-80ec-b6028a052660 with scrape type 2
2026-03-27 05:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7173f9a-7f8f-575c-80ec-b6028a052660 with scrape type 2
2026-03-27 05:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e7173f9a-7f8f-575c-80ec-b6028a052660, identifier: 120679722
2026-03-27 05:02:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120466479, 'registration': 'FX65ZFE', 'account': 'NUN002', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 Sport 5dr', 'mileage': 69770, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-07-11', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/79a8dad8-76c9-4f83-9a1a-52e971b6eaea_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/7cce6493-ddc6-44a8-a71a-ba701020fa49_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/a46e7dde-2405-409a-9cca-390abcd5b6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/e318a9ed-b45f-4062-8b6a-d6001e13afb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/35883f98-7460-48de-b7fb-cf9c7f059303_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/bda29877-99f8-40d2-81e2-3c243d1b79e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/5f2b2d35-d527-4593-8549-c89087a54e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/15c9fd07-2589-4cb8-8a81-3f1f2513690d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/4fdec408-4a18-4dc0-a59e-51086121fdf9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/16-10K, 10/17-19K, 06/22-42K, 02/23-48K, 07/24-59K, 07/25-65K,', 'remarks': '**145** STATES 23K, 27K, 29K, 32K, 42K, 51K, 59K, 65K,', 'virtual': False, 'seller': 'Nunns Mazda', '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/4cb87580-b685-4fa8-b5df-447970bdadaf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120466479, 'registration': 'FX65ZFE', 'account': 'NUN002', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 Sport 5dr', 'mileage': 69770, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-07-11', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/79a8dad8-76c9-4f83-9a1a-52e971b6eaea_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/7cce6493-ddc6-44a8-a71a-ba701020fa49_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/a46e7dde-2405-409a-9cca-390abcd5b6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/e318a9ed-b45f-4062-8b6a-d6001e13afb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/35883f98-7460-48de-b7fb-cf9c7f059303_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/bda29877-99f8-40d2-81e2-3c243d1b79e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/5f2b2d35-d527-4593-8549-c89087a54e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/15c9fd07-2589-4cb8-8a81-3f1f2513690d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX65ZFE/2026-03-23/image/4fdec408-4a18-4dc0-a59e-51086121fdf9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/16-10K, 10/17-19K, 06/22-42K, 02/23-48K, 07/24-59K, 07/25-65K,', 'remarks': '**145** STATES 23K, 27K, 29K, 32K, 42K, 51K, 59K, 65K,', 'virtual': False, 'seller': 'Nunns Mazda', '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/4cb87580-b685-4fa8-b5df-447970bdadaf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479
2026-03-27 05:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b363a1e6-58fc-5d58-a6e1-466e34adac83 with scrape type 2
2026-03-27 05:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b363a1e6-58fc-5d58-a6e1-466e34adac83 with scrape type 2
2026-03-27 05:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b363a1e6-58fc-5d58-a6e1-466e34adac83, identifier: 120466479
2026-03-27 05:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484555?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298
2026-03-27 05:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298
2026-03-27 05:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298 to the API
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120556298?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'aaefb49d-7c3e-55c2-8646-6d8db8e09d13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV17FVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120556298',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 83180,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-28',
'seller_name': 'Nunns Mazda',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech 110 Flair 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 110 Flair 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120556298%27 HTTP/1.1" 200 None
2026-03-27 05:02:03 [astonbarclay.gb] INFO: Saving data for 120556298: {'auction_closing_time': 1774958400.0, 'created_time': 1774033507.58693, 'last_price_update_time': 1774587723.478419}
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120556298') HTTP/1.1" 204 0
2026-03-27 05:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722
2026-03-27 05:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722
2026-03-27 05:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722 to the API
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'e7173f9a-7f8f-575c-80ec-b6028a052660',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN18BXZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120679722',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 54302,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-30',
'seller_name': 'Vantage Motor Group',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120679722%27 HTTP/1.1" 200 None
2026-03-27 05:02:03 [astonbarclay.gb] INFO: Saving data for 120679722: {'auction_closing_time': 1774958400.0, 'created_time': 1774357597.833777, 'last_price_update_time': 1774587723.776914}
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679722') HTTP/1.1" 204 0
2026-03-27 05:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479
2026-03-27 05:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479
2026-03-27 05:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479 to the API
2026-03-27 05:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120466479?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'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': 'b363a1e6-58fc-5d58-a6e1-466e34adac83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX65ZFE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120466479',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA2 HATCHBACK',
'odometer': 69770,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-18',
'seller_name': 'Nunns Mazda',
'title': 'MAZDA MAZDA2 HATCHBACK 1.5 Sport 5dr',
'transmission': 'manual',
'trim': '1.5 Sport 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120466479%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Saving data for 120466479: {'auction_closing_time': 1774958400.0, 'created_time': 1774033506.593242, 'last_price_update_time': 1774587724.100925}
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120466479') HTTP/1.1" 204 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120805512
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120805512%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120805512: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120826795
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826795%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120826795: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120825687
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120825687%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120825687: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120693949
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693949%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120693949: 2
2026-03-27 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-27 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120620461?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120221428?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120798480
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798480%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120798480: 2
2026-03-27 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-27 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-27 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-27 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120795336?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120484555, 'registration': 'PJ56CFU', 'account': 'DJC017', 'make': 'HONDA', 'model': 'CR-V ESTATE', 'derivative': '2.0 i-VTEC SE 5dr', 'mileage': 175055, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-22', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/32e2b265-e7b2-4a78-9a31-1ce4fbde4bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/3cb32f5a-9cbd-49be-bcaa-bd0f8c9f873f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/aa3dc4ed-1f09-43ca-a7ed-38e87c488bf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/f518e035-fb9a-4534-9b46-7c98e2bbf264_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/c591f64a-b8ff-4e83-a3d3-2844ac0d31d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/6e87d7b4-524a-437b-a7e6-e4db2dd80b0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/ee54ed7c-595b-4417-9f1c-8f371b0440a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/68427595-09a5-4deb-a023-27405d453bdb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/07 - 11K, 10/08-31K, 03/18-92K, 10/18-98K,', 'remarks': '**149** VOSA STATES 47K, 55K, 63K, 72K, 79K, 85K, 91K, 92K, 102K, 111K, 117K, 125K, 134K, 150K, 165K,', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 215, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c94a34b6-b003-4b77-b4f3-b3ac4e528556.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120484555, 'registration': 'PJ56CFU', 'account': 'DJC017', 'make': 'HONDA', 'model': 'CR-V ESTATE', 'derivative': '2.0 i-VTEC SE 5dr', 'mileage': 175055, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-22', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/32e2b265-e7b2-4a78-9a31-1ce4fbde4bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/3cb32f5a-9cbd-49be-bcaa-bd0f8c9f873f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/aa3dc4ed-1f09-43ca-a7ed-38e87c488bf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/f518e035-fb9a-4534-9b46-7c98e2bbf264_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/c591f64a-b8ff-4e83-a3d3-2844ac0d31d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/6e87d7b4-524a-437b-a7e6-e4db2dd80b0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/ee54ed7c-595b-4417-9f1c-8f371b0440a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ56CFU/2026-03-23/image/68427595-09a5-4deb-a023-27405d453bdb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/07 - 11K, 10/08-31K, 03/18-92K, 10/18-98K,', 'remarks': '**149** VOSA STATES 47K, 55K, 63K, 72K, 79K, 85K, 91K, 92K, 102K, 111K, 117K, 125K, 134K, 150K, 165K,', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 215, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c94a34b6-b003-4b77-b4f3-b3ac4e528556.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555
2026-03-27 05:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac2be25-d848-5abc-9bf3-639dabda0de1 with scrape type 2
2026-03-27 05:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac2be25-d848-5abc-9bf3-639dabda0de1 with scrape type 2
2026-03-27 05:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aac2be25-d848-5abc-9bf3-639dabda0de1, identifier: 120484555
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120804574
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120804574%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120804574: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120823089
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120823089%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120823089: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120748970
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120748970%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120748970: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120787611
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120787611%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120787611: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120805939
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120805939%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120805939: 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120792348
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120792348%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120792348: 2
2026-03-27 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-27 05:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555
2026-03-27 05:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555
2026-03-27 05:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555 to the API
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120484555?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 215,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'aac2be25-d848-5abc-9bf3-639dabda0de1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ56CFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484555',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CR-V ESTATE',
'odometer': 175055,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-11-30',
'seller_name': 'Cox Motor Group',
'title': 'HONDA CR-V ESTATE 2.0 i-VTEC SE 5dr',
'transmission': 'manual',
'trim': '2.0 i-VTEC SE 5dr',
'vin': None,
'year': 2006}
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120484555%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Saving data for 120484555: {'auction_closing_time': 1774612800.0, 'created_time': 1774033993.557429, 'last_price_update_time': 1774587724.781716}
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484555') HTTP/1.1" 204 0
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120716362
2026-03-27 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716362%27 HTTP/1.1" 200 None
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120716362: 2
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120620461, 'registration': 'KV68FVU', 'account': 'MOT129', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 77693, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV68FVU/2026-03-20/image/b62ef000-4b08-43f1-b598-5df543d172ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/1b1ecdee-ae5e-4c27-82af-f2871cf25674_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/fba30aa1-0825-4028-af2b-ce5afe095b8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/c6191dea-9da6-481d-9da8-722f8b13dec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/f19f8e03-84e1-469f-9faa-758025c03a61_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/9a4f656b-66c0-4b4a-ae9d-623e94a68623_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/d3e39aaf-7d5e-4bfc-a242-3d2545673e19_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/46cb57b2-ab66-4166-aa10-e61fbf3f19bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/5b30ecfc-a034-4989-a0c0-0ee5a01d2876_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1662** VOSA STATES 13K, 14K, 27K, 44K, 59K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/07c2b7f7-2149-40fb-92dd-ee018d96721c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120620461, 'registration': 'KV68FVU', 'account': 'MOT129', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 77693, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV68FVU/2026-03-20/image/b62ef000-4b08-43f1-b598-5df543d172ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/1b1ecdee-ae5e-4c27-82af-f2871cf25674_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/fba30aa1-0825-4028-af2b-ce5afe095b8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/c6191dea-9da6-481d-9da8-722f8b13dec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/f19f8e03-84e1-469f-9faa-758025c03a61_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/9a4f656b-66c0-4b4a-ae9d-623e94a68623_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/d3e39aaf-7d5e-4bfc-a242-3d2545673e19_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/46cb57b2-ab66-4166-aa10-e61fbf3f19bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV68FVU/2026-03-20/image/5b30ecfc-a034-4989-a0c0-0ee5a01d2876_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1662** VOSA STATES 13K, 14K, 27K, 44K, 59K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/07c2b7f7-2149-40fb-92dd-ee018d96721c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461
2026-03-27 05:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cedb7f86-72f0-5529-9536-47662177db2b with scrape type 2
2026-03-27 05:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cedb7f86-72f0-5529-9536-47662177db2b with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cedb7f86-72f0-5529-9536-47662177db2b, identifier: 120620461
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120221428, 'registration': 'FX64UPE', 'account': 'LIN021', 'make': 'AUDI', 'model': 'A3 DIESEL SPORTBACK', 'derivative': '1.6 TDI 110 SE 5dr', 'mileage': 111943, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-15', 'fuel': 'Diesel', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX64UPE/2026-03-09/image/1618189b-3114-4c36-9edc-b17feed53e41_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/2a1614e5-1672-425a-9eca-9aa793bfc7b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/bcd285cd-00a8-4693-a19f-e27f7618321e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/fe82d115-a610-444a-9466-90c4932a56a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/21876a7b-d90c-47c6-9bb6-5a040d1a827f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/e1994e65-44db-4bdf-9abe-cfd3094f40c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/53a60ceb-a8a8-444c-bd81-739cd77021d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/ef458557-d859-4654-b748-2c6f572d6f2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/70fea080-3b4f-411b-b443-e238c9cf5766_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 36K, 45K, 56K, 64K, 76K, 84K, 96K, 109K', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2308a612-c52a-4762-ab50-a249fdcc92c5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120221428, 'registration': 'FX64UPE', 'account': 'LIN021', 'make': 'AUDI', 'model': 'A3 DIESEL SPORTBACK', 'derivative': '1.6 TDI 110 SE 5dr', 'mileage': 111943, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-15', 'fuel': 'Diesel', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX64UPE/2026-03-09/image/1618189b-3114-4c36-9edc-b17feed53e41_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/2a1614e5-1672-425a-9eca-9aa793bfc7b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/bcd285cd-00a8-4693-a19f-e27f7618321e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/fe82d115-a610-444a-9466-90c4932a56a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/21876a7b-d90c-47c6-9bb6-5a040d1a827f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/e1994e65-44db-4bdf-9abe-cfd3094f40c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/53a60ceb-a8a8-444c-bd81-739cd77021d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/ef458557-d859-4654-b748-2c6f572d6f2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX64UPE/2026-03-09/image/70fea080-3b4f-411b-b443-e238c9cf5766_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 36K, 45K, 56K, 64K, 76K, 84K, 96K, 109K', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2308a612-c52a-4762-ab50-a249fdcc92c5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428
2026-03-27 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 114a2c66-8793-5966-b6bf-b2d6abbd6c39, identifier: 120221428
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666826, 'registration': 'YD69UNJ', 'account': 'VAN044', 'make': 'MITSUBISHI', 'model': 'ECLIPSE CROSS HATCHBACK', 'derivative': '1.5 Design SE 5dr', 'mileage': 64682, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-10-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/660ae44b-4f17-4e28-93f3-47650d1e9b24_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/6df40238-099e-4641-b0ed-d8ca3fa4ef9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/3b1bc247-9890-4422-9e5a-9feb100bd9a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/bbf99e77-e887-4681-a90f-6e93d1932d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/b5542d28-1aec-4e5f-907b-edc4d1f67ea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/3cd23b9c-8c96-42d3-b143-d40a06701776_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/701ef364-45b7-4caf-8733-dfe02fb63a95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/52a162b3-cf7d-44e8-8e1d-c0b9ccf027fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/3439593b-5402-4cfd-88a8-33f028c39cdd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/20 - 8K, 10/21 - 16K, 09/22 - 25K, 01/24 - 41K,', 'remarks': '**1334** VOSA STATES 25K, 37K, 50K, 58K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0a7103ce-2d69-4965-9f85-ae5f889f31b7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666826, 'registration': 'YD69UNJ', 'account': 'VAN044', 'make': 'MITSUBISHI', 'model': 'ECLIPSE CROSS HATCHBACK', 'derivative': '1.5 Design SE 5dr', 'mileage': 64682, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-10-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/660ae44b-4f17-4e28-93f3-47650d1e9b24_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/6df40238-099e-4641-b0ed-d8ca3fa4ef9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/3b1bc247-9890-4422-9e5a-9feb100bd9a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/bbf99e77-e887-4681-a90f-6e93d1932d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/b5542d28-1aec-4e5f-907b-edc4d1f67ea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/3cd23b9c-8c96-42d3-b143-d40a06701776_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/701ef364-45b7-4caf-8733-dfe02fb63a95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/52a162b3-cf7d-44e8-8e1d-c0b9ccf027fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD69UNJ/2026-03-24/image/3439593b-5402-4cfd-88a8-33f028c39cdd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/20 - 8K, 10/21 - 16K, 09/22 - 25K, 01/24 - 41K,', 'remarks': '**1334** VOSA STATES 25K, 37K, 50K, 58K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0a7103ce-2d69-4965-9f85-ae5f889f31b7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826
2026-03-27 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392b98a5-dd69-5506-aae8-165c08d2492d with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 392b98a5-dd69-5506-aae8-165c08d2492d with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 392b98a5-dd69-5506-aae8-165c08d2492d, identifier: 120666826
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120795336, 'registration': 'FE07LHK', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.6 VVTi T Spirit 5dr MM', 'mileage': 86969, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2007-07-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE07LHK/2026-03-26/image/e2552f81-84bc-4bd7-b7c8-f96ce9c1e3ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/424455b9-8edc-41b5-a3a8-85baf3a03d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/1c47f657-933f-4cf6-8429-c86719e6c89c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/00d1f4a4-6780-4b2d-8f40-ddd36c47ee92_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/1ab2cac3-aa18-4e99-bb82-e3a04d61934a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/0846f77e-211e-4c98-a5bb-2ea657ed9050_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/1bc1070c-908c-466c-9027-73f8ca10df91_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/f50ae925-9b52-4b4e-9081-9b0016d50810_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/9ee803bd-46f9-4547-93bf-593521d1b665_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/08 - 11K, 07/12 - 33K, 09/15 - 45K, 07/25 - 80K,', 'remarks': '**767** VOSA STATES 23K, 28K, 33K, 38K, 41K, 44K, 49K, 53K, 54K, 56K, 57K, 59K, 61K, 68K, 78K, 85K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4be2c135-fce6-4b83-859c-f015066af91d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120795336, 'registration': 'FE07LHK', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.6 VVTi T Spirit 5dr MM', 'mileage': 86969, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2007-07-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE07LHK/2026-03-26/image/e2552f81-84bc-4bd7-b7c8-f96ce9c1e3ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/424455b9-8edc-41b5-a3a8-85baf3a03d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/1c47f657-933f-4cf6-8429-c86719e6c89c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/00d1f4a4-6780-4b2d-8f40-ddd36c47ee92_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/1ab2cac3-aa18-4e99-bb82-e3a04d61934a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/0846f77e-211e-4c98-a5bb-2ea657ed9050_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/1bc1070c-908c-466c-9027-73f8ca10df91_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/f50ae925-9b52-4b4e-9081-9b0016d50810_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE07LHK/2026-03-26/image/9ee803bd-46f9-4547-93bf-593521d1b665_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/08 - 11K, 07/12 - 33K, 09/15 - 45K, 07/25 - 80K,', 'remarks': '**767** VOSA STATES 23K, 28K, 33K, 38K, 41K, 44K, 49K, 53K, 54K, 56K, 57K, 59K, 61K, 68K, 78K, 85K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4be2c135-fce6-4b83-859c-f015066af91d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e362fc71-4de1-5d31-bc5e-b58acf0557a0 with identifier: 120795336
2026-03-27 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e362fc71-4de1-5d31-bc5e-b58acf0557a0 with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e362fc71-4de1-5d31-bc5e-b58acf0557a0 with scrape type 2
2026-03-27 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e362fc71-4de1-5d31-bc5e-b58acf0557a0, identifier: 120795336
2026-03-27 05:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461
2026-03-27 05:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461
2026-03-27 05:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461 to the API
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120620461?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'cedb7f86-72f0-5529-9536-47662177db2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV68FVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120620461',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 77693,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-14',
'seller_name': 'MotoNovo Finance',
'title': 'KIA PICANTO HATCHBACK 1.0 2 5dr',
'transmission': 'manual',
'trim': '1.0 2 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120620461%27 HTTP/1.1" 200 None
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Saving data for 120620461: {'auction_closing_time': 1774958400.0, 'created_time': 1773947349.664989, 'last_price_update_time': 1774587725.604761}
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120620461') HTTP/1.1" 204 0
2026-03-27 05:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428
2026-03-27 05:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428
2026-03-27 05:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428 to the API
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120221428?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '114a2c66-8793-5966-b6bf-b2d6abbd6c39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX64UPE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120221428',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 DIESEL SPORTBACK',
'odometer': 111943,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-15',
'seller_name': 'Link Financial',
'title': 'AUDI A3 DIESEL SPORTBACK 1.6 TDI 110 SE 5dr',
'transmission': 'manual',
'trim': '1.6 TDI 110 SE 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120221428%27 HTTP/1.1" 200 None
2026-03-27 05:02:05 [astonbarclay.gb] INFO: Saving data for 120221428: {'auction_closing_time': 1774958400.0, 'created_time': 1773403240.336378, 'last_price_update_time': 1774587725.9332}
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120221428') HTTP/1.1" 204 0
2026-03-27 05:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826
2026-03-27 05:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826
2026-03-27 05:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826 to the API
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '392b98a5-dd69-5506-aae8-165c08d2492d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YD69UNJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666826',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MITSUBISHI',
'model': 'ECLIPSE CROSS HATCHBACK',
'odometer': 64682,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-28',
'seller_name': 'Vantage Motor Group',
'title': 'MITSUBISHI ECLIPSE CROSS HATCHBACK 1.5 Design SE 5dr',
'transmission': 'manual',
'trim': '1.5 Design SE 5dr',
'vin': None,
'year': 2019}
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120666826%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Saving data for 120666826: {'auction_closing_time': 1774958400.0, 'created_time': 1774357578.54031, 'last_price_update_time': 1774587726.257518}
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666826') HTTP/1.1" 204 0
2026-03-27 05:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e362fc71-4de1-5d31-bc5e-b58acf0557a0 with identifier: 120795336
2026-03-27 05:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e362fc71-4de1-5d31-bc5e-b58acf0557a0 with identifier: 120795336
2026-03-27 05:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e362fc71-4de1-5d31-bc5e-b58acf0557a0 with identifier: 120795336 to the API
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120795336?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 161,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'e362fc71-4de1-5d31-bc5e-b58acf0557a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FE07LHK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120795336',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AURIS HATCHBACK',
'odometer': 86969,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-07-02',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AURIS HATCHBACK 1.6 VVTi T Spirit 5dr MM',
'transmission': 'automatic',
'trim': '1.6 VVTi T Spirit 5dr MM',
'vin': None,
'year': 2007}
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120795336%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Saving data for 120795336: {'auction_closing_time': 1774958400.0, 'created_time': 1774465889.993378, 'last_price_update_time': 1774587726.558899}
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120795336') HTTP/1.1" 204 0
2026-03-27 05:02:06 [scrapy.extensions.logstats] INFO: Crawled 175 pages (at 104 pages/min), scraped 173 items (at 104 items/min)
2026-03-27 05:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120676801
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120676801%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120676801: 2
2026-03-27 05:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715046?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716291?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120696108
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696108%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120696108: 0
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120729927
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120729927%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120729927: 0
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120627497
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120627497%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120627497: 0
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120695365
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695365%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120695365: 2
2026-03-27 05:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120686475
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120686475%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120686475: 0
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120716273
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716273%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120716273: 2
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120716318
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716318%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120716318: 2
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120716378
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716378%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120716378: 2
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715046, 'registration': 'WA14RHY', 'account': 'HAT004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream Exclusive+ 5dr ETG6', 'mileage': 115001, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-03-11', 'fuel': 'Diesel', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 44K, 46K, 53K, 59K, 67K, 71K, 79K, 88K, 98K, 106K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715046, 'registration': 'WA14RHY', 'account': 'HAT004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream Exclusive+ 5dr ETG6', 'mileage': 115001, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-03-11', 'fuel': 'Diesel', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 44K, 46K, 53K, 59K, 67K, 71K, 79K, 88K, 98K, 106K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046
2026-03-27 05:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4067ebf7-a7b2-5137-8585-6ef62f43a88a with scrape type 2
2026-03-27 05:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4067ebf7-a7b2-5137-8585-6ef62f43a88a with scrape type 2
2026-03-27 05:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4067ebf7-a7b2-5137-8585-6ef62f43a88a, identifier: 120715046
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716291, 'registration': 'K40RDN', 'account': 'HAT006', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 57913, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 37K, 42K, 47K, 51K, 57K, PLATE WITH VEHICLE', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716291, 'registration': 'K40RDN', 'account': 'HAT006', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 57913, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 37K, 42K, 47K, 51K, 57K, PLATE WITH VEHICLE', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291
2026-03-27 05:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f05337c-7d15-57cb-b366-471e9b1d6f17 with scrape type 2
2026-03-27 05:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f05337c-7d15-57cb-b366-471e9b1d6f17 with scrape type 2
2026-03-27 05:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f05337c-7d15-57cb-b366-471e9b1d6f17, identifier: 120716291
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120410795
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120410795%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120410795: 0
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120673229
2026-03-27 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120673229%27 HTTP/1.1" 200 None
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Scrape type for 120673229: 0
2026-03-27 05:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120685886
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120685886%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120685886: 0
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120695356
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695356%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120695356: 2
2026-03-27 05:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046
2026-03-27 05:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046
2026-03-27 05:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046 to the API
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715046?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '4067ebf7-a7b2-5137-8585-6ef62f43a88a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WA14RHY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715046',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'GRAND C4 PICASSO DIESEL ESTATE',
'odometer': 115001,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-11',
'seller_name': 'Hatfields Group',
'title': 'CITROEN GRAND C4 PICASSO DIESEL ESTATE 1.6 e-HDi 115 Airdream '
'Exclusive+ 5dr ETG6',
'transmission': 'automatic',
'trim': '1.6 e-HDi 115 Airdream Exclusive+ 5dr ETG6',
'vin': None,
'year': 2014}
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715046%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Saving data for 120715046: {'auction_closing_time': 1774958400.0, 'created_time': 1774357524.144129, 'last_price_update_time': 1774587727.301759}
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715046') HTTP/1.1" 204 0
2026-03-27 05:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291
2026-03-27 05:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291
2026-03-27 05:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291 to the API
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716291?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5f05337c-7d15-57cb-b366-471e9b1d6f17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'K40RDN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716291',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 57913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-21',
'seller_name': 'Hatfields Group',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716291%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Saving data for 120716291: {'auction_closing_time': 1774958400.0, 'created_time': 1774357519.986354, 'last_price_update_time': 1774587727.716221}
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716291') HTTP/1.1" 204 0
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120587587
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120587587%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120587587: 0
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 115487581
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27115487581%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 115487581: 2
2026-03-27 05:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695495?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714980?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714966?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798831?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120695286
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695286%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120695286: 2
2026-03-27 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-27 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-27 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-27 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-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120696081
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696081%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120696081: 0
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120695273
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695273%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120695273: 2
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120695260
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695260%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120695260: 2
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120761712
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120761712%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120761712: 0
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120465157
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120465157%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120465157: 0
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120695251
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695251%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120695251: 2
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120695242
2026-03-27 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695242%27 HTTP/1.1" 200 None
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120695242: 2
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695495, 'registration': 'SK10XNO', 'account': 'VAN039', 'make': 'NISSAN', 'model': 'PIXO HATCHBACK', 'derivative': '1.0 Visia 5dr', 'mileage': 53073, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 5, 'engineSize': 996, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK10XNO/2026-03-26/image/203b6806-4a38-42ed-bee7-1e23b9275ac4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/3b9c7af6-c66e-4b74-aa5c-436a3ae53469_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/557fd948-fc05-4c31-9080-b666f2703a08_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/8b9bb5ab-6587-48c2-878f-1a50f0d39a6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/b274cf48-cbae-4bfb-93bc-ad91271eb886_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/0f7d18b3-0efa-44c8-9532-7f9d4ac26d2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/eb7da997-b423-4968-80a2-7a732f35a734_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**1279** VOSA STATES 18K, 24K, 27K, 28K, 29K, 31K, 33K, 35K, 38K, 40K, 42K, 45K, 47K, 50K, FAILED @53K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3df5e41b-7871-4964-b84e-95945d1bc822.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695495, 'registration': 'SK10XNO', 'account': 'VAN039', 'make': 'NISSAN', 'model': 'PIXO HATCHBACK', 'derivative': '1.0 Visia 5dr', 'mileage': 53073, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 5, 'engineSize': 996, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK10XNO/2026-03-26/image/203b6806-4a38-42ed-bee7-1e23b9275ac4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/3b9c7af6-c66e-4b74-aa5c-436a3ae53469_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/557fd948-fc05-4c31-9080-b666f2703a08_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/8b9bb5ab-6587-48c2-878f-1a50f0d39a6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/b274cf48-cbae-4bfb-93bc-ad91271eb886_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/0f7d18b3-0efa-44c8-9532-7f9d4ac26d2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK10XNO/2026-03-26/image/eb7da997-b423-4968-80a2-7a732f35a734_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**1279** VOSA STATES 18K, 24K, 27K, 28K, 29K, 31K, 33K, 35K, 38K, 40K, 42K, 45K, 47K, 50K, FAILED @53K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3df5e41b-7871-4964-b84e-95945d1bc822.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26245b01-7a77-5f05-b31d-177ec77d1c2b with identifier: 120695495
2026-03-27 05:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26245b01-7a77-5f05-b31d-177ec77d1c2b with scrape type 2
2026-03-27 05:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26245b01-7a77-5f05-b31d-177ec77d1c2b with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 26245b01-7a77-5f05-b31d-177ec77d1c2b, identifier: 120695495
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714980, 'registration': 'DT19TGX', 'account': 'HAT004', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive M40d 5dr Step Auto', 'mileage': 68722, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K, 45K, 45K, 53K, 62K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714980, 'registration': 'DT19TGX', 'account': 'HAT004', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive M40d 5dr Step Auto', 'mileage': 68722, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K, 45K, 45K, 53K, 62K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980
2026-03-27 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f, identifier: 120714980
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714966, 'registration': 'KU66YHY', 'account': 'HAT004', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '2.0 TDI Ultra S Line 5dr', 'mileage': 94456, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-07', 'fuel': 'Diesel', 'motExpiry': '2026-08-04', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K, 33K, 36K, 51K, 68K, 79K, 93K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714966, 'registration': 'KU66YHY', 'account': 'HAT004', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '2.0 TDI Ultra S Line 5dr', 'mileage': 94456, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-07', 'fuel': 'Diesel', 'motExpiry': '2026-08-04', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K, 33K, 36K, 51K, 68K, 79K, 93K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966
2026-03-27 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50b289b3-4fe5-526e-9f38-795bf9f9809e with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50b289b3-4fe5-526e-9f38-795bf9f9809e with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50b289b3-4fe5-526e-9f38-795bf9f9809e, identifier: 120714966
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798831, 'registration': 'BA04NVV', 'account': 'WBA004', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'Passion 2dr Auto', 'mileage': 54986, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2004-08-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-19', 'doors': 2, 'engineSize': 698, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BA04NVV/2026-03-26/image/7f53c126-7288-4628-a27d-07f9b7f4f40c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/8b79d1b7-05b2-41c4-931b-c8ccfad304f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/015f4211-30fb-4811-bbe4-b2dd6afc54d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/aa829378-ffb3-44cc-9024-a7833faa810f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/6a0acff2-794b-4ccd-a737-deed674962be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/354f0390-418c-445c-88bb-32f868ae850d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/765f7c73-e3c8-4094-9f55-236f73cdc37d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/86484f95-7149-4fb1-a819-e3c06b41cd96_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/05 - 2K, 11/06 - 4K, 08/08 - 8K, 08/09 - 11K, 08/11 - 16K, 01/14 - 18K, 07/15 - 19K, 11/17 - 34K, 07/20 - 47K, 06/21 - 50K, 03/22 - 54K,', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear **541** VOSA STATES 6K, 8K, 11K, 13K, 16K, 17K, 17K, 18K, 19K, 28K, 34K, 44K, 45K, 50K, 54K, 54K, 54K, 54K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798831, 'registration': 'BA04NVV', 'account': 'WBA004', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'Passion 2dr Auto', 'mileage': 54986, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2004-08-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-19', 'doors': 2, 'engineSize': 698, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BA04NVV/2026-03-26/image/7f53c126-7288-4628-a27d-07f9b7f4f40c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/8b79d1b7-05b2-41c4-931b-c8ccfad304f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/015f4211-30fb-4811-bbe4-b2dd6afc54d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/aa829378-ffb3-44cc-9024-a7833faa810f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/6a0acff2-794b-4ccd-a737-deed674962be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/354f0390-418c-445c-88bb-32f868ae850d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/765f7c73-e3c8-4094-9f55-236f73cdc37d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA04NVV/2026-03-26/image/86484f95-7149-4fb1-a819-e3c06b41cd96_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/05 - 2K, 11/06 - 4K, 08/08 - 8K, 08/09 - 11K, 08/11 - 16K, 01/14 - 18K, 07/15 - 19K, 11/17 - 34K, 07/20 - 47K, 06/21 - 50K, 03/22 - 54K,', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear **541** VOSA STATES 6K, 8K, 11K, 13K, 16K, 17K, 17K, 18K, 19K, 28K, 34K, 44K, 45K, 50K, 54K, 54K, 54K, 54K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbd8c11c-220f-5abe-bdff-b8965f533374 with identifier: 120798831
2026-03-27 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbd8c11c-220f-5abe-bdff-b8965f533374 with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbd8c11c-220f-5abe-bdff-b8965f533374 with scrape type 2
2026-03-27 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fbd8c11c-220f-5abe-bdff-b8965f533374, identifier: 120798831
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120470094
2026-03-27 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120470094%27 HTTP/1.1" 200 None
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Scrape type for 120470094: 2
2026-03-27 05:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 26245b01-7a77-5f05-b31d-177ec77d1c2b with identifier: 120695495
2026-03-27 05:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 26245b01-7a77-5f05-b31d-177ec77d1c2b with identifier: 120695495
2026-03-27 05:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 26245b01-7a77-5f05-b31d-177ec77d1c2b with identifier: 120695495 to the API
2026-03-27 05:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695495?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '26245b01-7a77-5f05-b31d-177ec77d1c2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SK10XNO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695495',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'PIXO HATCHBACK',
'odometer': 53073,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-25',
'seller_name': 'Vantage Motor Group',
'title': 'NISSAN PIXO HATCHBACK 1.0 Visia 5dr',
'transmission': 'manual',
'trim': '1.0 Visia 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695495%27 HTTP/1.1" 200 None
2026-03-27 05:02:08 [astonbarclay.gb] INFO: Saving data for 120695495: {'auction_closing_time': 1774958400.0, 'created_time': 1774465904.136719, 'last_price_update_time': 1774587728.625377}
2026-03-27 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695495') HTTP/1.1" 204 0
2026-03-27 05:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980
2026-03-27 05:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980
2026-03-27 05:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980 to the API
2026-03-27 05:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714980?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'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': 'c83f19af-0bbf-5fa4-aca7-2c46564c3d1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DT19TGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714980',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'X3 DIESEL ESTATE',
'odometer': 68722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-20',
'seller_name': 'Hatfields Group',
'title': 'BMW X3 DIESEL ESTATE xDrive M40d 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive M40d 5dr Step Auto',
'vin': None,
'year': 2019}
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714980%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Saving data for 120714980: {'auction_closing_time': 1774958400.0, 'created_time': 1774357765.936661, 'last_price_update_time': 1774587729.014643}
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714980') HTTP/1.1" 204 0
2026-03-27 05:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966
2026-03-27 05:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966
2026-03-27 05:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966 to the API
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714966?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '50b289b3-4fe5-526e-9f38-795bf9f9809e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU66YHY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714966',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A6 DIESEL AVANT',
'odometer': 94456,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-07',
'seller_name': 'Hatfields Group',
'title': 'AUDI A6 DIESEL AVANT 2.0 TDI Ultra S Line 5dr',
'transmission': 'manual',
'trim': '2.0 TDI Ultra S Line 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714966%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Saving data for 120714966: {'auction_closing_time': 1774958400.0, 'created_time': 1774357285.437356, 'last_price_update_time': 1774587729.297579}
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714966') HTTP/1.1" 204 0
2026-03-27 05:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fbd8c11c-220f-5abe-bdff-b8965f533374 with identifier: 120798831
2026-03-27 05:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fbd8c11c-220f-5abe-bdff-b8965f533374 with identifier: 120798831
2026-03-27 05:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fbd8c11c-220f-5abe-bdff-b8965f533374 with identifier: 120798831 to the API
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798831?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '0.7L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'fbd8c11c-220f-5abe-bdff-b8965f533374',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BA04NVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798831',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SMART',
'model': 'CITY-COUPE',
'odometer': 54986,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-08-27',
'seller_name': 'UKCGR - Trade',
'title': 'SMART CITY-COUPE Passion 2dr Auto',
'transmission': 'automatic',
'trim': 'Passion 2dr Auto',
'vin': None,
'year': 2004}
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798831%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Saving data for 120798831: {'auction_closing_time': 1774958400.0, 'created_time': 1774465891.659752, 'last_price_update_time': 1774587729.593518}
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798831') HTTP/1.1" 204 0
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 119432954
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119432954%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 119432954: 2
2026-03-27 05:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714940?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714950?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120693961
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693961%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120693961: 2
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120659102
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120659102%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120659102: 2
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120789909
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120789909%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120789909: 0
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120761746
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120761746%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120761746: 0
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120695918
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695918%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120695918: 0
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120823289
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120823289%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120823289: 0
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120484566
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120484566%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120484566: 2
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120432662
2026-03-27 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120432662%27 HTTP/1.1" 200 None
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120432662: 2
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714940, 'registration': 'BG73XUR', 'account': 'HAT004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 31729, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-10-05', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714940, 'registration': 'BG73XUR', 'account': 'HAT004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 31729, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-10-05', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940
2026-03-27 05:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 366b85d9-259a-51df-9577-187983cf3a51 with scrape type 2
2026-03-27 05:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 366b85d9-259a-51df-9577-187983cf3a51 with scrape type 2
2026-03-27 05:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 366b85d9-259a-51df-9577-187983cf3a51, identifier: 120714940
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714950, 'registration': 'YP20HWX', 'account': 'HAT004', 'make': 'JAGUAR', 'model': 'F-PACE ESTATE SPECIAL EDITIONS', 'derivative': '2.0d [180] Chequered Flag 5dr Auto AWD', 'mileage': 83010, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 41K, 57K, 74K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 188, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714950, 'registration': 'YP20HWX', 'account': 'HAT004', 'make': 'JAGUAR', 'model': 'F-PACE ESTATE SPECIAL EDITIONS', 'derivative': '2.0d [180] Chequered Flag 5dr Auto AWD', 'mileage': 83010, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 41K, 57K, 74K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 188, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950
2026-03-27 05:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321913b7-2142-5407-893d-b08b6bb10e79 with scrape type 2
2026-03-27 05:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 321913b7-2142-5407-893d-b08b6bb10e79 with scrape type 2
2026-03-27 05:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 321913b7-2142-5407-893d-b08b6bb10e79, identifier: 120714950
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120686558
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120686558%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120686558: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120439198
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120439198%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120439198: 2
2026-03-27 05:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940
2026-03-27 05:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940
2026-03-27 05:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940 to the API
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714940?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '366b85d9-259a-51df-9577-187983cf3a51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BG73XUR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714940',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 31729,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-05',
'seller_name': 'Hatfields Group',
'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-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714940%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Saving data for 120714940: {'auction_closing_time': 1774958400.0, 'created_time': 1774357603.06499, 'last_price_update_time': 1774587730.331501}
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714940') HTTP/1.1" 204 0
2026-03-27 05:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950
2026-03-27 05:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950
2026-03-27 05:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950 to the API
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714950?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 188,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '321913b7-2142-5407-893d-b08b6bb10e79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP20HWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714950',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'F-PACE ESTATE SPECIAL EDITIONS',
'odometer': 83010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-31',
'seller_name': 'Hatfields Group',
'title': 'JAGUAR F-PACE ESTATE SPECIAL EDITIONS 2.0d [180] Chequered Flag 5dr '
'Auto AWD',
'transmission': 'automatic',
'trim': '2.0d [180] Chequered Flag 5dr Auto AWD',
'vin': None,
'year': 2020}
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714950%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Saving data for 120714950: {'auction_closing_time': 1774958400.0, 'created_time': 1774357614.047531, 'last_price_update_time': 1774587730.729272}
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714950') HTTP/1.1" 204 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120627674
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120627674%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120627674: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120591393
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120591393%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120591393: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120696943
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696943%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120696943: 2
2026-03-27 05:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693940?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714990?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120717479?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693949?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794416?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120684736
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120684736%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120684736: 2
2026-03-27 05:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120762800
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120762800%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120762800: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120714788
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714788%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120714788: 2
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120794313
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794313%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120794313: 2
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120694542
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694542%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120694542: 2
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120798460
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798460%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120798460: 2
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120805331
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120805331%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120805331: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120833424
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120833424%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120833424: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120806000
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120806000%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120806000: 0
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Found listing with ID: 120791904
2026-03-27 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120791904%27 HTTP/1.1" 200 None
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Scrape type for 120791904: 2
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693940, 'registration': 'BB54JWB', 'account': 'DJC016', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD', 'mileage': 113290, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/BB54JWB/2026-03-26/image/0f58c5e6-1c96-40e1-b62d-a70fd7b324c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/7f82446e-4dd6-420c-b953-ba87f10d6380_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/c313cc78-e8e3-4d09-a48c-e4cd660433aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/dae99ccc-34ab-4ee6-878e-c356b9e5bd33_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/fd0bb78f-46c9-495d-bb06-5bd5d386c022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/f8d32f9d-b808-480e-98cd-fcf6bf52357d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/9751a0ff-5b76-4b89-8a51-d3411769e81a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/9ab5c6e4-1585-4ca4-b904-6f8300a88667_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/a55ff8b0-a87d-45cc-a993-3f07572cc545_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 09/18 - 18K, 07/19 - 37K, 03/20 - 51K, 08/20 - 57K, 01/21 - 65K, 03/22 - 84K, 07/25 - 108K', 'remarks': '**176** VOSA STATES 40K, 60K, 74K, 89K, 96K, 103K, 108K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/65d1d150-33d5-41bb-be77-2e8e95324663.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693940, 'registration': 'BB54JWB', 'account': 'DJC016', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD', 'mileage': 113290, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/BB54JWB/2026-03-26/image/0f58c5e6-1c96-40e1-b62d-a70fd7b324c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/7f82446e-4dd6-420c-b953-ba87f10d6380_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/c313cc78-e8e3-4d09-a48c-e4cd660433aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/dae99ccc-34ab-4ee6-878e-c356b9e5bd33_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/fd0bb78f-46c9-495d-bb06-5bd5d386c022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/f8d32f9d-b808-480e-98cd-fcf6bf52357d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/9751a0ff-5b76-4b89-8a51-d3411769e81a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/9ab5c6e4-1585-4ca4-b904-6f8300a88667_removebg.jpg?w=600', 'https://abimg003.imgix.net/BB54JWB/2026-03-26/image/a55ff8b0-a87d-45cc-a993-3f07572cc545_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 09/18 - 18K, 07/19 - 37K, 03/20 - 51K, 08/20 - 57K, 01/21 - 65K, 03/22 - 84K, 07/25 - 108K', 'remarks': '**176** VOSA STATES 40K, 60K, 74K, 89K, 96K, 103K, 108K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/65d1d150-33d5-41bb-be77-2e8e95324663.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86043829-5e49-5f94-b5fb-727eeb84a602 with identifier: 120693940
2026-03-27 05:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86043829-5e49-5f94-b5fb-727eeb84a602 with scrape type 2
2026-03-27 05:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86043829-5e49-5f94-b5fb-727eeb84a602 with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86043829-5e49-5f94-b5fb-727eeb84a602, identifier: 120693940
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714990, 'registration': 'AP17WYW', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '3.0 TD6 HSE 5dr Auto', 'mileage': 51678, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 18K, 20K, 23K, 27K, 32K, 32K, 42K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714990, 'registration': 'AP17WYW', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '3.0 TD6 HSE 5dr Auto', 'mileage': 51678, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 18K, 20K, 23K, 27K, 32K, 32K, 42K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8899f1d7-c858-5bec-8a46-e09ac2d4138a with identifier: 120714990
2026-03-27 05:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8899f1d7-c858-5bec-8a46-e09ac2d4138a with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8899f1d7-c858-5bec-8a46-e09ac2d4138a with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8899f1d7-c858-5bec-8a46-e09ac2d4138a, identifier: 120714990
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120717479, 'registration': 'YA19NDU', 'account': 'VAN042', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr', 'mileage': 14171, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA19NDU/2026-03-26/image/81c80bb4-f5ec-454e-bc91-60675c87b44a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/dec51477-bc6d-422e-858c-f706d052aea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/6ee6c549-e54e-40db-a5d8-a865f5f39794_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/3b36f2d2-2ffc-4a9e-abb2-473b3ba659d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/589e40b8-c4a8-4ba7-941b-8d0306ab5833_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/3e4b1669-0232-40fc-8f40-4d9f643e4b96_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/a82849df-142d-4e49-af7b-9f8c63ae3070_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/d0bf01c7-fa1d-4a39-84bb-534e3582ca51_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/22152647-05c6-4a31-8ca9-f77b3bedcbcb_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/20 - 3K, 06/21 - 6K, 06/22 - 8K, 06/23 - 11K, 05/24 - 12K, 06/25 - 13K', 'remarks': '**1361** VOSA STATES 8K, 11K, 12K, 13K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b25274d8-ef3c-4433-ba03-fa2ec136f99d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120717479, 'registration': 'YA19NDU', 'account': 'VAN042', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr', 'mileage': 14171, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA19NDU/2026-03-26/image/81c80bb4-f5ec-454e-bc91-60675c87b44a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/dec51477-bc6d-422e-858c-f706d052aea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/6ee6c549-e54e-40db-a5d8-a865f5f39794_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/3b36f2d2-2ffc-4a9e-abb2-473b3ba659d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/589e40b8-c4a8-4ba7-941b-8d0306ab5833_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/3e4b1669-0232-40fc-8f40-4d9f643e4b96_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/a82849df-142d-4e49-af7b-9f8c63ae3070_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/d0bf01c7-fa1d-4a39-84bb-534e3582ca51_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA19NDU/2026-03-26/image/22152647-05c6-4a31-8ca9-f77b3bedcbcb_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/20 - 3K, 06/21 - 6K, 06/22 - 8K, 06/23 - 11K, 05/24 - 12K, 06/25 - 13K', 'remarks': '**1361** VOSA STATES 8K, 11K, 12K, 13K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b25274d8-ef3c-4433-ba03-fa2ec136f99d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62012ed9-1029-59e8-90a6-0b4caa8cbb28 with identifier: 120717479
2026-03-27 05:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62012ed9-1029-59e8-90a6-0b4caa8cbb28 with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62012ed9-1029-59e8-90a6-0b4caa8cbb28 with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 62012ed9-1029-59e8-90a6-0b4caa8cbb28, identifier: 120717479
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693949, 'registration': 'MT19PJO', 'account': 'DJC016', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] R-Dynamic S 5dr Auto', 'mileage': 52098, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-29', 'fuel': 'Diesel', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MT19PJO/2026-03-26/image/8b24a826-1700-4df8-8094-4691e6a5e4a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/f4afba65-bd18-4168-9491-2925b081b8ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/651b325a-8946-4809-a349-b39181a5e04a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/bb05c435-7ff1-4842-ab04-2c12431b153d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/cd2ca0b1-91c0-4bc3-a620-90bd312408ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/acdbb054-d028-44e9-be47-ddf67eb447ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/806ba535-7e63-4d25-8ede-deccb37b1a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/dde25d23-853f-4e1a-8ace-0c61872d8018_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/b4ba8db9-50f1-4179-8f04-43aeec6b9bfe_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/21 - 8K, 03/25 - 40K', 'remarks': '**113** VOSA STATES 12K, 21K, 31K, 43K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b14970e9-4cad-427e-b6cc-2a35697b8821.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693949, 'registration': 'MT19PJO', 'account': 'DJC016', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] R-Dynamic S 5dr Auto', 'mileage': 52098, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-29', 'fuel': 'Diesel', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MT19PJO/2026-03-26/image/8b24a826-1700-4df8-8094-4691e6a5e4a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/f4afba65-bd18-4168-9491-2925b081b8ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/651b325a-8946-4809-a349-b39181a5e04a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/bb05c435-7ff1-4842-ab04-2c12431b153d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/cd2ca0b1-91c0-4bc3-a620-90bd312408ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/acdbb054-d028-44e9-be47-ddf67eb447ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/806ba535-7e63-4d25-8ede-deccb37b1a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/dde25d23-853f-4e1a-8ace-0c61872d8018_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT19PJO/2026-03-26/image/b4ba8db9-50f1-4179-8f04-43aeec6b9bfe_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/21 - 8K, 03/25 - 40K', 'remarks': '**113** VOSA STATES 12K, 21K, 31K, 43K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b14970e9-4cad-427e-b6cc-2a35697b8821.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509 with identifier: 120693949
2026-03-27 05:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509 with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509 with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509, identifier: 120693949
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794416, 'registration': 'WP63VXO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 87968, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-06-30', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP63VXO/2026-03-26/image/04fa3ad6-53c9-4b37-91fe-282d5ee64d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/51b223ed-04f6-4243-8aa8-6e500009f7b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/67b2cf0b-1f92-4145-8cc4-075e911a5bbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/35d47601-2dbb-497b-8f39-db844c2a6277_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/b1a68570-1a87-49f3-867d-6029354f4450_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/12b94c79-cbaf-4805-a20d-a6c1408c1f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/3bb6db8e-b1e2-47af-9c44-3774569fb850_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/ea99434c-2fca-4aa9-8ca3-7fd7699bc1ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/af5aef50-4f41-4306-b0e7-56dd538e0263_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/14 - 9K, 12/15 - 12K, 12/16 - 21K, 12/17 - 27K, 12/18 - 33K, 08/19 - 40K, 10/20 - 50K, 06/21 - 57K, 06/22 - 64K, 06/23 - 70K, 06/24 - 78K, 06/25 - 84K,', 'remarks': '**784** VOSA STATES 21K, 27K, 33K, 43K, 52K, 57K, 64K, 70K, 78K, 84K, SPARE KEY', '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': 'https://abimg002.imgix.net/245a06bd-0c5b-4574-890b-60cc19298c91.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794416, 'registration': 'WP63VXO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 87968, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-06-30', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP63VXO/2026-03-26/image/04fa3ad6-53c9-4b37-91fe-282d5ee64d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/51b223ed-04f6-4243-8aa8-6e500009f7b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/67b2cf0b-1f92-4145-8cc4-075e911a5bbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/35d47601-2dbb-497b-8f39-db844c2a6277_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/b1a68570-1a87-49f3-867d-6029354f4450_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/12b94c79-cbaf-4805-a20d-a6c1408c1f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/3bb6db8e-b1e2-47af-9c44-3774569fb850_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/ea99434c-2fca-4aa9-8ca3-7fd7699bc1ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP63VXO/2026-03-26/image/af5aef50-4f41-4306-b0e7-56dd538e0263_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/14 - 9K, 12/15 - 12K, 12/16 - 21K, 12/17 - 27K, 12/18 - 33K, 08/19 - 40K, 10/20 - 50K, 06/21 - 57K, 06/22 - 64K, 06/23 - 70K, 06/24 - 78K, 06/25 - 84K,', 'remarks': '**784** VOSA STATES 21K, 27K, 33K, 43K, 52K, 57K, 64K, 70K, 78K, 84K, SPARE KEY', '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': 'https://abimg002.imgix.net/245a06bd-0c5b-4574-890b-60cc19298c91.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f292c39-9736-5833-8277-5d67ef2807da with identifier: 120794416
2026-03-27 05:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f292c39-9736-5833-8277-5d67ef2807da with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f292c39-9736-5833-8277-5d67ef2807da with scrape type 2
2026-03-27 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f292c39-9736-5833-8277-5d67ef2807da, identifier: 120794416
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120819771
2026-03-27 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120819771%27 HTTP/1.1" 200 None
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Scrape type for 120819771: 0
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120798257
2026-03-27 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798257%27 HTTP/1.1" 200 None
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Scrape type for 120798257: 2
2026-03-27 05:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86043829-5e49-5f94-b5fb-727eeb84a602 with identifier: 120693940
2026-03-27 05:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86043829-5e49-5f94-b5fb-727eeb84a602 with identifier: 120693940
2026-03-27 05:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86043829-5e49-5f94-b5fb-727eeb84a602 with identifier: 120693940 to the API
2026-03-27 05:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693940?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '86043829-5e49-5f94-b5fb-727eeb84a602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BB54JWB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693940',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NAVARA DIESEL',
'odometer': 113290,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-21',
'seller_name': 'Cox Motor Group',
'title': 'NISSAN NAVARA DIESEL Double Cab Pick Up Tekna 2.3dCi 190 4WD',
'transmission': 'manual',
'trim': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD',
'vin': None,
'year': 2016}
2026-03-27 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693940%27 HTTP/1.1" 200 None
2026-03-27 05:02:11 [astonbarclay.gb] INFO: Saving data for 120693940: {'auction_closing_time': 1774958400.0, 'created_time': 1774465970.849676, 'last_price_update_time': 1774587731.969805}
2026-03-27 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693940') HTTP/1.1" 204 0
2026-03-27 05:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8899f1d7-c858-5bec-8a46-e09ac2d4138a with identifier: 120714990
2026-03-27 05:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8899f1d7-c858-5bec-8a46-e09ac2d4138a with identifier: 120714990
2026-03-27 05:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8899f1d7-c858-5bec-8a46-e09ac2d4138a with identifier: 120714990 to the API
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714990?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8899f1d7-c858-5bec-8a46-e09ac2d4138a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AP17WYW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714990',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DISCOVERY DIESEL SW',
'odometer': 51678,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-24',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DISCOVERY DIESEL SW 3.0 TD6 HSE 5dr Auto',
'transmission': 'automatic',
'trim': '3.0 TD6 HSE 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714990%27 HTTP/1.1" 200 None
2026-03-27 05:02:12 [astonbarclay.gb] INFO: Saving data for 120714990: {'auction_closing_time': 1774958400.0, 'created_time': 1774357526.338649, 'last_price_update_time': 1774587732.462208}
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714990') HTTP/1.1" 204 0
2026-03-27 05:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 62012ed9-1029-59e8-90a6-0b4caa8cbb28 with identifier: 120717479
2026-03-27 05:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 62012ed9-1029-59e8-90a6-0b4caa8cbb28 with identifier: 120717479
2026-03-27 05:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 62012ed9-1029-59e8-90a6-0b4caa8cbb28 with identifier: 120717479 to the API
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120717479?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '62012ed9-1029-59e8-90a6-0b4caa8cbb28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA19NDU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120717479',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 14171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-28',
'seller_name': 'Vantage Motor Group',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr',
'vin': None,
'year': 2019}
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120717479%27 HTTP/1.1" 200 None
2026-03-27 05:02:12 [astonbarclay.gb] INFO: Saving data for 120717479: {'auction_closing_time': 1774958400.0, 'created_time': 1774465921.320325, 'last_price_update_time': 1774587732.754189}
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120717479') HTTP/1.1" 204 0
2026-03-27 05:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509 with identifier: 120693949
2026-03-27 05:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509 with identifier: 120693949
2026-03-27 05:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5a70ad2-f8b0-55f0-9a1f-f7fd940ac509 with identifier: 120693949 to the API
2026-03-27 05:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693949?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'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': 'd5a70ad2-f8b0-55f0-9a1f-f7fd940ac509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MT19PJO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693949',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'E-PACE DIESEL ESTATE',
'odometer': 52098,
'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': 'Cox Motor Group',
'title': 'JAGUAR E-PACE DIESEL ESTATE 2.0d [180] R-Dynamic S 5dr Auto',
'transmission': 'automatic',
'trim': '2.0d [180] R-Dynamic S 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693949%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Saving data for 120693949: {'auction_closing_time': 1774958400.0, 'created_time': 1774466039.632496, 'last_price_update_time': 1774587733.030598}
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693949') HTTP/1.1" 204 0
2026-03-27 05:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f292c39-9736-5833-8277-5d67ef2807da with identifier: 120794416
2026-03-27 05:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f292c39-9736-5833-8277-5d67ef2807da with identifier: 120794416
2026-03-27 05:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2f292c39-9736-5833-8277-5d67ef2807da with identifier: 120794416 to the API
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794416?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2f292c39-9736-5833-8277-5d67ef2807da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP63VXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794416',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 87968,
'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': 'UKCGR - Trade',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.6 TDCi 115 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 TDCi 115 Zetec 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794416%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Saving data for 120794416: {'auction_closing_time': 1774958400.0, 'created_time': 1774465965.5962, 'last_price_update_time': 1774587733.313498}
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794416') HTTP/1.1" 204 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120646744
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120646744%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120646744: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120625573
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120625573%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120625573: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120788099
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120788099%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120788099: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120733163
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733163%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120733163: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120788824
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120788824%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120788824: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 119936725
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119936725%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 119936725: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120669991
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120669991%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120669991: 2
2026-03-27 05:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798480?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120731867?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 119785658
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119785658%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 119785658: 2
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120055164
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120055164%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120055164: 2
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120814855
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120814855%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120814855: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120748122
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120748122%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120748122: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120587610
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120587610%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120587610: 2
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 118688338
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118688338%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 118688338: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120461368
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120461368%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120461368: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 119594883
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119594883%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 119594883: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120794232
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794232%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120794232: 2
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120693929
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693929%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120693929: 2
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798480, 'registration': 'GN15VZA', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 DiG-T Nismo RS 5dr 4WD Xtronic', 'mileage': 74481, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-21', 'doors': 5, 'engineSize': 1618, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GN15VZA/2026-03-26/image/45cec7b1-40b4-4aaf-bbf7-e516dbc679a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/c63e4ae7-768c-448d-888f-6da2cb3db50d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/0b310738-39cf-4541-8eba-e062747c8970_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/9f807880-0728-44ce-830f-c80b787c49d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/6ace5832-d7bd-4adc-9386-25789f9f1d2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/0edbf3cc-fa89-40a5-8439-935bff33fd92_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/94ddd915-a6b6-4774-9ba4-5d7daa96be3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/baf207ed-99aa-441b-81d9-5636d573abe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/86db1d65-a722-447d-b8e7-72d1798dbcaf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/16 - 6K, 03/17 - 14K, 03/18 - 22K, 02/19 - 32K, 01/20 - 42K, 02/22 - 52K, 02/23 - 57K,', 'remarks': '**474** VOSA STATES 22K, 32K, 42K, 46K, 52K, 57K, 62K, 68K, 72K, SPARE KEY, SD CARD', '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/79e38d2d-1687-4cdc-bc71-fc95293321b0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798480, 'registration': 'GN15VZA', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 DiG-T Nismo RS 5dr 4WD Xtronic', 'mileage': 74481, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-21', 'doors': 5, 'engineSize': 1618, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GN15VZA/2026-03-26/image/45cec7b1-40b4-4aaf-bbf7-e516dbc679a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/c63e4ae7-768c-448d-888f-6da2cb3db50d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/0b310738-39cf-4541-8eba-e062747c8970_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/9f807880-0728-44ce-830f-c80b787c49d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/6ace5832-d7bd-4adc-9386-25789f9f1d2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/0edbf3cc-fa89-40a5-8439-935bff33fd92_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/94ddd915-a6b6-4774-9ba4-5d7daa96be3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/baf207ed-99aa-441b-81d9-5636d573abe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN15VZA/2026-03-26/image/86db1d65-a722-447d-b8e7-72d1798dbcaf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/16 - 6K, 03/17 - 14K, 03/18 - 22K, 02/19 - 32K, 01/20 - 42K, 02/22 - 52K, 02/23 - 57K,', 'remarks': '**474** VOSA STATES 22K, 32K, 42K, 46K, 52K, 57K, 62K, 68K, 72K, SPARE KEY, SD CARD', '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/79e38d2d-1687-4cdc-bc71-fc95293321b0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2afae9b9-a1b0-558c-b16c-684b340a6c5e with identifier: 120798480
2026-03-27 05:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2afae9b9-a1b0-558c-b16c-684b340a6c5e with scrape type 2
2026-03-27 05:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2afae9b9-a1b0-558c-b16c-684b340a6c5e with scrape type 2
2026-03-27 05:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2afae9b9-a1b0-558c-b16c-684b340a6c5e, identifier: 120798480
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120731867, 'registration': 'DX63YCV', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'INSIGNIA HATCHBACK', 'derivative': '1.8i 16V Exclusiv 5dr', 'mileage': 95730, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DX63YCV/2026-03-24/image/451dedfc-e080-4222-a433-013f5a7d6217_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/e7e225c2-7537-44a0-b86a-c3d0138ccb6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/4d8b39a6-ab7b-4cbf-af9b-67ada4ee5fdf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/96838626-4ee0-408f-993b-8083bdd87b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/24177e5c-f652-4252-8000-a7933e86245a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/2aa6de70-d42b-40af-ab80-c96cd61aded2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/95ef6c02-10ba-41c2-9cd2-730c74955aea_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/17a989c1-37d7-473f-a4e5-ffa49912a557_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 10/22 - NO MILEAGE, 10/23 - 88K,', 'remarks': '**132** VOSA STATES 47K, 53K, 61K, 70K, 76K, 81K, 83K, 88K, 93K, 95K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/194c70ca-f271-4151-b56c-09feca9e8467.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120731867, 'registration': 'DX63YCV', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'INSIGNIA HATCHBACK', 'derivative': '1.8i 16V Exclusiv 5dr', 'mileage': 95730, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DX63YCV/2026-03-24/image/451dedfc-e080-4222-a433-013f5a7d6217_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/e7e225c2-7537-44a0-b86a-c3d0138ccb6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/4d8b39a6-ab7b-4cbf-af9b-67ada4ee5fdf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/96838626-4ee0-408f-993b-8083bdd87b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/24177e5c-f652-4252-8000-a7933e86245a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/2aa6de70-d42b-40af-ab80-c96cd61aded2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/95ef6c02-10ba-41c2-9cd2-730c74955aea_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX63YCV/2026-03-24/image/17a989c1-37d7-473f-a4e5-ffa49912a557_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 10/22 - NO MILEAGE, 10/23 - 88K,', 'remarks': '**132** VOSA STATES 47K, 53K, 61K, 70K, 76K, 81K, 83K, 88K, 93K, 95K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/194c70ca-f271-4151-b56c-09feca9e8467.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867
2026-03-27 05:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with scrape type 2
2026-03-27 05:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with scrape type 2
2026-03-27 05:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f, identifier: 120731867
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120821709
2026-03-27 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120821709%27 HTTP/1.1" 200 None
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120821709: 0
2026-03-27 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120756781
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756781%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120756781: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120833556
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120833556%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120833556: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120678881
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120678881%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120678881: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120690985
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120690985%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120690985: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120804683
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120804683%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120804683: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120788446
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120788446%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120788446: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120257902
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120257902%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120257902: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120830863
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830863%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120830863: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120629972
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120629972%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120629972: 2
2026-03-27 05:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2afae9b9-a1b0-558c-b16c-684b340a6c5e with identifier: 120798480
2026-03-27 05:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2afae9b9-a1b0-558c-b16c-684b340a6c5e with identifier: 120798480
2026-03-27 05:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2afae9b9-a1b0-558c-b16c-684b340a6c5e with identifier: 120798480 to the API
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798480?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '2afae9b9-a1b0-558c-b16c-684b340a6c5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GN15VZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798480',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 74481,
'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': 'UKCGR - Trade',
'title': 'NISSAN JUKE HATCHBACK 1.6 DiG-T Nismo RS 5dr 4WD Xtronic',
'transmission': 'automatic',
'trim': '1.6 DiG-T Nismo RS 5dr 4WD Xtronic',
'vin': None,
'year': 2015}
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798480%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Saving data for 120798480: {'auction_closing_time': 1774958400.0, 'created_time': 1774465927.821318, 'last_price_update_time': 1774587734.494195}
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798480') HTTP/1.1" 204 0
2026-03-27 05:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867
2026-03-27 05:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867
2026-03-27 05:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867 to the API
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120731867?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DX63YCV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120731867',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'INSIGNIA HATCHBACK',
'odometer': 95730,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-03',
'seller_name': 'LDG',
'title': 'VAUXHALL INSIGNIA HATCHBACK 1.8i 16V Exclusiv 5dr',
'transmission': 'manual',
'trim': '1.8i 16V Exclusiv 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731867%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Saving data for 120731867: {'auction_closing_time': 1774958400.0, 'created_time': 1774357571.755741, 'last_price_update_time': 1774587734.896736}
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731867') HTTP/1.1" 204 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120833661
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120833661%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120833661: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120763014
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120763014%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120763014: 0
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120714757
2026-03-27 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714757%27 HTTP/1.1" 200 None
2026-03-27 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120714757: 2
2026-03-27 05:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/115487581?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695356?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120676801?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716362?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120787044
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120787044%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120787044: 0
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120826190
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826190%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120826190: 0
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120798154
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798154%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120798154: 2
2026-03-27 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-27 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-27 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-27 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-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120826096
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826096%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120826096: 0
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120777798
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120777798%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120777798: 0
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120794514
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794514%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120794514: 2
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120799701
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120799701%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120799701: 2
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 115487581, 'registration': 'DK18FEX', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '5.0 V8 S/C 575 SVR 5dr Auto', 'mileage': 49458, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-02-11', 'doors': 5, 'engineSize': 4999, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 30K, 42K, 45K, 49K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 294, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 115487581, 'registration': 'DK18FEX', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '5.0 V8 S/C 575 SVR 5dr Auto', 'mileage': 49458, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-02-11', 'doors': 5, 'engineSize': 4999, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 30K, 42K, 45K, 49K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 294, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581
2026-03-27 05:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with scrape type 2
2026-03-27 05:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with scrape type 2
2026-03-27 05:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a, identifier: 115487581
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695356, 'registration': 'PN74VHC', 'account': 'HAT003', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 eTSI 150 R-Line 5dr DSG', 'mileage': 5400, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-09-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695356, 'registration': 'PN74VHC', 'account': 'HAT003', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 eTSI 150 R-Line 5dr DSG', 'mileage': 5400, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-09-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356
2026-03-27 05:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69a81c3-6230-5992-b620-d0465db120f7 with scrape type 2
2026-03-27 05:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d69a81c3-6230-5992-b620-d0465db120f7 with scrape type 2
2026-03-27 05:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d69a81c3-6230-5992-b620-d0465db120f7, identifier: 120695356
2026-03-27 05:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581
2026-03-27 05:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581
2026-03-27 05:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581 to the API
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/115487581?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 294,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '5.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1dd2e794-09f7-5500-83bd-3c9f2b400f6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DK18FEX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/115487581',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT ESTATE',
'odometer': 49458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-01',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER SPORT ESTATE 5.0 V8 S/C 575 SVR 5dr Auto',
'transmission': 'automatic',
'trim': '5.0 V8 S/C 575 SVR 5dr Auto',
'vin': None,
'year': 2018}
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27115487581%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Saving data for 115487581: {'auction_closing_time': 1774958400.0, 'created_time': 1774357568.346092, 'last_price_update_time': 1774587735.634854}
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='115487581') HTTP/1.1" 204 0
2026-03-27 05:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356
2026-03-27 05:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356
2026-03-27 05:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356 to the API
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695356?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd69a81c3-6230-5992-b620-d0465db120f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN74VHC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695356',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ESTATE',
'odometer': 5400,
'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': 'Hatfields Group',
'title': 'VOLKSWAGEN TIGUAN ESTATE 1.5 eTSI 150 R-Line 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 eTSI 150 R-Line 5dr DSG',
'vin': None,
'year': 2024}
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695356%27 HTTP/1.1" 200 None
2026-03-27 05:02:15 [astonbarclay.gb] INFO: Saving data for 120695356: {'auction_closing_time': 1774958400.0, 'created_time': 1774357563.111525, 'last_price_update_time': 1774587735.938429}
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695356') HTTP/1.1" 204 0
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120820135
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120820135%27 HTTP/1.1" 200 None
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Scrape type for 120820135: 0
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120728416
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120728416%27 HTTP/1.1" 200 None
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Scrape type for 120728416: 0
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Found listing with ID: 119192578
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119192578%27 HTTP/1.1" 200 None
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Scrape type for 119192578: 2
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120676801, 'registration': 'KR19ZLX', 'account': 'FIN015', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line Premium 5dr Auto', 'mileage': 76288, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-11-26', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/09af80b0-f4d7-42a5-b934-b7494e7e97aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/ccaf3f91-db86-422b-bc6b-b2e54a786088_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/e3d2b11d-29a1-43ee-b09a-2600d0ae5acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/454da3a5-c444-4229-9823-9ae2f748bdd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/ca7144d5-b27a-4398-97d5-38c5eb237ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/868a64e9-5f0b-4462-bed9-7347203208d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/c33a5406-28ac-47ee-84c4-f136ea7f8afb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/c7529dd5-fb0e-4ff9-8c9e-f761e7a77b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/cc277848-73f1-47ae-94cc-ced3f2b630b0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/20-9K, 06/20-13K, 05/21-19K, 03/25-70K,', 'remarks': '**169** VOSA STATES 36K, 56K, 68K, 75K, V5 FRONT PAGE ONLY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3426675d-35c8-4847-bf82-11e9e6b88c9d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120676801, 'registration': 'KR19ZLX', 'account': 'FIN015', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line Premium 5dr Auto', 'mileage': 76288, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-11-26', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/09af80b0-f4d7-42a5-b934-b7494e7e97aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/ccaf3f91-db86-422b-bc6b-b2e54a786088_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/e3d2b11d-29a1-43ee-b09a-2600d0ae5acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/454da3a5-c444-4229-9823-9ae2f748bdd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/ca7144d5-b27a-4398-97d5-38c5eb237ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/868a64e9-5f0b-4462-bed9-7347203208d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/c33a5406-28ac-47ee-84c4-f136ea7f8afb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/c7529dd5-fb0e-4ff9-8c9e-f761e7a77b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR19ZLX/2026-03-23/image/cc277848-73f1-47ae-94cc-ced3f2b630b0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/20-9K, 06/20-13K, 05/21-19K, 03/25-70K,', 'remarks': '**169** VOSA STATES 36K, 56K, 68K, 75K, V5 FRONT PAGE ONLY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3426675d-35c8-4847-bf82-11e9e6b88c9d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0e0d7cc-727c-5ffb-9635-2e386be55511 with identifier: 120676801
2026-03-27 05:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0e0d7cc-727c-5ffb-9635-2e386be55511 with scrape type 2
2026-03-27 05:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0e0d7cc-727c-5ffb-9635-2e386be55511 with scrape type 2
2026-03-27 05:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b0e0d7cc-727c-5ffb-9635-2e386be55511, identifier: 120676801
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716362, 'registration': 'FX68XYP', 'account': 'HAT006', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS HATCHBACK', 'derivative': 'B200 AMG Line Premium Plus 5dr Auto', 'mileage': 54100, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 22K, 28K, 35K, 42K, 50K,', 'virtual': False, 'seller': 'Hatfields Group', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716362, 'registration': 'FX68XYP', 'account': 'HAT006', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS HATCHBACK', 'derivative': 'B200 AMG Line Premium Plus 5dr Auto', 'mileage': 54100, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 22K, 28K, 35K, 42K, 50K,', 'virtual': False, 'seller': 'Hatfields Group', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362
2026-03-27 05:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68663351-3d08-59ce-bf76-860d5d8b15cc with scrape type 2
2026-03-27 05:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68663351-3d08-59ce-bf76-860d5d8b15cc with scrape type 2
2026-03-27 05:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 68663351-3d08-59ce-bf76-860d5d8b15cc, identifier: 120716362
2026-03-27 05:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b0e0d7cc-727c-5ffb-9635-2e386be55511 with identifier: 120676801
2026-03-27 05:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b0e0d7cc-727c-5ffb-9635-2e386be55511 with identifier: 120676801
2026-03-27 05:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b0e0d7cc-727c-5ffb-9635-2e386be55511 with identifier: 120676801 to the API
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120676801?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b0e0d7cc-727c-5ffb-9635-2e386be55511',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KR19ZLX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120676801',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL HATCHBACK',
'odometer': 76288,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-25',
'seller_name': 'Local Dealer Group',
'title': 'MERCEDES-BENZ A CLASS DIESEL HATCHBACK A180d AMG Line Premium 5dr '
'Auto',
'transmission': 'automatic',
'trim': 'A180d AMG Line Premium 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120676801%27 HTTP/1.1" 200 None
2026-03-27 05:02:16 [astonbarclay.gb] INFO: Saving data for 120676801: {'auction_closing_time': 1774958400.0, 'created_time': 1774271146.748093, 'last_price_update_time': 1774587736.640673}
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120676801') HTTP/1.1" 204 0
2026-03-27 05:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362
2026-03-27 05:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362
2026-03-27 05:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362 to the API
2026-03-27 05:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716362?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '68663351-3d08-59ce-bf76-860d5d8b15cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX68XYP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716362',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS HATCHBACK',
'odometer': 54100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-18',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ B CLASS HATCHBACK B200 AMG Line Premium Plus 5dr Auto',
'transmission': 'automatic',
'trim': 'B200 AMG Line Premium Plus 5dr Auto',
'vin': None,
'year': 2018}
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716362%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Saving data for 120716362: {'auction_closing_time': 1774958400.0, 'created_time': 1774357549.432239, 'last_price_update_time': 1774587737.05565}
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716362') HTTP/1.1" 204 0
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120627849
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120627849%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120627849: 0
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120685598
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120685598%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120685598: 0
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120747852
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120747852%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120747852: 0
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 119329130
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119329130%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 119329130: 2
2026-03-27 05:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120470094?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716318?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120621668
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120621668%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120621668: 0
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120521299
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120521299%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120521299: 2
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120484239
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120484239%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120484239: 2
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120478150
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478150%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120478150: 2
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120478141
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478141%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120478141: 2
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120478111
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478111%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120478111: 2
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120444460
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120444460%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120444460: 2
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120470094, 'registration': 'RJ62CFK', 'account': 'HAT007', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.0 EcoBoost 120 Titanium 5dr', 'mileage': 55228, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-01-09', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/54065e01-b91a-46d0-87ab-ab5f6dd3b195_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/0825a9a3-7c94-43d4-9ec3-096a7e676206_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/73ba3c5c-fa53-4d98-ad21-920f612ae5f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/2bb8c1fb-c609-4e25-b658-af1ad1729daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/2e2f5365-da94-4178-968f-526de9419410_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/ec49224b-bf35-4433-992d-5a7fc86fbf8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/298816db-2c07-49c9-80c0-3a294b6d9be1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/b2fb77ac-3967-4ef1-b84a-69ec93634782_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 12/19 - 50K,', 'remarks': '**66** VOSA STATES 33K, 45K, 47K, 49K, 50K, 51K, 52K, 53K, 54K, 54K', 'virtual': False, 'seller': 'Hatfields 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/62217f2b-d8e7-4032-be25-aa2e3ca1aee3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120470094, 'registration': 'RJ62CFK', 'account': 'HAT007', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.0 EcoBoost 120 Titanium 5dr', 'mileage': 55228, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-01-09', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/54065e01-b91a-46d0-87ab-ab5f6dd3b195_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/0825a9a3-7c94-43d4-9ec3-096a7e676206_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/73ba3c5c-fa53-4d98-ad21-920f612ae5f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/2bb8c1fb-c609-4e25-b658-af1ad1729daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/2e2f5365-da94-4178-968f-526de9419410_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/ec49224b-bf35-4433-992d-5a7fc86fbf8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/298816db-2c07-49c9-80c0-3a294b6d9be1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ62CFK/2026-03-19/image/b2fb77ac-3967-4ef1-b84a-69ec93634782_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 12/19 - 50K,', 'remarks': '**66** VOSA STATES 33K, 45K, 47K, 49K, 50K, 51K, 52K, 53K, 54K, 54K', 'virtual': False, 'seller': 'Hatfields 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/62217f2b-d8e7-4032-be25-aa2e3ca1aee3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094
2026-03-27 05:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a6834a-88b7-5376-9c74-adf3b45515f5 with scrape type 2
2026-03-27 05:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6a6834a-88b7-5376-9c74-adf3b45515f5 with scrape type 2
2026-03-27 05:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b6a6834a-88b7-5376-9c74-adf3b45515f5, identifier: 120470094
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716318, 'registration': 'SX14EBL', 'account': 'HAT006', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.2d [200] R-Sport 4dr Auto', 'mileage': 56954, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 4, 'engineSize': 2179, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 5K, 9K, 16K, 19K, 31K, 42K, 51K, 53K, 55K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716318, 'registration': 'SX14EBL', 'account': 'HAT006', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.2d [200] R-Sport 4dr Auto', 'mileage': 56954, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 4, 'engineSize': 2179, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 5K, 9K, 16K, 19K, 31K, 42K, 51K, 53K, 55K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318
2026-03-27 05:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with scrape type 2
2026-03-27 05:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with scrape type 2
2026-03-27 05:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ebe078a-a7c6-562f-9084-a69a8fa617a6, identifier: 120716318
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120443912
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443912%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120443912: 0
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120288761
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120288761%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120288761: 2
2026-03-27 05:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094
2026-03-27 05:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094
2026-03-27 05:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094 to the API
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120470094?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'b6a6834a-88b7-5376-9c74-adf3b45515f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ62CFK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120470094',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'B-MAX HATCHBACK',
'odometer': 55228,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-09',
'seller_name': 'Hatfields Group',
'title': 'FORD B-MAX HATCHBACK 1.0 EcoBoost 120 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 120 Titanium 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120470094%27 HTTP/1.1" 200 None
2026-03-27 05:02:17 [astonbarclay.gb] INFO: Saving data for 120470094: {'auction_closing_time': 1774612800.0, 'created_time': 1773947281.166008, 'last_price_update_time': 1774587737.991963}
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120470094') HTTP/1.1" 204 0
2026-03-27 05:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318
2026-03-27 05:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318
2026-03-27 05:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318 to the API
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716318?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2ebe078a-a7c6-562f-9084-a69a8fa617a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SX14EBL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716318',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 56954,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-28',
'seller_name': 'Hatfields Group',
'title': 'JAGUAR XF DIESEL SALOON 2.2d [200] R-Sport 4dr Auto',
'transmission': 'automatic',
'trim': '2.2d [200] R-Sport 4dr Auto',
'vin': None,
'year': 2014}
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716318%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Saving data for 120716318: {'auction_closing_time': 1774958400.0, 'created_time': 1774357595.926456, 'last_price_update_time': 1774587738.412699}
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716318') HTTP/1.1" 204 0
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120311059
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120311059%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120311059: 2
2026-03-27 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120439198?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120432662?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695242?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696943?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120651971
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120651971%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120651971: 0
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120263591
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120263591%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120263591: 2
2026-03-27 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-27 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-27 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-27 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-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120245728
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120245728%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120245728: 2
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120241494
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120241494%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120241494: 2
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120211201
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120211201%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120211201: 2
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120174959
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120174959%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120174959: 2
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120134274
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120134274%27 HTTP/1.1" 200 None
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120134274: 2
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120439198, 'registration': 'SP19GFK', 'account': 'HAT004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A200d AMG Line Premium 5dr Auto', 'mileage': 62977, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-19', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 37K, 47K, 51K, 56K, 62K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120439198, 'registration': 'SP19GFK', 'account': 'HAT004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A200d AMG Line Premium 5dr Auto', 'mileage': 62977, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-19', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 37K, 47K, 51K, 56K, 62K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198
2026-03-27 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 449a9c5a-5169-5afc-b451-95aa3407aa09 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 449a9c5a-5169-5afc-b451-95aa3407aa09 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 449a9c5a-5169-5afc-b451-95aa3407aa09, identifier: 120439198
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120432662, 'registration': 'SY16UGB', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '3.0 TDV6 Vogue 4dr Auto', 'mileage': 75888, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-01-28', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 11/17- 14K, 11/18- 24K,', 'remarks': '**57** VOSA STATES 31K, 40K, 47K, 54K, 61K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 182, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120432662, 'registration': 'SY16UGB', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '3.0 TDV6 Vogue 4dr Auto', 'mileage': 75888, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-01-28', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 11/17- 14K, 11/18- 24K,', 'remarks': '**57** VOSA STATES 31K, 40K, 47K, 54K, 61K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 182, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662
2026-03-27 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c235e7-2817-5c9d-91aa-51c73cbdb729 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c235e7-2817-5c9d-91aa-51c73cbdb729 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63c235e7-2817-5c9d-91aa-51c73cbdb729, identifier: 120432662
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695242, 'registration': 'KW19XOM', 'account': 'HAT003', 'make': 'MERCEDES-BENZ', 'model': 'CLS DIESEL COUPE', 'derivative': 'CLS 350d 4Matic AMG Line Premium + 4dr 9G-Tronic', 'mileage': 63289, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-04-03', 'fuel': 'Diesel', 'motExpiry': '2026-10-02', 'doors': 4, 'engineSize': 2925, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 37K, 45K, 57K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695242, 'registration': 'KW19XOM', 'account': 'HAT003', 'make': 'MERCEDES-BENZ', 'model': 'CLS DIESEL COUPE', 'derivative': 'CLS 350d 4Matic AMG Line Premium + 4dr 9G-Tronic', 'mileage': 63289, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-04-03', 'fuel': 'Diesel', 'motExpiry': '2026-10-02', 'doors': 4, 'engineSize': 2925, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 37K, 45K, 57K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242
2026-03-27 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc1885c9-bc50-5b07-96f3-a127e54cb032 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc1885c9-bc50-5b07-96f3-a127e54cb032 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc1885c9-bc50-5b07-96f3-a127e54cb032, identifier: 120695242
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696943, 'registration': 'OE56DJO', 'account': 'VAN061', 'make': 'VOLVO', 'model': 'C30 DIESEL SPORTS COUPE', 'derivative': '2.0D SE Lux 3dr', 'mileage': 94596, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-12-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-08', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/OE56DJO/2026-03-24/image/10777ddd-ba2a-4e2c-b0ef-d30b008c851a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/3ae6a828-5167-48ea-8838-792651d4c905_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/e066c989-b860-48de-b2eb-b521cfe317ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/1e4ba4aa-e033-4bff-ba5c-422ca667994f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/fcaddc13-97fa-4f1a-87a2-9e70ea230e6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/a32019e8-0f51-4838-9984-8c6755ee367a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/416fc7e8-a17c-4e20-8487-d0e81d0c8a66_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/96d73d6a-fc91-450b-8124-93bd56ddc098_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book', 'remarks': '**1336** VOSA STATES 22K, 29K, 36K, 44K, 51K, 57K, 64K, 70K, 42K, 83K, 91K, 91K, 92K, 92K, 93K, 94K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a56bec3c-cca9-4433-b2f0-b3aabc7940b0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696943, 'registration': 'OE56DJO', 'account': 'VAN061', 'make': 'VOLVO', 'model': 'C30 DIESEL SPORTS COUPE', 'derivative': '2.0D SE Lux 3dr', 'mileage': 94596, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-12-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-08', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/OE56DJO/2026-03-24/image/10777ddd-ba2a-4e2c-b0ef-d30b008c851a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/3ae6a828-5167-48ea-8838-792651d4c905_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/e066c989-b860-48de-b2eb-b521cfe317ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/1e4ba4aa-e033-4bff-ba5c-422ca667994f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/fcaddc13-97fa-4f1a-87a2-9e70ea230e6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/a32019e8-0f51-4838-9984-8c6755ee367a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/416fc7e8-a17c-4e20-8487-d0e81d0c8a66_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE56DJO/2026-03-24/image/96d73d6a-fc91-450b-8124-93bd56ddc098_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book', 'remarks': '**1336** VOSA STATES 22K, 29K, 36K, 44K, 51K, 57K, 64K, 70K, 42K, 83K, 91K, 91K, 92K, 92K, 93K, 94K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a56bec3c-cca9-4433-b2f0-b3aabc7940b0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943
2026-03-27 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 750f953f-de9d-54d1-b167-40b7dc0a1b82 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 750f953f-de9d-54d1-b167-40b7dc0a1b82 with scrape type 2
2026-03-27 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 750f953f-de9d-54d1-b167-40b7dc0a1b82, identifier: 120696943
2026-03-27 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120134147
2026-03-27 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120134147%27 HTTP/1.1" 200 None
2026-03-27 05:02:19 [astonbarclay.gb] INFO: Scrape type for 120134147: 2
2026-03-27 05:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198
2026-03-27 05:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198
2026-03-27 05:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198 to the API
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120439198?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '449a9c5a-5169-5afc-b451-95aa3407aa09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SP19GFK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120439198',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL HATCHBACK',
'odometer': 62977,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-31',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ A CLASS DIESEL HATCHBACK A200d AMG Line Premium 5dr '
'Auto',
'transmission': 'automatic',
'trim': 'A200d AMG Line Premium 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120439198%27 HTTP/1.1" 200 None
2026-03-27 05:02:19 [astonbarclay.gb] INFO: Saving data for 120439198: {'auction_closing_time': 1774958400.0, 'created_time': 1774357586.918728, 'last_price_update_time': 1774587739.330768}
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120439198') HTTP/1.1" 204 0
2026-03-27 05:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662
2026-03-27 05:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662
2026-03-27 05:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662 to the API
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120432662?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 182,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '63c235e7-2817-5c9d-91aa-51c73cbdb729',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SY16UGB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120432662',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER DIESEL ESTATE',
'odometer': 75888,
'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 DIESEL ESTATE 3.0 TDV6 Vogue 4dr Auto',
'transmission': 'automatic',
'trim': '3.0 TDV6 Vogue 4dr Auto',
'vin': None,
'year': 2016}
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120432662%27 HTTP/1.1" 200 None
2026-03-27 05:02:19 [astonbarclay.gb] INFO: Saving data for 120432662: {'auction_closing_time': 1774958400.0, 'created_time': 1773666571.561213, 'last_price_update_time': 1774587739.631741}
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120432662') HTTP/1.1" 204 0
2026-03-27 05:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242
2026-03-27 05:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242
2026-03-27 05:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242 to the API
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695242?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc1885c9-bc50-5b07-96f3-a127e54cb032',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW19XOM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695242',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'CLS DIESEL COUPE',
'odometer': 63289,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-03',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ CLS DIESEL COUPE CLS 350d 4Matic AMG Line Premium + '
'4dr 9G-Tronic',
'transmission': 'automatic',
'trim': 'CLS 350d 4Matic AMG Line Premium + 4dr 9G-Tronic',
'vin': None,
'year': 2019}
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695242%27 HTTP/1.1" 200 None
2026-03-27 05:02:19 [astonbarclay.gb] INFO: Saving data for 120695242: {'auction_closing_time': 1774958400.0, 'created_time': 1774357566.293344, 'last_price_update_time': 1774587739.918739}
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695242') HTTP/1.1" 204 0
2026-03-27 05:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943
2026-03-27 05:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943
2026-03-27 05:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943 to the API
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696943?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '750f953f-de9d-54d1-b167-40b7dc0a1b82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE56DJO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696943',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'C30 DIESEL SPORTS COUPE',
'odometer': 94596,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-12-15',
'seller_name': 'Vantage Motor Group',
'title': 'VOLVO C30 DIESEL SPORTS COUPE 2.0D SE Lux 3dr',
'transmission': 'manual',
'trim': '2.0D SE Lux 3dr',
'vin': None,
'year': 2006}
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696943%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Saving data for 120696943: {'auction_closing_time': 1774958400.0, 'created_time': 1774357606.861631, 'last_price_update_time': 1774587740.197091}
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696943') HTTP/1.1" 204 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120760365
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760365%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120760365: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120826316
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826316%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120826316: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120312968
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120312968%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120312968: 2
2026-03-27 05:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659102?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484566?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120029775
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120029775%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120029775: 2
2026-03-27 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-27 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-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120760398
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760398%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120760398: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 119212621
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119212621%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 119212621: 2
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120824041
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120824041%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120824041: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120664104
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664104%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120664104: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120664195
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664195%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120664195: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120664161
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664161%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120664161: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 119628212
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119628212%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 119628212: 2
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120756423
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756423%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120756423: 2
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120664114
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664114%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120664114: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120760388
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760388%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120760388: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 119709244
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119709244%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 119709244: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120664152
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664152%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120664152: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120765820
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765820%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120765820: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120760408
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760408%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120760408: 0
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120652810
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652810%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120652810: 2
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120659102, 'registration': 'WO65JWE', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line Premium 5dr', 'mileage': 106696, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-10', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO65JWE/2026-03-23/image/2f128fa8-2e77-4dd1-868c-3878ef47a3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/9a0612b7-86e4-4dc6-96f7-554c43a74267_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/f3ee89e1-0742-4c11-8842-f797fb5124da_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/2873f049-4f43-4444-a9d8-a8965ece22e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/e009963f-c524-4481-9d3c-8654243671d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/f53f3abe-39f5-4d81-a8d9-d60d29407659_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/cb2a9d76-b4de-4c17-96b4-6394dfd2a5f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/77532dff-3bc7-47fa-b13f-750e06c99d5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/11e01b9d-aee9-44d3-b378-2721872b10cb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/22-55K,', 'remarks': '**137** VOSA STATES 33K, 44K, 50K, 55K, 63K, 74K, 91K SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be7f5328-9ab4-4324-a1c6-cb324caf6d89.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120659102, 'registration': 'WO65JWE', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line Premium 5dr', 'mileage': 106696, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-10', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO65JWE/2026-03-23/image/2f128fa8-2e77-4dd1-868c-3878ef47a3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/9a0612b7-86e4-4dc6-96f7-554c43a74267_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/f3ee89e1-0742-4c11-8842-f797fb5124da_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/2873f049-4f43-4444-a9d8-a8965ece22e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/e009963f-c524-4481-9d3c-8654243671d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/f53f3abe-39f5-4d81-a8d9-d60d29407659_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/cb2a9d76-b4de-4c17-96b4-6394dfd2a5f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/77532dff-3bc7-47fa-b13f-750e06c99d5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO65JWE/2026-03-23/image/11e01b9d-aee9-44d3-b378-2721872b10cb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/22-55K,', 'remarks': '**137** VOSA STATES 33K, 44K, 50K, 55K, 63K, 74K, 91K SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be7f5328-9ab4-4324-a1c6-cb324caf6d89.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102
2026-03-27 05:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da2344ea-01c6-55c1-93cd-f1ba1d780c9c with scrape type 2
2026-03-27 05:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da2344ea-01c6-55c1-93cd-f1ba1d780c9c with scrape type 2
2026-03-27 05:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da2344ea-01c6-55c1-93cd-f1ba1d780c9c, identifier: 120659102
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120484566, 'registration': 'PN62OEK', 'account': 'DJC017', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC EX 5dr', 'mileage': 110191, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-19', 'fuel': 'Petrol', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN62OEK/2026-03-23/image/531fe83a-fab3-45c7-8749-7594a2874fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/7e0221a7-f483-472c-8959-abc2969b0a5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/e2376e52-5e8a-4730-9da4-8c958c4bd6d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/bf381851-afc5-42f2-8b69-f006e2770eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/e1e39e17-c7ce-4e3d-a504-d1963b51fe77_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/086b0dca-f114-4f92-8b70-8a1e16970e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/cfa65fd9-f3f5-4072-ab47-0d1a5b9785ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/be770238-db17-4c05-a273-b571373d092a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/7dc48ff6-0789-4414-8e7e-853be4a3cfe0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/13-5K, 10/14-10K, 09/15-13K, 04/16-16K, 02/17-20K, 01/18-30K, 11/18-39K, 02/19-42K, 01/20-52K, NO DATE-59K, 01/22 -67K, 01/23-77K, 01/24-88K,01/25-98', 'remarks': '**140** VOSA STATES 13K, 16K, 20K, 30K, 41K, 52K, 59K, 67K, 77K, 88K, 98K, 109K,', 'virtual': False, 'seller': 'Cox Motor Group', '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/8c50c818-f1b8-4e72-bd9e-409e0ba1fd64.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120484566, 'registration': 'PN62OEK', 'account': 'DJC017', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC EX 5dr', 'mileage': 110191, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-19', 'fuel': 'Petrol', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN62OEK/2026-03-23/image/531fe83a-fab3-45c7-8749-7594a2874fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/7e0221a7-f483-472c-8959-abc2969b0a5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/e2376e52-5e8a-4730-9da4-8c958c4bd6d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/bf381851-afc5-42f2-8b69-f006e2770eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/e1e39e17-c7ce-4e3d-a504-d1963b51fe77_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/086b0dca-f114-4f92-8b70-8a1e16970e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/cfa65fd9-f3f5-4072-ab47-0d1a5b9785ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/be770238-db17-4c05-a273-b571373d092a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62OEK/2026-03-23/image/7dc48ff6-0789-4414-8e7e-853be4a3cfe0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/13-5K, 10/14-10K, 09/15-13K, 04/16-16K, 02/17-20K, 01/18-30K, 11/18-39K, 02/19-42K, 01/20-52K, NO DATE-59K, 01/22 -67K, 01/23-77K, 01/24-88K,01/25-98', 'remarks': '**140** VOSA STATES 13K, 16K, 20K, 30K, 41K, 52K, 59K, 67K, 77K, 88K, 98K, 109K,', 'virtual': False, 'seller': 'Cox Motor Group', '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/8c50c818-f1b8-4e72-bd9e-409e0ba1fd64.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566
2026-03-27 05:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with scrape type 2
2026-03-27 05:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with scrape type 2
2026-03-27 05:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f3f8bcda-a433-5cb7-bb69-67d380c45aa8, identifier: 120484566
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120652590
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652590%27 HTTP/1.1" 200 None
2026-03-27 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120652590: 2
2026-03-27 05:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102
2026-03-27 05:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102
2026-03-27 05:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102 to the API
2026-03-27 05:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120659102?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-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'da2344ea-01c6-55c1-93cd-f1ba1d780c9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WO65JWE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659102',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL HATCHBACK',
'odometer': 106696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-10',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ A CLASS DIESEL HATCHBACK A180d AMG Line Premium 5dr',
'transmission': 'manual',
'trim': 'A180d AMG Line Premium 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120659102%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Saving data for 120659102: {'auction_closing_time': 1774612800.0, 'created_time': 1774033963.835478, 'last_price_update_time': 1774587741.039149}
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659102') HTTP/1.1" 204 0
2026-03-27 05:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566
2026-03-27 05:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566
2026-03-27 05:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566 to the API
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120484566?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3f8bcda-a433-5cb7-bb69-67d380c45aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN62OEK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484566',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 110191,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-19',
'seller_name': 'Cox Motor Group',
'title': 'HONDA JAZZ HATCHBACK 1.4 i-VTEC EX 5dr',
'transmission': 'manual',
'trim': '1.4 i-VTEC EX 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120484566%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Saving data for 120484566: {'auction_closing_time': 1774612800.0, 'created_time': 1774034040.769792, 'last_price_update_time': 1774587741.491492}
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484566') HTTP/1.1" 204 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120650274
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120650274%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120650274: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120765859
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765859%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120765859: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120765878
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765878%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120765878: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120760432
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760432%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120760432: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120760340
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760340%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120760340: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120256176
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256176%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120256176: 2
2026-03-27 05:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120629972?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120664142
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664142%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120664142: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120765790
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765790%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120765790: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120765869
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765869%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120765869: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120786591
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120786591%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120786591: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120664186
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664186%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120664186: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120664123
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664123%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120664123: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120765848
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765848%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120765848: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120098855
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120098855%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120098855: 2
2026-03-27 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-27 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-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120830600
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830600%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120830600: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120771175
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120771175%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120771175: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 112893299
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27112893299%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 112893299: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120515107
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120515107%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120515107: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120515135
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120515135%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120515135: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120515057
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120515057%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120515057: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120515030
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120515030%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120515030: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120759795
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120759795%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120759795: 2
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120515008
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120515008%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120515008: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120664177
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664177%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120664177: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120664095
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664095%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120664095: 0
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120757365
2026-03-27 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120757365%27 HTTP/1.1" 200 None
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120757365: 2
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120629972, 'registration': 'ND74HPL', 'account': 'HAT008', 'make': 'BMW', 'model': 'X3 ESTATE', 'derivative': 'xDrive20 M Sport 5dr Step Auto', 'mileage': 14911, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-11-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120629972, 'registration': 'ND74HPL', 'account': 'HAT008', 'make': 'BMW', 'model': 'X3 ESTATE', 'derivative': 'xDrive20 M Sport 5dr Step Auto', 'mileage': 14911, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-11-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76c71abd-fbbd-5697-a46a-a13922cef4f0 with identifier: 120629972
2026-03-27 05:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76c71abd-fbbd-5697-a46a-a13922cef4f0 with scrape type 2
2026-03-27 05:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76c71abd-fbbd-5697-a46a-a13922cef4f0 with scrape type 2
2026-03-27 05:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 76c71abd-fbbd-5697-a46a-a13922cef4f0, identifier: 120629972
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714757, 'registration': 'YH18VUA', 'account': 'VAN052', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.2T Business Edition TSS 5dr', 'mileage': 62897, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH18VUA/2026-03-26/image/8434baab-6675-4e67-9394-37473eed54ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/4b0bdf13-9547-4c65-ae57-67a6e3e336db_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/23d8463b-3e3d-4364-a42e-473d5785b7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/0891649a-8697-4748-adb2-49eecc1574cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/58e33067-9b8e-4e22-ab9c-ce6c77422cc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/3f9568d6-05b8-476d-bda7-5856e95976c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/f04f60e0-578d-4548-9999-4cd119151316_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/0b3f71a5-6563-44cb-9a65-0f6a0c1ac3da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/9688b0d6-4dc5-4ae5-b7fd-558abcbec791_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/19 - 8K, 10/19 - 20K, 06/20 - 26K, 03/21 - 32K, 03/22 - 39K, 03/23 - 44K, 03/24 - 51K, 03/25 - 55K, 03/26 - 62K', 'remarks': '**1362** VOSA STATES 32K, 39K, 44K, 51K, 55K, 62K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94e1534e-2fa8-4205-8c10-5e4724a55ca4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714757, 'registration': 'YH18VUA', 'account': 'VAN052', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.2T Business Edition TSS 5dr', 'mileage': 62897, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH18VUA/2026-03-26/image/8434baab-6675-4e67-9394-37473eed54ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/4b0bdf13-9547-4c65-ae57-67a6e3e336db_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/23d8463b-3e3d-4364-a42e-473d5785b7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/0891649a-8697-4748-adb2-49eecc1574cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/58e33067-9b8e-4e22-ab9c-ce6c77422cc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/3f9568d6-05b8-476d-bda7-5856e95976c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/f04f60e0-578d-4548-9999-4cd119151316_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/0b3f71a5-6563-44cb-9a65-0f6a0c1ac3da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH18VUA/2026-03-26/image/9688b0d6-4dc5-4ae5-b7fd-558abcbec791_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/19 - 8K, 10/19 - 20K, 06/20 - 26K, 03/21 - 32K, 03/22 - 39K, 03/23 - 44K, 03/24 - 51K, 03/25 - 55K, 03/26 - 62K', 'remarks': '**1362** VOSA STATES 32K, 39K, 44K, 51K, 55K, 62K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94e1534e-2fa8-4205-8c10-5e4724a55ca4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee73996a-3025-563f-a412-29363930480a with identifier: 120714757
2026-03-27 05:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee73996a-3025-563f-a412-29363930480a with scrape type 2
2026-03-27 05:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee73996a-3025-563f-a412-29363930480a with scrape type 2
2026-03-27 05:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee73996a-3025-563f-a412-29363930480a, identifier: 120714757
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120761139
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120761139%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120761139: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120748860
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120748860%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120748860: 2
2026-03-27 05:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 76c71abd-fbbd-5697-a46a-a13922cef4f0 with identifier: 120629972
2026-03-27 05:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 76c71abd-fbbd-5697-a46a-a13922cef4f0 with identifier: 120629972
2026-03-27 05:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 76c71abd-fbbd-5697-a46a-a13922cef4f0 with identifier: 120629972 to the API
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120629972?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '76c71abd-fbbd-5697-a46a-a13922cef4f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND74HPL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120629972',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'X3 ESTATE',
'odometer': 14911,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-20',
'seller_name': 'Hatfields Group',
'title': 'BMW X3 ESTATE xDrive20 M Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive20 M Sport 5dr Step Auto',
'vin': None,
'year': 2024}
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120629972%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Saving data for 120629972: {'auction_closing_time': 1774958400.0, 'created_time': 1774271157.247012, 'last_price_update_time': 1774587742.45382}
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120629972') HTTP/1.1" 204 0
2026-03-27 05:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee73996a-3025-563f-a412-29363930480a with identifier: 120714757
2026-03-27 05:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee73996a-3025-563f-a412-29363930480a with identifier: 120714757
2026-03-27 05:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee73996a-3025-563f-a412-29363930480a with identifier: 120714757 to the API
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714757?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee73996a-3025-563f-a412-29363930480a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH18VUA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714757',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AURIS HATCHBACK',
'odometer': 62897,
'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': 'Vantage Motor Group',
'title': 'TOYOTA AURIS HATCHBACK 1.2T Business Edition TSS 5dr',
'transmission': 'manual',
'trim': '1.2T Business Edition TSS 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714757%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Saving data for 120714757: {'auction_closing_time': 1774958400.0, 'created_time': 1774465895.921246, 'last_price_update_time': 1774587742.835054}
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714757') HTTP/1.1" 204 0
2026-03-27 05:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120791904?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 119734446
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119734446%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 119734446: 2
2026-03-27 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-27 05:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693929?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794232?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120828510
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828510%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120828510: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120828661
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828661%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120828661: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120444510
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120444510%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120444510: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120826040
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826040%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120826040: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120826147
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826147%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120826147: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120825800
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120825800%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120825800: 0
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120256211
2026-03-27 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256211%27 HTTP/1.1" 200 None
2026-03-27 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120256211: 2
2026-03-27 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-27 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-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120826421
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826421%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120826421: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120649039
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120649039%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120649039: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120825737
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120825737%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120825737: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120826597
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826597%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120826597: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120825637
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120825637%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120825637: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120677591
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120677591%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120677591: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120758464
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120758464%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120758464: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120758234
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120758234%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120758234: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120719051
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120719051%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120719051: 2
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120687832
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120687832%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120687832: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120677539
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120677539%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120677539: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120677476
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120677476%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120677476: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120652259
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652259%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120652259: 0
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120609624
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120609624%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120609624: 2
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120791904, 'registration': 'EA67AAE', 'account': 'MOT075', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '1.5 TDCi Zetec 5dr 2WD', 'mileage': 100978, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-02', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**1678** VOSA STATES 45K, 57K, 69K, 78K, 87K, 97K', 'virtual': False, 'seller': 'MotoNovo Finance', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120791904, 'registration': 'EA67AAE', 'account': 'MOT075', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '1.5 TDCi Zetec 5dr 2WD', 'mileage': 100978, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-02', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**1678** VOSA STATES 45K, 57K, 69K, 78K, 87K, 97K', 'virtual': False, 'seller': 'MotoNovo Finance', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2 with identifier: 120791904
2026-03-27 05:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2 with scrape type 2
2026-03-27 05:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2 with scrape type 2
2026-03-27 05:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2, identifier: 120791904
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693929, 'registration': 'SJ03JMH', 'account': 'DJC016', 'make': 'DAEWOO', 'model': 'KALOS HATCHBACK', 'derivative': '1.4 SE 5dr', 'mileage': 41681, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2003-07-30', 'fuel': 'Petrol', 'motExpiry': '2025-10-24', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/c9be16c1-4f55-47cf-b568-a92e2e55a7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/264345ff-0764-44a6-b1a2-3ba915ef1c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/41f3d4ec-e9f4-427e-a99f-9392bf78213c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/223c4854-e465-4180-9b2b-a6096694dae4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/c91bdbcf-630e-4821-b680-72f6daff9865_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/f2b5f9c6-6f45-4e14-b0e4-b8c317231ca4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/b2e6211a-99c8-48e8-b4da-8b1ffbf5bf21_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**180** VOSA STATES 7K, 11K, 15K, 19K, 21K, 24K, 27K, 28K, 31K, 33K, 34K, 35K, 36K, 37K, 38K, 39K, 40K, 40K, 41K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d3ed69fd-eecf-4551-8adb-0d2fcac1ecc4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693929, 'registration': 'SJ03JMH', 'account': 'DJC016', 'make': 'DAEWOO', 'model': 'KALOS HATCHBACK', 'derivative': '1.4 SE 5dr', 'mileage': 41681, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2003-07-30', 'fuel': 'Petrol', 'motExpiry': '2025-10-24', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/c9be16c1-4f55-47cf-b568-a92e2e55a7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/264345ff-0764-44a6-b1a2-3ba915ef1c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/41f3d4ec-e9f4-427e-a99f-9392bf78213c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/223c4854-e465-4180-9b2b-a6096694dae4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/c91bdbcf-630e-4821-b680-72f6daff9865_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/f2b5f9c6-6f45-4e14-b0e4-b8c317231ca4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ03JMH/2026-03-26/image/b2e6211a-99c8-48e8-b4da-8b1ffbf5bf21_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**180** VOSA STATES 7K, 11K, 15K, 19K, 21K, 24K, 27K, 28K, 31K, 33K, 34K, 35K, 36K, 37K, 38K, 39K, 40K, 40K, 41K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d3ed69fd-eecf-4551-8adb-0d2fcac1ecc4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 388dd5fc-ea55-51f0-8c80-e2df899686de with identifier: 120693929
2026-03-27 05:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 388dd5fc-ea55-51f0-8c80-e2df899686de with scrape type 2
2026-03-27 05:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 388dd5fc-ea55-51f0-8c80-e2df899686de with scrape type 2
2026-03-27 05:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 388dd5fc-ea55-51f0-8c80-e2df899686de, identifier: 120693929
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794232, 'registration': 'MK58XHN', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS SALOON', 'derivative': 'C180K Sport 4dr Auto', 'mileage': 130578, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-28', 'doors': 4, 'engineSize': 1796, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MK58XHN/2026-03-26/image/a34aae73-c74d-4d9a-b563-fdb49911422a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/9f487310-63b3-4024-bc84-e92d66d74272_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/bf6484cc-33bf-43db-9b19-cf7b3f833575_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/4088c73b-525a-465a-a297-9e52e371ab82_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/42be3c0c-8d10-4efd-99b0-70b78e2377d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/c6fc2867-c72a-48aa-9cc7-5a7f81309604_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/76c30209-811a-40a3-b727-e8dba86ed894_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/5d87a94a-b68c-42e5-96fc-a055d2463652_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/83b38bf1-1d6e-4e41-bf0c-57d640ee9d3a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/09 - 14K, 08/10 - 24K, 08/11 - 33K, 07/12 - 44K, 09/14 - 57K, 06/15 - 65K, 06/16 - 78K, 06/17 - 88K, 06/18 - 98K, 06/19 - 104K, 06/20 - 110K, 07/21 - 114K, 06/22 - NO MILEAGE, 06/23 - NO MILEAGE, 06/24 - NO MILEAGE, 06/25 - NO MILEAGE,', 'remarks': '**772** VOSA STATES 34K, 44K, 46K, 56K, 65K, 78K, 88K, 98K, 104K, 110K, 114K, 120K, 123K, 126K, 128K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cc3e5356-8802-41fa-b4bb-63d8c6a89dc3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794232, 'registration': 'MK58XHN', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS SALOON', 'derivative': 'C180K Sport 4dr Auto', 'mileage': 130578, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-28', 'doors': 4, 'engineSize': 1796, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MK58XHN/2026-03-26/image/a34aae73-c74d-4d9a-b563-fdb49911422a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/9f487310-63b3-4024-bc84-e92d66d74272_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/bf6484cc-33bf-43db-9b19-cf7b3f833575_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/4088c73b-525a-465a-a297-9e52e371ab82_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/42be3c0c-8d10-4efd-99b0-70b78e2377d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/c6fc2867-c72a-48aa-9cc7-5a7f81309604_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/76c30209-811a-40a3-b727-e8dba86ed894_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/5d87a94a-b68c-42e5-96fc-a055d2463652_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58XHN/2026-03-26/image/83b38bf1-1d6e-4e41-bf0c-57d640ee9d3a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/09 - 14K, 08/10 - 24K, 08/11 - 33K, 07/12 - 44K, 09/14 - 57K, 06/15 - 65K, 06/16 - 78K, 06/17 - 88K, 06/18 - 98K, 06/19 - 104K, 06/20 - 110K, 07/21 - 114K, 06/22 - NO MILEAGE, 06/23 - NO MILEAGE, 06/24 - NO MILEAGE, 06/25 - NO MILEAGE,', 'remarks': '**772** VOSA STATES 34K, 44K, 46K, 56K, 65K, 78K, 88K, 98K, 104K, 110K, 114K, 120K, 123K, 126K, 128K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cc3e5356-8802-41fa-b4bb-63d8c6a89dc3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2adae58e-0a4b-5f3a-8b48-baa8348f3635 with identifier: 120794232
2026-03-27 05:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2adae58e-0a4b-5f3a-8b48-baa8348f3635 with scrape type 2
2026-03-27 05:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2adae58e-0a4b-5f3a-8b48-baa8348f3635 with scrape type 2
2026-03-27 05:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2adae58e-0a4b-5f3a-8b48-baa8348f3635, identifier: 120794232
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120605418
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120605418%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120605418: 2
2026-03-27 05:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2 with identifier: 120791904
2026-03-27 05:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2 with identifier: 120791904
2026-03-27 05:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d17fe72-e2f6-5306-a9aa-dd16b73c46f2 with identifier: 120791904 to the API
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120791904?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '3d17fe72-e2f6-5306-a9aa-dd16b73c46f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA67AAE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120791904',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 100978,
'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': 'MotoNovo Finance',
'title': 'FORD KUGA DIESEL ESTATE 1.5 TDCi Zetec 5dr 2WD',
'transmission': 'manual',
'trim': '1.5 TDCi Zetec 5dr 2WD',
'vin': None,
'year': 2017}
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120791904%27 HTTP/1.1" 200 None
2026-03-27 05:02:23 [astonbarclay.gb] INFO: Saving data for 120791904: {'created_time': 1774465643.619106, 'last_price_update_time': 1774587743.855413, 'auction_closing_time': 1774958400.0}
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120791904') HTTP/1.1" 204 0
2026-03-27 05:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 388dd5fc-ea55-51f0-8c80-e2df899686de with identifier: 120693929
2026-03-27 05:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 388dd5fc-ea55-51f0-8c80-e2df899686de with identifier: 120693929
2026-03-27 05:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 388dd5fc-ea55-51f0-8c80-e2df899686de with identifier: 120693929 to the API
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693929?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 175,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '388dd5fc-ea55-51f0-8c80-e2df899686de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SJ03JMH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693929',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DAEWOO',
'model': 'KALOS HATCHBACK',
'odometer': 41681,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-07-30',
'seller_name': 'Cox Motor Group',
'title': 'DAEWOO KALOS HATCHBACK 1.4 SE 5dr',
'transmission': 'manual',
'trim': '1.4 SE 5dr',
'vin': None,
'year': 2003}
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693929%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Saving data for 120693929: {'auction_closing_time': 1774958400.0, 'created_time': 1774465902.095746, 'last_price_update_time': 1774587744.250843}
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693929') HTTP/1.1" 204 0
2026-03-27 05:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2adae58e-0a4b-5f3a-8b48-baa8348f3635 with identifier: 120794232
2026-03-27 05:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2adae58e-0a4b-5f3a-8b48-baa8348f3635 with identifier: 120794232
2026-03-27 05:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2adae58e-0a4b-5f3a-8b48-baa8348f3635 with identifier: 120794232 to the API
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794232?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '2adae58e-0a4b-5f3a-8b48-baa8348f3635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK58XHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794232',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS SALOON',
'odometer': 130578,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-01',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS SALOON C180K Sport 4dr Auto',
'transmission': 'automatic',
'trim': 'C180K Sport 4dr Auto',
'vin': None,
'year': 2008}
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794232%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Saving data for 120794232: {'auction_closing_time': 1774958400.0, 'created_time': 1774465944.622913, 'last_price_update_time': 1774587744.554122}
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794232') HTTP/1.1" 204 0
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120555568
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120555568%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120555568: 2
2026-03-27 05:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120799701?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119192578?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798257?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120555558
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120555558%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120555558: 2
2026-03-27 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-27 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-27 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-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120555519
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120555519%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120555519: 0
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120097975
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120097975%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120097975: 2
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120521279
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120521279%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120521279: 2
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120401488
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120401488%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120401488: 0
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120724222
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120724222%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120724222: 2
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120773822
2026-03-27 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773822%27 HTTP/1.1" 200 None
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120773822: 2
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120799701, 'registration': 'ET11RYH', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A1 HATCHBACK', 'derivative': '1.4 TFSI S Line 3dr', 'mileage': 96801, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-08-19', 'fuel': 'Petrol', 'motExpiry': '2026-05-08', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET11RYH/2026-03-26/image/b90bff60-289a-4652-b272-872d282943ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/19ef9915-963f-463f-ad67-8324f966617a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/383ccba2-295e-490e-a315-596ad3b6d28a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/57921001-c150-4f4c-ad4b-a3e392c70699_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/25cd5276-bfee-4cc6-a272-8586ab544f0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/97792c60-76bc-439e-9cde-abba162a78e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/b278b233-7c1f-404c-9e98-3dcd5e5fa99a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/2598b01e-fdde-45ef-a3b5-7c60a4550c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/07967a68-bd7a-462e-be67-697598ba2764_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/13 - 14K, 09/15 - 33K, 09/17 - 46K, 06/20 - 66K, 05/23 - 81K,', 'remarks': '**581** VOSA STATES 23K, 32K, 40K, 46K, 46K, 53K, 61K, 67K, 71K, 77K, 81K, 87K, 92K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f9d91200-286e-4bb3-bc1f-6ef2cca1e6ed.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120799701, 'registration': 'ET11RYH', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A1 HATCHBACK', 'derivative': '1.4 TFSI S Line 3dr', 'mileage': 96801, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-08-19', 'fuel': 'Petrol', 'motExpiry': '2026-05-08', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET11RYH/2026-03-26/image/b90bff60-289a-4652-b272-872d282943ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/19ef9915-963f-463f-ad67-8324f966617a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/383ccba2-295e-490e-a315-596ad3b6d28a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/57921001-c150-4f4c-ad4b-a3e392c70699_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/25cd5276-bfee-4cc6-a272-8586ab544f0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/97792c60-76bc-439e-9cde-abba162a78e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/b278b233-7c1f-404c-9e98-3dcd5e5fa99a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/2598b01e-fdde-45ef-a3b5-7c60a4550c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET11RYH/2026-03-26/image/07967a68-bd7a-462e-be67-697598ba2764_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/13 - 14K, 09/15 - 33K, 09/17 - 46K, 06/20 - 66K, 05/23 - 81K,', 'remarks': '**581** VOSA STATES 23K, 32K, 40K, 46K, 46K, 53K, 61K, 67K, 71K, 77K, 81K, 87K, 92K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f9d91200-286e-4bb3-bc1f-6ef2cca1e6ed.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7 with identifier: 120799701
2026-03-27 05:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7 with scrape type 2
2026-03-27 05:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7 with scrape type 2
2026-03-27 05:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7, identifier: 120799701
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119192578, 'registration': 'BK60EVR', 'account': 'DJC003', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL STATION WAGON', 'derivative': 'ML300 CDi BlueEFFICIENCY [204] Sport 5dr Tip Auto', 'mileage': 101571, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-11', 'doors': 5, 'engineSize': 2987, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/BK60EVR/2026-02-05/image/692df8af-2ea6-44ca-a702-7949ee1556a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/39a623cf-0eaf-4881-9543-81ae8a7a6065_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/86b6ed9a-85c8-4956-bf32-a3eea5e0fc01_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/001746c3-1619-45d5-8fe9-dab0d46f258c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/f2aadb4b-1284-4d3c-9a00-0b5263763b05_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/1e9f3adc-b492-46f4-8013-88d70d9590aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/87e0a623-1d11-400d-8ac3-5aa02541f3ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/dea5b52e-a52b-43f7-88c1-432885e4dd5d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/11 - 5K, 11/12 - 11K, 10/13 - 16K, 11/14 - 22K, 11/15 - 32K, 11/16 - 37K, 12/17 - 43K', 'remarks': '**152** VOSA STATES 16K, 18K, 27K, 35K, 37K, 43K, 49K, 56K, 63K, 74K, 94K, 101K, OUTSTANDING RECALL', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 240, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/984a7b46-5118-4a75-ac56-62c5d81c33aa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119192578, 'registration': 'BK60EVR', 'account': 'DJC003', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL STATION WAGON', 'derivative': 'ML300 CDi BlueEFFICIENCY [204] Sport 5dr Tip Auto', 'mileage': 101571, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-11', 'doors': 5, 'engineSize': 2987, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/BK60EVR/2026-02-05/image/692df8af-2ea6-44ca-a702-7949ee1556a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/39a623cf-0eaf-4881-9543-81ae8a7a6065_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/86b6ed9a-85c8-4956-bf32-a3eea5e0fc01_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/001746c3-1619-45d5-8fe9-dab0d46f258c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/f2aadb4b-1284-4d3c-9a00-0b5263763b05_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/1e9f3adc-b492-46f4-8013-88d70d9590aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/87e0a623-1d11-400d-8ac3-5aa02541f3ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK60EVR/2026-02-05/image/dea5b52e-a52b-43f7-88c1-432885e4dd5d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/11 - 5K, 11/12 - 11K, 10/13 - 16K, 11/14 - 22K, 11/15 - 32K, 11/16 - 37K, 12/17 - 43K', 'remarks': '**152** VOSA STATES 16K, 18K, 27K, 35K, 37K, 43K, 49K, 56K, 63K, 74K, 94K, 101K, OUTSTANDING RECALL', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 240, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/984a7b46-5118-4a75-ac56-62c5d81c33aa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578
2026-03-27 05:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with scrape type 2
2026-03-27 05:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with scrape type 2
2026-03-27 05:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4f6ec9b-ba13-59cb-b6b2-2a126681b989, identifier: 119192578
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798257, 'registration': 'YO14ARF', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 DIESEL SW', 'derivative': '2.2 TD4 SE 5dr', 'mileage': 79926, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/YO14ARF/2026-03-26/image/e5ce3640-8127-477c-a100-1d50a3c8b601_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/050dfcea-4770-4a4c-8342-c6749950cdc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/2f3c35eb-d378-4cc0-956b-d7512e37440b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/ac2a640e-7b07-4ae1-a4d0-aa9cd864f3d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/77285e40-443f-4382-90b9-3bdd3c2b1dc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/ed200dc8-ec62-4b06-8e13-d96fb30b3971_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/5b01723a-ae75-4c3f-a6bc-9b3be5180ed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/854cbd62-106c-41b2-87c4-1107bee58788_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/8094bf56-5d88-4c09-b462-8bff701caf6e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18 - 29K, 07/19 - 36K, 09/20 - 42K, 08/21 - 48K, 06/22 - 55K, 08/23 - 62K, 09/24 - 69K, 09/25 - 76K,', 'remarks': '**637** VOSA STATES 22K, 29K, 36K, 42K, 48K, 55K, 62K, 69K, 76K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 165, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/30f91c0f-893d-4c63-a566-23d03be2227a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798257, 'registration': 'YO14ARF', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 DIESEL SW', 'derivative': '2.2 TD4 SE 5dr', 'mileage': 79926, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/YO14ARF/2026-03-26/image/e5ce3640-8127-477c-a100-1d50a3c8b601_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/050dfcea-4770-4a4c-8342-c6749950cdc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/2f3c35eb-d378-4cc0-956b-d7512e37440b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/ac2a640e-7b07-4ae1-a4d0-aa9cd864f3d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/77285e40-443f-4382-90b9-3bdd3c2b1dc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/ed200dc8-ec62-4b06-8e13-d96fb30b3971_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/5b01723a-ae75-4c3f-a6bc-9b3be5180ed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/854cbd62-106c-41b2-87c4-1107bee58788_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO14ARF/2026-03-26/image/8094bf56-5d88-4c09-b462-8bff701caf6e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18 - 29K, 07/19 - 36K, 09/20 - 42K, 08/21 - 48K, 06/22 - 55K, 08/23 - 62K, 09/24 - 69K, 09/25 - 76K,', 'remarks': '**637** VOSA STATES 22K, 29K, 36K, 42K, 48K, 55K, 62K, 69K, 76K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 165, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/30f91c0f-893d-4c63-a566-23d03be2227a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af4ac27-3ab7-597a-b18f-38e87fdd7752 with identifier: 120798257
2026-03-27 05:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af4ac27-3ab7-597a-b18f-38e87fdd7752 with scrape type 2
2026-03-27 05:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5af4ac27-3ab7-597a-b18f-38e87fdd7752 with scrape type 2
2026-03-27 05:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5af4ac27-3ab7-597a-b18f-38e87fdd7752, identifier: 120798257
2026-03-27 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120727592
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120727592%27 HTTP/1.1" 200 None
2026-03-27 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120727592: 2
2026-03-27 05:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7 with identifier: 120799701
2026-03-27 05:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7 with identifier: 120799701
2026-03-27 05:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7 with identifier: 120799701 to the API
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120799701?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4b8bf0a-ef3c-5e85-816b-2be960b3c0f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET11RYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120799701',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A1 HATCHBACK',
'odometer': 96801,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-19',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A1 HATCHBACK 1.4 TFSI S Line 3dr',
'transmission': 'manual',
'trim': '1.4 TFSI S Line 3dr',
'vin': None,
'year': 2011}
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120799701%27 HTTP/1.1" 200 None
2026-03-27 05:02:25 [astonbarclay.gb] INFO: Saving data for 120799701: {'auction_closing_time': 1774958400.0, 'created_time': 1774465842.094116, 'last_price_update_time': 1774587745.341634}
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120799701') HTTP/1.1" 204 0
2026-03-27 05:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578
2026-03-27 05:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578
2026-03-27 05:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578 to the API
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119192578?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 240,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f4f6ec9b-ba13-59cb-b6b2-2a126681b989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK60EVR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119192578',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'M CLASS DIESEL STATION WAGON',
'odometer': 101571,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-30',
'seller_name': 'Cox Motor Group',
'title': 'MERCEDES-BENZ M CLASS DIESEL STATION WAGON ML300 CDi BlueEFFICIENCY '
'[204] Sport 5dr Tip Auto',
'transmission': 'automatic',
'trim': 'ML300 CDi BlueEFFICIENCY [204] Sport 5dr Tip Auto',
'vin': None,
'year': 2010}
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119192578%27 HTTP/1.1" 200 None
2026-03-27 05:02:25 [astonbarclay.gb] INFO: Saving data for 119192578: {'auction_closing_time': 1774612800.0, 'created_time': 1773928946.299031, 'last_price_update_time': 1774587745.696957}
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119192578') HTTP/1.1" 204 0
2026-03-27 05:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5af4ac27-3ab7-597a-b18f-38e87fdd7752 with identifier: 120798257
2026-03-27 05:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5af4ac27-3ab7-597a-b18f-38e87fdd7752 with identifier: 120798257
2026-03-27 05:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5af4ac27-3ab7-597a-b18f-38e87fdd7752 with identifier: 120798257 to the API
2026-03-27 05:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798257?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 165,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5af4ac27-3ab7-597a-b18f-38e87fdd7752',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YO14ARF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798257',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'FREELANDER 2 DIESEL SW',
'odometer': 79926,
'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': 'LAND ROVER FREELANDER 2 DIESEL SW 2.2 TD4 SE 5dr',
'transmission': 'manual',
'trim': '2.2 TD4 SE 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798257%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Saving data for 120798257: {'auction_closing_time': 1774958400.0, 'created_time': 1774465920.465073, 'last_price_update_time': 1774587746.011894}
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798257') HTTP/1.1" 204 0
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120772791
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120772791%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120772791: 2
2026-03-27 05:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120444460?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120288761?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120311059?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120735356
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735356%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120735356: 2
2026-03-27 05:02:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120689852
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689852%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120689852: 2
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120689713
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689713%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120689713: 2
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120736863
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120736863%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120736863: 2
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120765504
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120765504%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120765504: 0
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120773780
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773780%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120773780: 2
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120735547
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735547%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120735547: 2
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120444460, 'registration': 'DG63FVC', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 Sport 4dr', 'mileage': 81979, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-09-03', 'fuel': 'Petrol', 'motExpiry': '2026-03-07', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DG63FVC/2026-03-13/image/9aeaa816-705d-4210-aad8-c418014586b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/a7033a1d-3931-4a3c-a0ef-f83e7a337ccd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/55ccd27d-a4b0-4e55-bce1-a97b33df0785_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/33783724-51a8-43e1-ac5f-bba7e589e5c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/1dd04c14-bc67-45f9-82ce-bc33f93f55b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/7bbe4d5d-f9ca-40c9-b118-0d9746022c81_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print PRINT @ 7/14 3K, 8/15 12K, 7/16 21K, 7/17 35K, INVOICE @ 6/21 65k,', 'remarks': '', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/980f284f-339e-4e28-9bf5-8ca9d89a268e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120444460, 'registration': 'DG63FVC', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 Sport 4dr', 'mileage': 81979, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-09-03', 'fuel': 'Petrol', 'motExpiry': '2026-03-07', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DG63FVC/2026-03-13/image/9aeaa816-705d-4210-aad8-c418014586b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/a7033a1d-3931-4a3c-a0ef-f83e7a337ccd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/55ccd27d-a4b0-4e55-bce1-a97b33df0785_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/33783724-51a8-43e1-ac5f-bba7e589e5c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/1dd04c14-bc67-45f9-82ce-bc33f93f55b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG63FVC/2026-03-13/image/7bbe4d5d-f9ca-40c9-b118-0d9746022c81_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print PRINT @ 7/14 3K, 8/15 12K, 7/16 21K, 7/17 35K, INVOICE @ 6/21 65k,', 'remarks': '', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/980f284f-339e-4e28-9bf5-8ca9d89a268e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460
2026-03-27 05:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a753f7ca-1e15-583e-961d-7c369fbefe44 with scrape type 2
2026-03-27 05:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a753f7ca-1e15-583e-961d-7c369fbefe44 with scrape type 2
2026-03-27 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a753f7ca-1e15-583e-961d-7c369fbefe44, identifier: 120444460
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120288761, 'registration': 'LA16ZPV', 'account': 'WIL004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 N-Connecta 5dr Xtronic', 'mileage': 48834, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-07-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-14', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/42c88521-87db-4b45-9dcd-cd09d9f57a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/7b8c08cc-dc34-43ad-a3c1-9954cc5aa53a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/1b35bd89-a41c-4a35-9e77-a70a5a224298_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/9ec42705-1e6d-4b8d-a4a9-7b8ec9f7e711_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/da9cf729-c5a5-4cd3-8984-8490f3f52cfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/04731298-f6e3-4912-b430-2a1d3b6bf8c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/eba43879-809b-45aa-b17f-11f0a32d90a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/a74f3c8b-26b2-4c5b-bd52-1da6e8eb3bcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/d6f33ab7-1f65-450f-a421-ed1c037e9234_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 8/22 32K,', 'remarks': 'SPARE KEY - VOSA ERROR 08/20 @ 12K', 'virtual': False, 'seller': 'Wilsons', '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/869da27b-fa23-4cb5-928e-8ec646aed529.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120288761, 'registration': 'LA16ZPV', 'account': 'WIL004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 N-Connecta 5dr Xtronic', 'mileage': 48834, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-07-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-14', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/42c88521-87db-4b45-9dcd-cd09d9f57a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/7b8c08cc-dc34-43ad-a3c1-9954cc5aa53a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/1b35bd89-a41c-4a35-9e77-a70a5a224298_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/9ec42705-1e6d-4b8d-a4a9-7b8ec9f7e711_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/da9cf729-c5a5-4cd3-8984-8490f3f52cfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/04731298-f6e3-4912-b430-2a1d3b6bf8c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/eba43879-809b-45aa-b17f-11f0a32d90a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/a74f3c8b-26b2-4c5b-bd52-1da6e8eb3bcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/d6f33ab7-1f65-450f-a421-ed1c037e9234_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 8/22 32K,', 'remarks': 'SPARE KEY - VOSA ERROR 08/20 @ 12K', 'virtual': False, 'seller': 'Wilsons', '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/869da27b-fa23-4cb5-928e-8ec646aed529.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761
2026-03-27 05:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70154126-aa84-54c6-9a7c-9aec009c061a with scrape type 2
2026-03-27 05:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70154126-aa84-54c6-9a7c-9aec009c061a with scrape type 2
2026-03-27 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 70154126-aa84-54c6-9a7c-9aec009c061a, identifier: 120288761
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120311059, 'registration': 'GD66NYG', 'account': 'WMB001', 'make': 'VOLKSWAGEN', 'model': 'SHARAN DIESEL ESTATE', 'derivative': '2.0 TDI CR BlueMotion Tech 184 SE 5dr DSG', 'mileage': 179855, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-12-19', 'fuel': 'Diesel', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GD66NYG/2026-03-11/image/32299197-02d4-4202-a780-ba23096f51c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/4f5accfa-6ce4-4f6e-9524-e1215390d8e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/ce732d7a-ab50-48c5-ac5a-0373c758e5c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/92807bc9-5736-4bd2-94a1-d3585ad8f401_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/1949039f-dbee-45c8-adf9-2599f637a6ca_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Ex-Private Hire - S/KEY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9cbcbeb8-7203-4cdd-9b4a-53e53f116763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120311059, 'registration': 'GD66NYG', 'account': 'WMB001', 'make': 'VOLKSWAGEN', 'model': 'SHARAN DIESEL ESTATE', 'derivative': '2.0 TDI CR BlueMotion Tech 184 SE 5dr DSG', 'mileage': 179855, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-12-19', 'fuel': 'Diesel', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GD66NYG/2026-03-11/image/32299197-02d4-4202-a780-ba23096f51c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/4f5accfa-6ce4-4f6e-9524-e1215390d8e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/ce732d7a-ab50-48c5-ac5a-0373c758e5c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/92807bc9-5736-4bd2-94a1-d3585ad8f401_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66NYG/2026-03-11/image/1949039f-dbee-45c8-adf9-2599f637a6ca_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Ex-Private Hire - S/KEY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9cbcbeb8-7203-4cdd-9b4a-53e53f116763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059
2026-03-27 05:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with scrape type 2
2026-03-27 05:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with scrape type 2
2026-03-27 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83, identifier: 120311059
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Found listing with ID: 120773907
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773907%27 HTTP/1.1" 200 None
2026-03-27 05:02:26 [astonbarclay.gb] INFO: Scrape type for 120773907: 2
2026-03-27 05:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=MAUVE%2FPURPLE HTTP/1.1" 200 None
2026-03-27 05:02:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460
2026-03-27 05:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460 to the API
2026-03-27 05:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120444460?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'MAUVE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'a753f7ca-1e15-583e-961d-7c369fbefe44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG63FVC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120444460',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 81979,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-03',
'seller_name': 'CarBuy Limited',
'title': 'MERCEDES-BENZ CLA COUPE CLA 180 Sport 4dr',
'transmission': 'manual',
'trim': 'CLA 180 Sport 4dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120444460%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Saving data for 120444460: {'auction_closing_time': 1774857600.0, 'created_time': 1773428461.223311, 'last_price_update_time': 1774587747.020882}
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120444460') HTTP/1.1" 204 0
2026-03-27 05:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761
2026-03-27 05:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761
2026-03-27 05:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761 to the API
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120288761?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '70154126-aa84-54c6-9a7c-9aec009c061a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LA16ZPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120288761',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 48834,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-28',
'seller_name': 'Wilsons',
'title': 'NISSAN JUKE HATCHBACK 1.6 N-Connecta 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.6 N-Connecta 5dr Xtronic',
'vin': None,
'year': 2016}
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120288761%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Saving data for 120288761: {'auction_closing_time': 1774857600.0, 'created_time': 1773402479.154012, 'last_price_update_time': 1774587747.508692}
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120288761') HTTP/1.1" 204 0
2026-03-27 05:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059
2026-03-27 05:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059
2026-03-27 05:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059 to the API
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120311059?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Diesel',
'id': '2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GD66NYG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120311059',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'SHARAN DIESEL ESTATE',
'odometer': 179855,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-19',
'seller_name': 'Local Dealer Group',
'title': 'VOLKSWAGEN SHARAN DIESEL ESTATE 2.0 TDI CR BlueMotion Tech 184 SE '
'5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI CR BlueMotion Tech 184 SE 5dr DSG',
'vin': None,
'year': 2016}
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120311059%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Saving data for 120311059: {'auction_closing_time': 1774857600.0, 'created_time': 1773402459.271499, 'last_price_update_time': 1774587747.833097}
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120311059') HTTP/1.1" 204 0
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 120506327
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120506327%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Scrape type for 120506327: 0
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 120261304
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261304%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Scrape type for 120261304: 2
2026-03-27 05:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120478111?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120312968?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 120734951
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120734951%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Scrape type for 120734951: 2
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 120653827
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120653827%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Scrape type for 120653827: 2
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 112746460
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27112746460%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Scrape type for 112746460: 2
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 120536421
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120536421%27 HTTP/1.1" 200 None
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Scrape type for 120536421: 0
2026-03-27 05:02:27 [astonbarclay.gb] INFO: Found listing with ID: 120740459
2026-03-27 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120740459%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120740459: 0
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120828556
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828556%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120828556: 0
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120463208
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120463208%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120463208: 0
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120796415
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120796415%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120796415: 2
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120656433
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656433%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120656433: 2
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120478111, 'registration': 'BU14YKD', 'account': 'KCS002', 'make': 'FORD', 'model': 'GRAND C-MAX ESTATE', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 61594, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU14YKD/2026-03-17/image/9d238bb3-0c71-482a-9c87-c3a8cc653360_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/0a2c4a00-3434-4221-97c3-efa7200c828c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/9d4a0c75-cb3c-4cda-9621-30536e8716af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/255dedca-0ac8-4570-aaf1-e336d998a96e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/68fab2be-9134-4caa-bfe1-a74db305dff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/750de7bd-5be8-4a1c-be0a-c0eb012fc1eb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/16 11k 05/22 43k INV 05/25 59K', 'remarks': '', 'virtual': False, 'seller': 'CarBuy Limited', '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/7139e708-5a91-42d7-8af0-383332f574b8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120478111, 'registration': 'BU14YKD', 'account': 'KCS002', 'make': 'FORD', 'model': 'GRAND C-MAX ESTATE', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 61594, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU14YKD/2026-03-17/image/9d238bb3-0c71-482a-9c87-c3a8cc653360_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/0a2c4a00-3434-4221-97c3-efa7200c828c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/9d4a0c75-cb3c-4cda-9621-30536e8716af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/255dedca-0ac8-4570-aaf1-e336d998a96e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/68fab2be-9134-4caa-bfe1-a74db305dff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU14YKD/2026-03-17/image/750de7bd-5be8-4a1c-be0a-c0eb012fc1eb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/16 11k 05/22 43k INV 05/25 59K', 'remarks': '', 'virtual': False, 'seller': 'CarBuy Limited', '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/7139e708-5a91-42d7-8af0-383332f574b8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111
2026-03-27 05:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee63070-7d22-5f44-9f37-f4a4c69bfdde with scrape type 2
2026-03-27 05:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee63070-7d22-5f44-9f37-f4a4c69bfdde with scrape type 2
2026-03-27 05:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aee63070-7d22-5f44-9f37-f4a4c69bfdde, identifier: 120478111
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120312968, 'registration': 'VO69WSX', 'account': 'WMB001', 'make': 'VOLKSWAGEN', 'model': 'GOLF ESTATE', 'derivative': '1.5 TSI EVO 150 Match 5dr DSG', 'mileage': 95749, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-11-08', 'fuel': 'Petrol', 'motExpiry': '2025-11-07', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VO69WSX/2026-03-11/image/3387200f-a45e-4ac8-8033-b27ca9d73934_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/d2f7c26d-5eda-4322-89b1-892610a3b10f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/05d2dceb-2d1f-4433-b1f1-2f8fc6747570_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/3c7ff0a6-c539-44b7-af20-e4c1869913ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/c7576426-2d88-4845-85b5-0f42b86f4149_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/b52e8cd4-2f1c-4d0a-814d-617cbd304f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/769ae405-01d8-43e1-b6a1-ebeba65af23a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/5d7095c3-f694-4c7d-8559-66224549eedb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/3bf12230-fa4f-4733-acbb-aa8eecd06204_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 10/20 19K 11/21 40K 10/22 61K 07/23 80K 10/23 84K', 'remarks': 'NO SPARE KEY - SD', 'virtual': False, 'seller': 'Local Dealer Group', '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/fa287a5f-8031-4ada-8ade-c059f7ffa0dd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120312968, 'registration': 'VO69WSX', 'account': 'WMB001', 'make': 'VOLKSWAGEN', 'model': 'GOLF ESTATE', 'derivative': '1.5 TSI EVO 150 Match 5dr DSG', 'mileage': 95749, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-11-08', 'fuel': 'Petrol', 'motExpiry': '2025-11-07', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VO69WSX/2026-03-11/image/3387200f-a45e-4ac8-8033-b27ca9d73934_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/d2f7c26d-5eda-4322-89b1-892610a3b10f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/05d2dceb-2d1f-4433-b1f1-2f8fc6747570_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/3c7ff0a6-c539-44b7-af20-e4c1869913ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/c7576426-2d88-4845-85b5-0f42b86f4149_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/b52e8cd4-2f1c-4d0a-814d-617cbd304f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/769ae405-01d8-43e1-b6a1-ebeba65af23a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/5d7095c3-f694-4c7d-8559-66224549eedb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO69WSX/2026-03-11/image/3bf12230-fa4f-4733-acbb-aa8eecd06204_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 10/20 19K 11/21 40K 10/22 61K 07/23 80K 10/23 84K', 'remarks': 'NO SPARE KEY - SD', 'virtual': False, 'seller': 'Local Dealer Group', '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/fa287a5f-8031-4ada-8ade-c059f7ffa0dd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968
2026-03-27 05:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4e457c-3052-5be4-a6f2-16fa149bbe1a with scrape type 2
2026-03-27 05:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe4e457c-3052-5be4-a6f2-16fa149bbe1a with scrape type 2
2026-03-27 05:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fe4e457c-3052-5be4-a6f2-16fa149bbe1a, identifier: 120312968
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120736535
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120736535%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120736535: 2
2026-03-27 05:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111
2026-03-27 05:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111
2026-03-27 05:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111 to the API
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120478111?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'aee63070-7d22-5f44-9f37-f4a4c69bfdde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU14YKD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120478111',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'GRAND C-MAX ESTATE',
'odometer': 61594,
'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': 'CarBuy Limited',
'title': 'FORD GRAND C-MAX ESTATE 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478111%27 HTTP/1.1" 200 None
2026-03-27 05:02:28 [astonbarclay.gb] INFO: Saving data for 120478111: {'auction_closing_time': 1774857600.0, 'created_time': 1773687706.201827, 'last_price_update_time': 1774587748.58898}
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478111') HTTP/1.1" 204 0
2026-03-27 05:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968
2026-03-27 05:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968
2026-03-27 05:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968 to the API
2026-03-27 05:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120312968?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-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'fe4e457c-3052-5be4-a6f2-16fa149bbe1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO69WSX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120312968',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'GOLF ESTATE',
'odometer': 95749,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-08',
'seller_name': 'Local Dealer Group',
'title': 'VOLKSWAGEN GOLF ESTATE 1.5 TSI EVO 150 Match 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI EVO 150 Match 5dr DSG',
'vin': None,
'year': 2019}
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120312968%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Saving data for 120312968: {'auction_closing_time': 1774857600.0, 'created_time': 1773403232.518804, 'last_price_update_time': 1774587749.088955}
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120312968') HTTP/1.1" 204 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120484235
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120484235%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120484235: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120631689
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120631689%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120631689: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120518926
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120518926%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120518926: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120826994
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826994%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120826994: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120324176
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120324176%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120324176: 2
2026-03-27 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256176?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652590?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120667852
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667852%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120667852: 2
2026-03-27 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120748860?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120741797
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120741797%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120741797: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120753500
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120753500%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120753500: 2
2026-03-27 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-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120740344
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120740344%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120740344: 2
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 119816143
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119816143%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 119816143: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120657451
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657451%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120657451: 2
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120371964
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120371964%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120371964: 0
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120739526
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120739526%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120739526: 2
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120256176, 'registration': 'MT63LGX', 'account': 'KCS002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 125 EcoBoost Zetec 5dr', 'mileage': 75513, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-11-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-25', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT63LGX/2026-03-09/image/b1c3b7ae-1810-49f3-a56e-a6442582d754_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/1722b629-4e34-44ef-bcae-7963631c9115_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/553ea625-21db-41f8-94f5-10b9b327b68d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/30d83dba-1034-4db7-87ab-ed11bf7e8d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/2fd38eba-b819-4a52-8e56-f766cb27ee6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/2b0a05ac-af66-43ab-a5f9-d254fb9de1f3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/25 70K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d96d887e-629e-408c-89aa-12c5e7abba90.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120256176, 'registration': 'MT63LGX', 'account': 'KCS002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 125 EcoBoost Zetec 5dr', 'mileage': 75513, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-11-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-25', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT63LGX/2026-03-09/image/b1c3b7ae-1810-49f3-a56e-a6442582d754_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/1722b629-4e34-44ef-bcae-7963631c9115_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/553ea625-21db-41f8-94f5-10b9b327b68d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/30d83dba-1034-4db7-87ab-ed11bf7e8d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/2fd38eba-b819-4a52-8e56-f766cb27ee6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT63LGX/2026-03-09/image/2b0a05ac-af66-43ab-a5f9-d254fb9de1f3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/25 70K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d96d887e-629e-408c-89aa-12c5e7abba90.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176
2026-03-27 05:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93d3886a-3fbb-5d54-af83-559e417a4122 with scrape type 2
2026-03-27 05:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93d3886a-3fbb-5d54-af83-559e417a4122 with scrape type 2
2026-03-27 05:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 93d3886a-3fbb-5d54-af83-559e417a4122, identifier: 120256176
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120652590, 'registration': 'VK18YUA', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 91448, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-19', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VK18YUA/2026-03-20/image/6c67f573-52ed-44a4-94e9-7eb2c9cbb5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/1d0ca136-1c68-4fe1-99fd-d248b7e4a772_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/5795f55c-087b-432b-9f3a-a9a0f9a9a60e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/5cd533cb-dea3-4f5e-83c2-62b92a698816_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/8f96af17-6b72-4a76-9953-004db728e3de_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/b1a9e23d-a498-422b-bb8c-114e76733ca7_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/eece0a9f-8924-4450-a269-11164cd7315d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/7b04ca76-3be8-4b4b-9898-204d9401b9c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/794dfec1-eb00-4d3f-b007-c287ef44df2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/e81776b1-c6a3-4706-9634-fb7dd94e07e2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SD CARD', 'virtual': False, 'seller': 'CarBuy Limited', '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/6c9152e2-9077-462e-bb04-c59f391a37c9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120652590, 'registration': 'VK18YUA', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 91448, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-19', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VK18YUA/2026-03-20/image/6c67f573-52ed-44a4-94e9-7eb2c9cbb5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/1d0ca136-1c68-4fe1-99fd-d248b7e4a772_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/5795f55c-087b-432b-9f3a-a9a0f9a9a60e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/5cd533cb-dea3-4f5e-83c2-62b92a698816_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/8f96af17-6b72-4a76-9953-004db728e3de_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/b1a9e23d-a498-422b-bb8c-114e76733ca7_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/eece0a9f-8924-4450-a269-11164cd7315d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/7b04ca76-3be8-4b4b-9898-204d9401b9c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/794dfec1-eb00-4d3f-b007-c287ef44df2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK18YUA/2026-03-20/image/e81776b1-c6a3-4706-9634-fb7dd94e07e2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SD CARD', 'virtual': False, 'seller': 'CarBuy Limited', '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/6c9152e2-9077-462e-bb04-c59f391a37c9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590
2026-03-27 05:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a76851ec-94a3-5bc0-bad3-34588c6f93ff with scrape type 2
2026-03-27 05:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a76851ec-94a3-5bc0-bad3-34588c6f93ff with scrape type 2
2026-03-27 05:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a76851ec-94a3-5bc0-bad3-34588c6f93ff, identifier: 120652590
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120727623
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120727623%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120727623: 2
2026-03-27 05:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176
2026-03-27 05:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176
2026-03-27 05:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176 to the API
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256176?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '93d3886a-3fbb-5d54-af83-559e417a4122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MT63LGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256176',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 75513,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-25',
'seller_name': 'CarBuy Limited',
'title': 'FORD FOCUS HATCHBACK 1.0 125 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 125 EcoBoost Zetec 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256176%27 HTTP/1.1" 200 None
2026-03-27 05:02:29 [astonbarclay.gb] INFO: Saving data for 120256176: {'auction_closing_time': 1774857600.0, 'created_time': 1773402487.099399, 'last_price_update_time': 1774587749.970843}
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256176') HTTP/1.1" 204 0
2026-03-27 05:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590
2026-03-27 05:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590
2026-03-27 05:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590 to the API
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652590?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-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'a76851ec-94a3-5bc0-bad3-34588c6f93ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK18YUA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652590',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'Q2 ESTATE',
'odometer': 91448,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-30',
'seller_name': 'CarBuy Limited',
'title': 'AUDI Q2 ESTATE 1.0 TFSI Sport 5dr',
'transmission': 'manual',
'trim': '1.0 TFSI Sport 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652590%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Saving data for 120652590: {'auction_closing_time': 1774857600.0, 'created_time': 1774033795.76398, 'last_price_update_time': 1774587750.447619}
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652590') HTTP/1.1" 204 0
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120748860, 'registration': 'LV65LKY', 'account': 'MOT129', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec+ 5dr Xtronic', 'mileage': 80616, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-10-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV65LKY/2026-03-25/image/137ff6f9-36a8-405b-ac30-88923a234da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/e964ff57-1b81-4afc-a425-2b625ec6a9f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/981e0a90-bd27-4b51-a64b-9b5cf6d8f21a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/d0c65322-aa08-4584-9d25-22aec709013e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/0b774fd1-4884-45ee-a326-71ffd53ac781_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/4ed47f9e-712c-4d14-97c1-54ef8a1bb8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/69175295-f9e1-4093-8bb6-6f7c215defe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/4b491dfc-7ead-4136-ae2d-6dfd077cbfb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/f1fb2e0f-033b-4b34-85f3-981551e9a08d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/bc7d9c20-9d23-44cd-9319-e9b1bd2c8683_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 12/23 63K, INVOICE @ 4/25 66K,', 'remarks': 'SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6f17b49f-319d-47b4-b36f-60e98b3e923e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120748860, 'registration': 'LV65LKY', 'account': 'MOT129', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec+ 5dr Xtronic', 'mileage': 80616, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-10-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV65LKY/2026-03-25/image/137ff6f9-36a8-405b-ac30-88923a234da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/e964ff57-1b81-4afc-a425-2b625ec6a9f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/981e0a90-bd27-4b51-a64b-9b5cf6d8f21a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/d0c65322-aa08-4584-9d25-22aec709013e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/0b774fd1-4884-45ee-a326-71ffd53ac781_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/4ed47f9e-712c-4d14-97c1-54ef8a1bb8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/69175295-f9e1-4093-8bb6-6f7c215defe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/4b491dfc-7ead-4136-ae2d-6dfd077cbfb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/f1fb2e0f-033b-4b34-85f3-981551e9a08d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV65LKY/2026-03-25/image/bc7d9c20-9d23-44cd-9319-e9b1bd2c8683_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 12/23 63K, INVOICE @ 4/25 66K,', 'remarks': 'SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6f17b49f-319d-47b4-b36f-60e98b3e923e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c993308-b3d4-5c7a-a360-b494b5fe1439 with identifier: 120748860
2026-03-27 05:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c993308-b3d4-5c7a-a360-b494b5fe1439 with scrape type 2
2026-03-27 05:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c993308-b3d4-5c7a-a360-b494b5fe1439 with scrape type 2
2026-03-27 05:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9c993308-b3d4-5c7a-a360-b494b5fe1439, identifier: 120748860
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120727640
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120727640%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120727640: 2
2026-03-27 05:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9c993308-b3d4-5c7a-a360-b494b5fe1439 with identifier: 120748860
2026-03-27 05:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9c993308-b3d4-5c7a-a360-b494b5fe1439 with identifier: 120748860
2026-03-27 05:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9c993308-b3d4-5c7a-a360-b494b5fe1439 with identifier: 120748860 to the API
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120748860?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '9c993308-b3d4-5c7a-a360-b494b5fe1439',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV65LKY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120748860',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 80616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-19',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Tec+ 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.2 DiG-T N-Tec+ 5dr Xtronic',
'vin': None,
'year': 2015}
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120748860%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Saving data for 120748860: {'auction_closing_time': 1775033100.0, 'created_time': 1774379109.720625, 'last_price_update_time': 1774587750.877276}
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120748860') HTTP/1.1" 204 0
2026-03-27 05:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119734446?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120828087
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828087%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120828087: 0
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120828068
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828068%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120828068: 0
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 119433684
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119433684%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Scrape type for 119433684: 0
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 119504345
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119504345%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Scrape type for 119504345: 0
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120828077
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828077%27 HTTP/1.1" 200 None
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120828077: 0
2026-03-27 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120696822
2026-03-27 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696822%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120696822: 0
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120696832
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696832%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120696832: 2
2026-03-27 05:02:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120589602
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120589602%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120589602: 0
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120471898
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120471898%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120471898: 0
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120696851
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696851%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120696851: 2
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120696888
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696888%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120696888: 2
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119734446, 'registration': 'HY66YDJ', 'account': 'ANC013', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Line 5dr EAT6', 'mileage': 80490, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/a6c72909-2503-4b00-9862-cc0a277065ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/71424406-fad6-49b5-a082-089c53abfc63_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/ce4c4b59-6fe8-456b-a2ed-879e5dbcb1de_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/9bed633e-c1e6-4297-90be-3f80def4e7e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/ba3df5ff-9843-4926-a8e2-77b147a8e54b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/6f30bbeb-a23d-4cf0-b86f-11bb4c40b3d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 1/21 26K', 'remarks': 'SPARE KEY - V5 GREEN SLIP ONLY - VOSA ERROR 2019', 'virtual': False, 'seller': 'Anchor Group Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8d72e7c-5e69-4d87-93b1-e80c7da60ce8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119734446, 'registration': 'HY66YDJ', 'account': 'ANC013', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Line 5dr EAT6', 'mileage': 80490, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/a6c72909-2503-4b00-9862-cc0a277065ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/71424406-fad6-49b5-a082-089c53abfc63_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/ce4c4b59-6fe8-456b-a2ed-879e5dbcb1de_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/9bed633e-c1e6-4297-90be-3f80def4e7e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/ba3df5ff-9843-4926-a8e2-77b147a8e54b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY66YDJ/2026-02-18/image/6f30bbeb-a23d-4cf0-b86f-11bb4c40b3d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 1/21 26K', 'remarks': 'SPARE KEY - V5 GREEN SLIP ONLY - VOSA ERROR 2019', 'virtual': False, 'seller': 'Anchor Group Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8d72e7c-5e69-4d87-93b1-e80c7da60ce8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446
2026-03-27 05:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with scrape type 2
2026-03-27 05:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with scrape type 2
2026-03-27 05:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffd4caa1-93e1-5124-b5fb-6b49c28c6860, identifier: 119734446
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120696860
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696860%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Scrape type for 120696860: 2
2026-03-27 05:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446
2026-03-27 05:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446
2026-03-27 05:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446 to the API
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119734446?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'ffd4caa1-93e1-5124-b5fb-6b49c28c6860',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HY66YDJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119734446',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 80490,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-27',
'seller_name': 'Anchor Group Remarketing',
'title': 'PEUGEOT 308 HATCHBACK 1.2 PureTech 130 GT Line 5dr EAT6',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 GT Line 5dr EAT6',
'vin': None,
'year': 2016}
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119734446%27 HTTP/1.1" 200 None
2026-03-27 05:02:31 [astonbarclay.gb] INFO: Saving data for 119734446: {'auction_closing_time': 1774857600.0, 'created_time': 1773402959.892154, 'last_price_update_time': 1774587751.972105}
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119734446') HTTP/1.1" 204 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120002874
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120002874%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120002874: 2
2026-03-27 05:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120555568?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120696872
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696872%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120696872: 2
2026-03-27 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-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120696900
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696900%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120696900: 2
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120056601
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056601%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120056601: 2
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120817359
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120817359%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120817359: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120796110
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120796110%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120796110: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 119707891
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119707891%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 119707891: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120599506
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120599506%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120599506: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120741332
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120741332%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120741332: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120099968
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120099968%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120099968: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120214140
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120214140%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120214140: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120793011
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120793011%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120793011: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120056709
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056709%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120056709: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120695948
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695948%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120695948: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120479231
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120479231%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120479231: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 119766991
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119766991%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 119766991: 2
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120172268
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120172268%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120172268: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120265015
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120265015%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120265015: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120624729
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120624729%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120624729: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120615564
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120615564%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120615564: 2
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120555568, 'registration': 'SP61NKC', 'account': 'KCS002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech SE 5dr', 'mileage': 96137, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-01-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SP61NKC/2026-03-18/image/6e41ee88-e10a-4687-83b4-4e64702dc0c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/5f11f400-da30-4ae0-be62-3c68acac8e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/01d24355-0585-427f-8143-6dab62e98975_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/66c82d0b-9ac1-4e27-82f7-8f14ef9cb027_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/e5e87afb-2ad0-4f91-ac70-a2d2a66146ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/44ddaf43-0bc5-4edd-a5e5-3dc9a64b865e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/13 8K 01/14 18K 01/15 27K 01/16 36K 01/17 44K 01/18 52K 06/18 55K 06/19 64K 06/20 69K 06/21 74K 06/23 83K 06/25 93K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/da378b83-376c-4c55-b001-58184d6186d1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120555568, 'registration': 'SP61NKC', 'account': 'KCS002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi BlueMotion Tech SE 5dr', 'mileage': 96137, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-01-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SP61NKC/2026-03-18/image/6e41ee88-e10a-4687-83b4-4e64702dc0c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/5f11f400-da30-4ae0-be62-3c68acac8e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/01d24355-0585-427f-8143-6dab62e98975_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/66c82d0b-9ac1-4e27-82f7-8f14ef9cb027_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/e5e87afb-2ad0-4f91-ac70-a2d2a66146ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP61NKC/2026-03-18/image/44ddaf43-0bc5-4edd-a5e5-3dc9a64b865e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/13 8K 01/14 18K 01/15 27K 01/16 36K 01/17 44K 01/18 52K 06/18 55K 06/19 64K 06/20 69K 06/21 74K 06/23 83K 06/25 93K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/da378b83-376c-4c55-b001-58184d6186d1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568
2026-03-27 05:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20123ea0-2407-5a08-bc91-c7b628d4ab83 with scrape type 2
2026-03-27 05:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20123ea0-2407-5a08-bc91-c7b628d4ab83 with scrape type 2
2026-03-27 05:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 20123ea0-2407-5a08-bc91-c7b628d4ab83, identifier: 120555568
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 115321850
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27115321850%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 115321850: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120201490
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120201490%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120201490: 0
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120733470
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733470%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120733470: 2
2026-03-27 05:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568
2026-03-27 05:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568
2026-03-27 05:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568 to the API
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120555568?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Diesel',
'id': '20123ea0-2407-5a08-bc91-c7b628d4ab83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SP61NKC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120555568',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 96137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-29',
'seller_name': 'CarBuy Limited',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi BlueMotion Tech SE 5dr',
'transmission': 'manual',
'trim': '2.0 TDi BlueMotion Tech SE 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120555568%27 HTTP/1.1" 200 None
2026-03-27 05:02:32 [astonbarclay.gb] INFO: Saving data for 120555568: {'auction_closing_time': 1774857600.0, 'created_time': 1773838962.910017, 'last_price_update_time': 1774587752.968051}
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555568') HTTP/1.1" 204 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120691672
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120691672%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120691672: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120507290
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120507290%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120507290: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120627274
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120627274%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120627274: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120740786
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120740786%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120740786: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120618602
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120618602%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120618602: 2
2026-03-27 05:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120609624?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120415240
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120415240%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120415240: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120616450
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120616450%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120616450: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120594672
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120594672%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120594672: 2
2026-03-27 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-27 05:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120772791?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120631938
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120631938%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120631938: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120247809
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120247809%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120247809: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120524700
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120524700%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120524700: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 119348978
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119348978%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 119348978: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120425496
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120425496%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120425496: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120196056
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120196056%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120196056: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120326071
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120326071%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120326071: 2
2026-03-27 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-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120064021
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120064021%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120064021: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120618676
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120618676%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120618676: 2
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120609624, 'registration': 'HY62PKN', 'account': 'ANC013', 'make': 'VOLVO', 'model': 'XC60 DIESEL ESTATE', 'derivative': 'D5 [215] R DESIGN 5dr AWD Geartronic', 'mileage': 134428, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2012-11-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 2400, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HY62PKN/2026-03-19/image/8b4d2075-2236-4e0a-8d52-2a9c428785e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/db18fac0-295e-4fa2-b31a-e0ba2245101d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/ee883f10-660d-48b0-b9e2-7bdafe3867bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/3a29fac7-627e-4232-81a7-eb2a07f93ab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/3bc77e6d-1c42-4b85-98a9-663297af6968_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/f5d98b30-9cb7-4ce4-b52a-24d7aec63722_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 12/22 (NO MILEAGE) 12/24 (NO MILEAGE)', 'remarks': 'NO SPARE KEY 2 X HEADPHONES', 'virtual': False, 'seller': 'Anchor Group Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/17334ea2-65a8-4b9d-8e0f-2fc1cf86c1b2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120609624, 'registration': 'HY62PKN', 'account': 'ANC013', 'make': 'VOLVO', 'model': 'XC60 DIESEL ESTATE', 'derivative': 'D5 [215] R DESIGN 5dr AWD Geartronic', 'mileage': 134428, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2012-11-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 2400, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HY62PKN/2026-03-19/image/8b4d2075-2236-4e0a-8d52-2a9c428785e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/db18fac0-295e-4fa2-b31a-e0ba2245101d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/ee883f10-660d-48b0-b9e2-7bdafe3867bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/3a29fac7-627e-4232-81a7-eb2a07f93ab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/3bc77e6d-1c42-4b85-98a9-663297af6968_removebg.jpg?w=600', 'https://abimg003.imgix.net/HY62PKN/2026-03-19/image/f5d98b30-9cb7-4ce4-b52a-24d7aec63722_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 12/22 (NO MILEAGE) 12/24 (NO MILEAGE)', 'remarks': 'NO SPARE KEY 2 X HEADPHONES', 'virtual': False, 'seller': 'Anchor Group Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/17334ea2-65a8-4b9d-8e0f-2fc1cf86c1b2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624
2026-03-27 05:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with scrape type 2
2026-03-27 05:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with scrape type 2
2026-03-27 05:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43b0fe40-4b95-5891-84af-9285c6c9ddb1, identifier: 120609624
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120772791, 'registration': 'RE14FPD', 'account': 'JOH103', 'make': 'VOLKSWAGEN', 'model': 'PASSAT DIESEL SALOON', 'derivative': '2.0 TDI Bluemotion Tech Executive Style 4dr', 'mileage': 99090, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-05-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-20', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RE14FPD/2026-03-25/image/e7724cc0-1894-433f-a44a-b6a6be88fa81_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/59a26091-7515-4d97-b1d1-424b377259fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/ddd9abf0-64a3-42e6-a388-ae224ca95acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/ca82f138-35d6-4817-b797-a2c71630835d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/ca17ddf6-9056-41c1-8f11-3ccf146c8d7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/b7876d96-fbb6-41f6-83b4-07dbcaa03a89_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/8dd7a2f1-48a6-435a-9a42-a95b919d2569_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/17677d04-7b70-4c98-b3af-fd36a4640f6f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120772791, 'registration': 'RE14FPD', 'account': 'JOH103', 'make': 'VOLKSWAGEN', 'model': 'PASSAT DIESEL SALOON', 'derivative': '2.0 TDI Bluemotion Tech Executive Style 4dr', 'mileage': 99090, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-05-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-20', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RE14FPD/2026-03-25/image/e7724cc0-1894-433f-a44a-b6a6be88fa81_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/59a26091-7515-4d97-b1d1-424b377259fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/ddd9abf0-64a3-42e6-a388-ae224ca95acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/ca82f138-35d6-4817-b797-a2c71630835d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/ca17ddf6-9056-41c1-8f11-3ccf146c8d7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/b7876d96-fbb6-41f6-83b4-07dbcaa03a89_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE14FPD/2026-03-25/image/8dd7a2f1-48a6-435a-9a42-a95b919d2569_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/17677d04-7b70-4c98-b3af-fd36a4640f6f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5888e81-2460-5403-8c35-22f8efc76f86 with identifier: 120772791
2026-03-27 05:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5888e81-2460-5403-8c35-22f8efc76f86 with scrape type 2
2026-03-27 05:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5888e81-2460-5403-8c35-22f8efc76f86 with scrape type 2
2026-03-27 05:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5888e81-2460-5403-8c35-22f8efc76f86, identifier: 120772791
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 118978647
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118978647%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 118978647: 0
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 119118258
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119118258%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Scrape type for 119118258: 2
2026-03-27 05:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624
2026-03-27 05:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624
2026-03-27 05:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624 to the API
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120609624?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.4L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Diesel',
'id': '43b0fe40-4b95-5891-84af-9285c6c9ddb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HY62PKN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120609624',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLVO',
'model': 'XC60 DIESEL ESTATE',
'odometer': 134428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-29',
'seller_name': 'Anchor Group Remarketing',
'title': 'VOLVO XC60 DIESEL ESTATE D5 [215] R DESIGN 5dr AWD Geartronic',
'transmission': 'automatic',
'trim': 'D5 [215] R DESIGN 5dr AWD Geartronic',
'vin': None,
'year': 2012}
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120609624%27 HTTP/1.1" 200 None
2026-03-27 05:02:33 [astonbarclay.gb] INFO: Saving data for 120609624: {'auction_closing_time': 1774857600.0, 'created_time': 1773928986.396011, 'last_price_update_time': 1774587753.916392}
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120609624') HTTP/1.1" 204 0
2026-03-27 05:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5888e81-2460-5403-8c35-22f8efc76f86 with identifier: 120772791
2026-03-27 05:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5888e81-2460-5403-8c35-22f8efc76f86 with identifier: 120772791
2026-03-27 05:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5888e81-2460-5403-8c35-22f8efc76f86 with identifier: 120772791 to the API
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120772791?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5888e81-2460-5403-8c35-22f8efc76f86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE14FPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120772791',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'PASSAT DIESEL SALOON',
'odometer': 99090,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-21',
'seller_name': 'John Grose Group',
'title': 'VOLKSWAGEN PASSAT DIESEL SALOON 2.0 TDI Bluemotion Tech Executive '
'Style 4dr',
'transmission': 'manual',
'trim': '2.0 TDI Bluemotion Tech Executive Style 4dr',
'vin': None,
'year': 2014}
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120772791%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Saving data for 120772791: {'auction_closing_time': 1775034000.0, 'created_time': 1774465754.098554, 'last_price_update_time': 1774587754.346831}
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120772791') HTTP/1.1" 204 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120080820
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120080820%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120080820: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120688360
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120688360%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120688360: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120546136
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120546136%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120546136: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120623051
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120623051%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120623051: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120658704
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120658704%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120658704: 2
2026-03-27 05:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120605418?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120727592?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 119974832
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119974832%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 119974832: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 119819250
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119819250%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 119819250: 2
2026-03-27 05:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120123859
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120123859%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120123859: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120050021
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120050021%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120050021: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120060692
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120060692%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120060692: 2
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120687773
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120687773%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120687773: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120098083
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120098083%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120098083: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120731493
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731493%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120731493: 2
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120451637
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120451637%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120451637: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120663571
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120663571%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120663571: 2
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120605418, 'registration': 'EO11OBZ', 'account': 'HAL028', 'make': 'AUDI', 'model': 'A1 HATCHBACK', 'derivative': '1.4 TFSI Sport 3dr', 'mileage': 113068, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-09-23', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/104219b0-fb1c-48e9-b0fc-f3e9577e048f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/efdc96a0-9037-4ea8-a67b-40cce5c79b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/849e0c8a-cee0-42ea-8072-b013b0ccebff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/8afb9bdd-64ce-403f-8f07-9a9bde7cc73e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/6264c417-03fc-4994-b640-b82f0c607dd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/5d932849-1732-4a4f-b2af-6354cdcf84ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/7e9609f2-8c03-4b65-9cbb-79325cb286d4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book SP 12/12 9K / SB 09/18 43K / INV 08/23 87K 08/24 103K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d54fb1cb-eb32-4e28-ad46-029f687cca09.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120605418, 'registration': 'EO11OBZ', 'account': 'HAL028', 'make': 'AUDI', 'model': 'A1 HATCHBACK', 'derivative': '1.4 TFSI Sport 3dr', 'mileage': 113068, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-09-23', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/104219b0-fb1c-48e9-b0fc-f3e9577e048f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/efdc96a0-9037-4ea8-a67b-40cce5c79b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/849e0c8a-cee0-42ea-8072-b013b0ccebff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/8afb9bdd-64ce-403f-8f07-9a9bde7cc73e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/6264c417-03fc-4994-b640-b82f0c607dd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/5d932849-1732-4a4f-b2af-6354cdcf84ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO11OBZ/2026-03-19/image/7e9609f2-8c03-4b65-9cbb-79325cb286d4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book SP 12/12 9K / SB 09/18 43K / INV 08/23 87K 08/24 103K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d54fb1cb-eb32-4e28-ad46-029f687cca09.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418
2026-03-27 05:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with scrape type 2
2026-03-27 05:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with scrape type 2
2026-03-27 05:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101, identifier: 120605418
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120727592, 'registration': 'DC18SUH', 'account': 'ESS030', 'make': 'AUDI', 'model': 'A4 SALOON SPECIAL EDITIONS', 'derivative': '2.0 TDI 190 Quattro Black Edition 4dr S Tronic', 'mileage': 82049, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-07-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-06', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DC18SUH/2026-03-26/image/4de3ce07-1034-46fb-8a7b-d7dfbd8d9de9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/dc3b1041-f898-471b-84eb-8da38fb9154e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/fec52e4d-2953-4779-b546-5e01352f7be2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/7fefc92d-6794-4568-a2dd-e60adfb730bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/a18473f5-0850-4630-a065-488a2a7c71f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/1590ddbb-1b0d-4480-8c35-6716cd81f42e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/b8e8a883-af3c-482d-95a2-aa31579f4b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/d7794810-b694-4bbe-b1d4-6c639170d7f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/934dfd4c-86e6-4f27-bc66-291167fbffed_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/589472fd-23ac-4978-9a50-79be81c896db.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120727592, 'registration': 'DC18SUH', 'account': 'ESS030', 'make': 'AUDI', 'model': 'A4 SALOON SPECIAL EDITIONS', 'derivative': '2.0 TDI 190 Quattro Black Edition 4dr S Tronic', 'mileage': 82049, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-07-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-06', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DC18SUH/2026-03-26/image/4de3ce07-1034-46fb-8a7b-d7dfbd8d9de9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/dc3b1041-f898-471b-84eb-8da38fb9154e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/fec52e4d-2953-4779-b546-5e01352f7be2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/7fefc92d-6794-4568-a2dd-e60adfb730bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/a18473f5-0850-4630-a065-488a2a7c71f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/1590ddbb-1b0d-4480-8c35-6716cd81f42e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/b8e8a883-af3c-482d-95a2-aa31579f4b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/d7794810-b694-4bbe-b1d4-6c639170d7f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC18SUH/2026-03-26/image/934dfd4c-86e6-4f27-bc66-291167fbffed_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/589472fd-23ac-4978-9a50-79be81c896db.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95c617d9-930d-56bd-abcf-b7befee7cd2c with identifier: 120727592
2026-03-27 05:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95c617d9-930d-56bd-abcf-b7befee7cd2c with scrape type 2
2026-03-27 05:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95c617d9-930d-56bd-abcf-b7befee7cd2c with scrape type 2
2026-03-27 05:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 95c617d9-930d-56bd-abcf-b7befee7cd2c, identifier: 120727592
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120596146
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120596146%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120596146: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120063849
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120063849%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120063849: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120622286
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622286%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120622286: 0
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120123734
2026-03-27 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120123734%27 HTTP/1.1" 200 None
2026-03-27 05:02:34 [astonbarclay.gb] INFO: Scrape type for 120123734: 2
2026-03-27 05:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418
2026-03-27 05:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418
2026-03-27 05:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418 to the API
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120605418?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'd167d9e2-9e14-5ef2-b6ba-52e35cb4e101',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO11OBZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120605418',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'A1 HATCHBACK',
'odometer': 113068,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-01',
'seller_name': 'Local Dealer Group',
'title': 'AUDI A1 HATCHBACK 1.4 TFSI Sport 3dr',
'transmission': 'manual',
'trim': '1.4 TFSI Sport 3dr',
'vin': None,
'year': 2011}
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120605418%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Saving data for 120605418: {'auction_closing_time': 1774857600.0, 'created_time': 1773928815.697682, 'last_price_update_time': 1774587755.301954}
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120605418') HTTP/1.1" 204 0
2026-03-27 05:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 95c617d9-930d-56bd-abcf-b7befee7cd2c with identifier: 120727592
2026-03-27 05:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 95c617d9-930d-56bd-abcf-b7befee7cd2c with identifier: 120727592
2026-03-27 05:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 95c617d9-930d-56bd-abcf-b7befee7cd2c with identifier: 120727592 to the API
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120727592?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '95c617d9-930d-56bd-abcf-b7befee7cd2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DC18SUH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120727592',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 SALOON SPECIAL EDITIONS',
'odometer': 82049,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-20',
'seller_name': 'SMC GROUP',
'title': 'AUDI A4 SALOON SPECIAL EDITIONS 2.0 TDI 190 Quattro Black Edition '
'4dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI 190 Quattro Black Edition 4dr S Tronic',
'vin': None,
'year': 2018}
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120727592%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Saving data for 120727592: {'auction_closing_time': 1775034000.0, 'created_time': 1774465710.256905, 'last_price_update_time': 1774587755.69242}
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120727592') HTTP/1.1" 204 0
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 118796475
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118796475%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 118796475: 2
2026-03-27 05:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119052103?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120773907?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120635589
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120635589%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120635589: 0
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120128301
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120128301%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120128301: 2
2026-03-27 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-27 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-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120315260
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120315260%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120315260: 0
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120593663
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120593663%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120593663: 2
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120664681
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120664681%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120664681: 0
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120774856
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120774856%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120774856: 0
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120800462
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120800462%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120800462: 2
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120827436
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827436%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120827436: 0
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120277955
2026-03-27 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277955%27 HTTP/1.1" 200 None
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120277955: 2
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119052103, 'registration': 'BK71WXZ', 'account': 'STA058', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT Premium 50kWh 5dr Auto', 'mileage': 25950, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/59e672f1-5a12-402f-bc65-8dee2ee873dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/9a5679f7-e8a1-4bef-ad01-07ce26cc3017_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/99ff9f5d-e4ff-458e-80a4-fd276bfdd27b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/ea71b5c6-4ef4-4e96-b863-5f0374f9c4c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/30416fc0-dd5a-49c5-b330-3e74eabfecfc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/89a49a0f-6769-4eec-a0c6-ea25bac8b441_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/d3b7bc76-e279-44e5-a005-b52079eb3337_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/4ed83056-812d-4f7f-9711-0cf1d1b11823_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/a9c97095-b0b0-473a-9eca-72c0bae23066_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/22 - 4K, 08/23 - 8K,', 'remarks': '**1881** VOSA STATES 9K, 23K, CHARGING CABLE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/302c7a96-399b-4024-a85a-e6efda458788.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119052103, 'registration': 'BK71WXZ', 'account': 'STA058', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT Premium 50kWh 5dr Auto', 'mileage': 25950, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/59e672f1-5a12-402f-bc65-8dee2ee873dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/9a5679f7-e8a1-4bef-ad01-07ce26cc3017_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/99ff9f5d-e4ff-458e-80a4-fd276bfdd27b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/ea71b5c6-4ef4-4e96-b863-5f0374f9c4c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/30416fc0-dd5a-49c5-b330-3e74eabfecfc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/89a49a0f-6769-4eec-a0c6-ea25bac8b441_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/d3b7bc76-e279-44e5-a005-b52079eb3337_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/4ed83056-812d-4f7f-9711-0cf1d1b11823_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK71WXZ/2026-01-28/image/a9c97095-b0b0-473a-9eca-72c0bae23066_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/22 - 4K, 08/23 - 8K,', 'remarks': '**1881** VOSA STATES 9K, 23K, CHARGING CABLE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/302c7a96-399b-4024-a85a-e6efda458788.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103
2026-03-27 05:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 355f0ccf-e790-55e7-9e27-f02825e69daf with scrape type 2
2026-03-27 05:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 355f0ccf-e790-55e7-9e27-f02825e69daf with scrape type 2
2026-03-27 05:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 355f0ccf-e790-55e7-9e27-f02825e69daf, identifier: 119052103
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120773907, 'registration': 'EY17DYC', 'account': 'JOH083', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 16V Play 5dr', 'mileage': 84467, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-20', 'fuel': 'Petrol', 'motExpiry': '2027-02-20', 'doors': 5, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY17DYC/2026-03-25/image/54174ac0-033c-4727-b321-cb6af5ba2e05_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/0aed358f-35aa-443c-9395-84a9365edba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/425e6700-68b8-4f24-8880-2fdb31d89aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/39439aad-885a-4d2e-b3c9-0f98baee0c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/786d17c8-3992-475e-8c1f-ae2a637d37da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/80fc5c18-cb3e-4a28-9375-9ce0796388eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/35226ae5-3f22-4959-995c-92a3ff7a8639_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/4f93ee7d-bbbe-409b-9df4-d4ed4396ec88_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/f4446732-4a02-4fab-8af3-7172d79a164e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/18-7K, 02/19-14K, 02/20-23K, 04/21-29K, 04/22-41K, 05/23-52K, 04/24-60K, 02/25-72K, 10/25-78K.', 'remarks': 'VOSA STATES MILES@ 52K, 60K, 72K, 83K.', 'virtual': False, 'seller': 'John Grose Group', '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/58db3179-e7a9-400c-9397-a7f2e16c1fcb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120773907, 'registration': 'EY17DYC', 'account': 'JOH083', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 16V Play 5dr', 'mileage': 84467, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-20', 'fuel': 'Petrol', 'motExpiry': '2027-02-20', 'doors': 5, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY17DYC/2026-03-25/image/54174ac0-033c-4727-b321-cb6af5ba2e05_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/0aed358f-35aa-443c-9395-84a9365edba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/425e6700-68b8-4f24-8880-2fdb31d89aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/39439aad-885a-4d2e-b3c9-0f98baee0c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/786d17c8-3992-475e-8c1f-ae2a637d37da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/80fc5c18-cb3e-4a28-9375-9ce0796388eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/35226ae5-3f22-4959-995c-92a3ff7a8639_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/4f93ee7d-bbbe-409b-9df4-d4ed4396ec88_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY17DYC/2026-03-25/image/f4446732-4a02-4fab-8af3-7172d79a164e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/18-7K, 02/19-14K, 02/20-23K, 04/21-29K, 04/22-41K, 05/23-52K, 04/24-60K, 02/25-72K, 10/25-78K.', 'remarks': 'VOSA STATES MILES@ 52K, 60K, 72K, 83K.', 'virtual': False, 'seller': 'John Grose Group', '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/58db3179-e7a9-400c-9397-a7f2e16c1fcb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b713869-6c0b-5835-9bbd-c30cf0630f83 with identifier: 120773907
2026-03-27 05:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b713869-6c0b-5835-9bbd-c30cf0630f83 with scrape type 2
2026-03-27 05:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b713869-6c0b-5835-9bbd-c30cf0630f83 with scrape type 2
2026-03-27 05:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3b713869-6c0b-5835-9bbd-c30cf0630f83, identifier: 120773907
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120697033
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120697033%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120697033: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120834941
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120834941%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120834941: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120827493
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827493%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120827493: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120538387
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120538387%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120538387: 2
2026-03-27 05:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103
2026-03-27 05:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103
2026-03-27 05:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103 to the API
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119052103?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-27T12:00:00Z',
'fuel_type': 'Electric',
'id': '355f0ccf-e790-55e7-9e27-f02825e69daf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK71WXZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119052103',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': 'E-2008 ELECTRIC ESTATE',
'odometer': 25950,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-29',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'PEUGEOT E-2008 ELECTRIC ESTATE 100kW GT Premium 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GT Premium 50kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119052103%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Saving data for 119052103: {'auction_closing_time': 1774612800.0, 'created_time': 1773402564.976318, 'last_price_update_time': 1774587756.45396}
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119052103') HTTP/1.1" 204 0
2026-03-27 05:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3b713869-6c0b-5835-9bbd-c30cf0630f83 with identifier: 120773907
2026-03-27 05:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3b713869-6c0b-5835-9bbd-c30cf0630f83 with identifier: 120773907
2026-03-27 05:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3b713869-6c0b-5835-9bbd-c30cf0630f83 with identifier: 120773907 to the API
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120773907?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3b713869-6c0b-5835-9bbd-c30cf0630f83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY17DYC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120773907',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 84467,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-20',
'seller_name': 'John Grose Group',
'title': 'RENAULT CLIO HATCHBACK 1.2 16V Play 5dr',
'transmission': 'manual',
'trim': '1.2 16V Play 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773907%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Saving data for 120773907: {'auction_closing_time': 1775034000.0, 'created_time': 1774465703.078815, 'last_price_update_time': 1774587756.836445}
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120773907') HTTP/1.1" 204 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120829465
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829465%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120829465: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119466330
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119466330%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 119466330: 2
2026-03-27 05:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120736535?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120830231
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830231%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120830231: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120829700
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829700%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120829700: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120833516
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120833516%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120833516: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120828777
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828777%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120828777: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120827584
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827584%27 HTTP/1.1" 200 None
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120827584: 0
2026-03-27 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120826203
2026-03-27 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826203%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120826203: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120677113
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120677113%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120677113: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120828449
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828449%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120828449: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120826309
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826309%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120826309: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120827590
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827590%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120827590: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120417051
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120417051%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120417051: 2
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120828655
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828655%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120828655: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120804304
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120804304%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120804304: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120827794
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827794%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120827794: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120825616
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120825616%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120825616: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120829257
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829257%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120829257: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120828047
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828047%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120828047: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120830638
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120830638%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120830638: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120804839
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120804839%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120804839: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120804920
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120804920%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120804920: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120827073
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827073%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120827073: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120827550
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120827550%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120827550: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120805277
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120805277%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120805277: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120829484
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829484%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120829484: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120829717
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829717%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120829717: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120829636
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120829636%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120829636: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120828329
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120828329%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120828329: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120760352
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120760352%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120760352: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 116946906
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27116946906%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 116946906: 2
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120401505
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120401505%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120401505: 2
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120736535, 'registration': 'GX67UPF', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 eD4 SE Tech 5dr 2WD', 'mileage': 53358, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-10-07', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GX67UPF/2026-03-26/image/a449d582-c4cb-4997-86e6-1e488b0c50c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/9b322ee0-54b5-4ed9-91ab-05dfa88be067_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/8b4fd46b-e3fd-463e-9102-4000c723b411_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/70a257d4-dd94-4cc8-a58b-88dc37288ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/3a0ff8b4-d41c-4c24-bc32-5362e068befd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/6946c4bd-9948-484c-81d3-3e8c2ce695ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/885dc29f-65bd-422c-a9ec-bff51f5a3118_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/185ed8a7-244e-49b9-b136-87abf198d3f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/a7288f19-27e3-4762-ae55-8ec5b7a20804_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/18 - 7K, 10/19 - 16K,09/20 - 21K, 10/22 - 31K, 09/23 - 38K, 10/24 - 45K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 8K, 9K, 11K, 11K SPARE KEY AND SD CARD WITH PAPEWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae53b45c-b79b-4f49-9112-89cf1c56574a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120736535, 'registration': 'GX67UPF', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 eD4 SE Tech 5dr 2WD', 'mileage': 53358, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-10-07', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GX67UPF/2026-03-26/image/a449d582-c4cb-4997-86e6-1e488b0c50c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/9b322ee0-54b5-4ed9-91ab-05dfa88be067_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/8b4fd46b-e3fd-463e-9102-4000c723b411_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/70a257d4-dd94-4cc8-a58b-88dc37288ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/3a0ff8b4-d41c-4c24-bc32-5362e068befd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/6946c4bd-9948-484c-81d3-3e8c2ce695ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/885dc29f-65bd-422c-a9ec-bff51f5a3118_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/185ed8a7-244e-49b9-b136-87abf198d3f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX67UPF/2026-03-26/image/a7288f19-27e3-4762-ae55-8ec5b7a20804_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/18 - 7K, 10/19 - 16K,09/20 - 21K, 10/22 - 31K, 09/23 - 38K, 10/24 - 45K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 8K, 9K, 11K, 11K SPARE KEY AND SD CARD WITH PAPEWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae53b45c-b79b-4f49-9112-89cf1c56574a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af68220a-48ec-558f-b411-6a57d4b2d0a8 with identifier: 120736535
2026-03-27 05:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af68220a-48ec-558f-b411-6a57d4b2d0a8 with scrape type 2
2026-03-27 05:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af68220a-48ec-558f-b411-6a57d4b2d0a8 with scrape type 2
2026-03-27 05:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: af68220a-48ec-558f-b411-6a57d4b2d0a8, identifier: 120736535
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120763418
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120763418%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120763418: 0
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120826103
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120826103%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120826103: 0
2026-03-27 05:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: af68220a-48ec-558f-b411-6a57d4b2d0a8 with identifier: 120736535
2026-03-27 05:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: af68220a-48ec-558f-b411-6a57d4b2d0a8 with identifier: 120736535
2026-03-27 05:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: af68220a-48ec-558f-b411-6a57d4b2d0a8 with identifier: 120736535 to the API
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120736535?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'af68220a-48ec-558f-b411-6a57d4b2d0a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GX67UPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120736535',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 53358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-04',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 eD4 SE Tech 5dr '
'2WD',
'transmission': 'manual',
'trim': '2.0 eD4 SE Tech 5dr 2WD',
'vin': None,
'year': 2017}
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120736535%27 HTTP/1.1" 200 None
2026-03-27 05:02:37 [astonbarclay.gb] INFO: Saving data for 120736535: {'auction_closing_time': 1775034000.0, 'created_time': 1774379087.433074, 'last_price_update_time': 1774587757.809119}
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120736535') HTTP/1.1" 204 0
2026-03-27 05:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120735547?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120735547, 'registration': 'KW21OFD', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL SALOON', 'derivative': 'A200d AMG Line Premium Plus 4dr Auto', 'mileage': 46004, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-16', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KW21OFD/2026-03-24/image/bb9ba59d-a47e-4d47-93d5-109620b4505a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/51039e88-9bb8-4615-99f7-1e4da12dd8c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/d6302a53-8e72-4c89-a4c4-a040012a0136_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/d7d12bf7-1b50-4a9b-8578-3a0e2a7630f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/13c51236-0ebf-4086-bf06-389b89b76100_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/94a9de69-8c60-488d-b1f9-4cb3c705cf0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/eb8d6212-0dfd-4095-8fcb-5220d3efbb39_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/094763b8-ad35-46b6-baa0-169b82dcc430_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24 - 25K', 'remarks': 'VOSA STATES 26K, 35K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34cdd182-0ff8-4897-93fb-ff17322e86f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120735547, 'registration': 'KW21OFD', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL SALOON', 'derivative': 'A200d AMG Line Premium Plus 4dr Auto', 'mileage': 46004, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-16', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KW21OFD/2026-03-24/image/bb9ba59d-a47e-4d47-93d5-109620b4505a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/51039e88-9bb8-4615-99f7-1e4da12dd8c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/d6302a53-8e72-4c89-a4c4-a040012a0136_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/d7d12bf7-1b50-4a9b-8578-3a0e2a7630f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/13c51236-0ebf-4086-bf06-389b89b76100_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/94a9de69-8c60-488d-b1f9-4cb3c705cf0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/eb8d6212-0dfd-4095-8fcb-5220d3efbb39_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW21OFD/2026-03-24/image/094763b8-ad35-46b6-baa0-169b82dcc430_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24 - 25K', 'remarks': 'VOSA STATES 26K, 35K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34cdd182-0ff8-4897-93fb-ff17322e86f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc958f64-ed9e-50a5-b65c-18fc116dc2a4 with identifier: 120735547
2026-03-27 05:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc958f64-ed9e-50a5-b65c-18fc116dc2a4 with scrape type 2
2026-03-27 05:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc958f64-ed9e-50a5-b65c-18fc116dc2a4 with scrape type 2
2026-03-27 05:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc958f64-ed9e-50a5-b65c-18fc116dc2a4, identifier: 120735547
2026-03-27 05:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc958f64-ed9e-50a5-b65c-18fc116dc2a4 with identifier: 120735547
2026-03-27 05:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc958f64-ed9e-50a5-b65c-18fc116dc2a4 with identifier: 120735547
2026-03-27 05:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc958f64-ed9e-50a5-b65c-18fc116dc2a4 with identifier: 120735547 to the API
2026-03-27 05:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120735547?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc958f64-ed9e-50a5-b65c-18fc116dc2a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW21OFD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120735547',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL SALOON',
'odometer': 46004,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-09',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ A CLASS DIESEL SALOON A200d AMG Line Premium Plus 4dr '
'Auto',
'transmission': 'automatic',
'trim': 'A200d AMG Line Premium Plus 4dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735547%27 HTTP/1.1" 200 None
2026-03-27 05:02:38 [astonbarclay.gb] INFO: Saving data for 120735547: {'auction_closing_time': 1775034000.0, 'created_time': 1774379091.033003, 'last_price_update_time': 1774587758.427794}
2026-03-27 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735547') HTTP/1.1" 204 0
2026-03-27 05:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120757365?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120134147?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120773822?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667852?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:02:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120757365, 'registration': 'EK17MVY', 'account': 'MOT075', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr Auto', 'mileage': 96879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-04-07', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 05/20 35K 08/21 39K 04/22 48K INV @ 05/24 72K 04/25 82K', 'remarks': 'NO SPARE KEY ***V5/C ONLY***', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120757365, 'registration': 'EK17MVY', 'account': 'MOT075', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr Auto', 'mileage': 96879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-04-07', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 05/20 35K 08/21 39K 04/22 48K INV @ 05/24 72K 04/25 82K', 'remarks': 'NO SPARE KEY ***V5/C ONLY***', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e22ec5d6-31f9-5cc5-b518-94a2fec8a017 with identifier: 120757365
2026-03-27 05:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e22ec5d6-31f9-5cc5-b518-94a2fec8a017 with scrape type 2
2026-03-27 05:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e22ec5d6-31f9-5cc5-b518-94a2fec8a017 with scrape type 2
2026-03-27 05:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e22ec5d6-31f9-5cc5-b518-94a2fec8a017, identifier: 120757365
2026-03-27 05:02:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120134147, 'registration': 'PF14HYB', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.6 dCi Tekna 5dr Xtronic', 'mileage': 80937, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-06-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF14HYB/2026-03-04/image/164a9348-7188-4047-8785-e56658a5f22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/62bd9465-44c6-441e-a349-2c8e59799ad3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/df843558-16a8-4ae3-b535-68ad39e0636a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/4a8c5927-5a37-43a3-bf8b-3cb05480ea2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/5cb090ad-a646-448a-b378-a65ca3021254_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/c87acda6-4e91-46d9-9af7-2932d49d263e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/15 10K 11/16 18K 12/17 25K 01/19 34K', 'remarks': 'SD CARD / NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/329bc633-f418-4361-a285-1f7ce4c236ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120134147, 'registration': 'PF14HYB', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.6 dCi Tekna 5dr Xtronic', 'mileage': 80937, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-06-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF14HYB/2026-03-04/image/164a9348-7188-4047-8785-e56658a5f22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/62bd9465-44c6-441e-a349-2c8e59799ad3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/df843558-16a8-4ae3-b535-68ad39e0636a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/4a8c5927-5a37-43a3-bf8b-3cb05480ea2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/5cb090ad-a646-448a-b378-a65ca3021254_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF14HYB/2026-03-04/image/c87acda6-4e91-46d9-9af7-2932d49d263e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/15 10K 11/16 18K 12/17 25K 01/19 34K', 'remarks': 'SD CARD / NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/329bc633-f418-4361-a285-1f7ce4c236ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147
2026-03-27 05:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7795a65d-b123-54ed-890c-cd31bad3d9d2 with scrape type 2
2026-03-27 05:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7795a65d-b123-54ed-890c-cd31bad3d9d2 with scrape type 2
2026-03-27 05:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7795a65d-b123-54ed-890c-cd31bad3d9d2, identifier: 120134147
2026-03-27 05:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e22ec5d6-31f9-5cc5-b518-94a2fec8a017 with identifier: 120757365
2026-03-27 05:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e22ec5d6-31f9-5cc5-b518-94a2fec8a017 with identifier: 120757365
2026-03-27 05:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e22ec5d6-31f9-5cc5-b518-94a2fec8a017 with identifier: 120757365 to the API
2026-03-27 05:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120757365?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'e22ec5d6-31f9-5cc5-b518-94a2fec8a017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK17MVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120757365',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 96879,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-07',
'seller_name': 'MotoNovo Finance',
'title': 'HYUNDAI I10 HATCHBACK 1.2 SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 SE 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120757365%27 HTTP/1.1" 200 None
2026-03-27 05:02:39 [astonbarclay.gb] INFO: Saving data for 120757365: {'auction_closing_time': 1775033100.0, 'created_time': 1774379114.739943, 'last_price_update_time': 1774587759.026301}
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120757365') HTTP/1.1" 204 0
2026-03-27 05:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147
2026-03-27 05:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147
2026-03-27 05:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147 to the API
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120134147?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Diesel',
'id': '7795a65d-b123-54ed-890c-cd31bad3d9d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF14HYB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120134147',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 80937,
'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': 'CarBuy Limited',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.6 dCi Tekna 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.6 dCi Tekna 5dr Xtronic',
'vin': None,
'year': 2014}
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120134147%27 HTTP/1.1" 200 None
2026-03-27 05:02:39 [astonbarclay.gb] INFO: Saving data for 120134147: {'auction_closing_time': 1774857600.0, 'created_time': 1773402662.216619, 'last_price_update_time': 1774587759.384598}
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120134147') HTTP/1.1" 204 0
2026-03-27 05:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120727640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120773822, 'registration': 'AO60YTW', 'account': 'JOH083', 'make': 'CITROEN', 'model': 'BERLINGO L1 DIESEL', 'derivative': '1.6 HDi 625Kg Enterprise 75ps', 'mileage': 149399, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-01-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-10', 'doors': None, 'engineSize': 1560, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9eff898a-af2d-48a4-a01c-712eaf85e042.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120773822, 'registration': 'AO60YTW', 'account': 'JOH083', 'make': 'CITROEN', 'model': 'BERLINGO L1 DIESEL', 'derivative': '1.6 HDi 625Kg Enterprise 75ps', 'mileage': 149399, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-01-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-10', 'doors': None, 'engineSize': 1560, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9eff898a-af2d-48a4-a01c-712eaf85e042.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9552794-5f72-5ab2-ba54-ead10ef66aa5 with identifier: 120773822
2026-03-27 05:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9552794-5f72-5ab2-ba54-ead10ef66aa5 with scrape type 2
2026-03-27 05:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9552794-5f72-5ab2-ba54-ead10ef66aa5 with scrape type 2
2026-03-27 05:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9552794-5f72-5ab2-ba54-ead10ef66aa5, identifier: 120773822
2026-03-27 05:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667852, 'registration': 'KM65XAN', 'account': 'JOH105', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 88579, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-19', 'fuel': 'Diesel', 'motExpiry': '2026-11-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM65XAN/2026-03-26/image/e54c3321-06c2-4545-96e9-e2d35e766efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/0b1a472f-7edc-429a-ae12-6c93d4c31331_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/7376d3f7-ceaa-440b-bf71-7de579e78708_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/2e0a76be-b160-4a6d-b1f5-dca2c8037ed0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/9d631d41-1d43-48b9-9e9e-f3d0ea30505f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/dfe14455-1892-49a5-b3fa-200746683323_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/4989e51f-9fac-4cad-9d5b-ba6ff8a5f21f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/64298612-8703-492e-8f1e-3d9e83e0df14_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/5a32bf61-52c9-4210-8284-decbcc2493d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16-13K, 06/17-24K, 11/18-35K, 11/19-43K, 11/20-48K, 11/21-53K, 11/22-63K, 11/23-72K, 11/24-79K.', 'remarks': 'VOSA STATES MILES@ 63K, 72K, 79K, 86K. SPARE KEY IN OFFICE.', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/02a9f3c6-aaff-4bc8-83be-32825898b15a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667852, 'registration': 'KM65XAN', 'account': 'JOH105', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 88579, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-19', 'fuel': 'Diesel', 'motExpiry': '2026-11-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM65XAN/2026-03-26/image/e54c3321-06c2-4545-96e9-e2d35e766efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/0b1a472f-7edc-429a-ae12-6c93d4c31331_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/7376d3f7-ceaa-440b-bf71-7de579e78708_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/2e0a76be-b160-4a6d-b1f5-dca2c8037ed0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/9d631d41-1d43-48b9-9e9e-f3d0ea30505f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/dfe14455-1892-49a5-b3fa-200746683323_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/4989e51f-9fac-4cad-9d5b-ba6ff8a5f21f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/64298612-8703-492e-8f1e-3d9e83e0df14_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM65XAN/2026-03-26/image/5a32bf61-52c9-4210-8284-decbcc2493d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16-13K, 06/17-24K, 11/18-35K, 11/19-43K, 11/20-48K, 11/21-53K, 11/22-63K, 11/23-72K, 11/24-79K.', 'remarks': 'VOSA STATES MILES@ 63K, 72K, 79K, 86K. SPARE KEY IN OFFICE.', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/02a9f3c6-aaff-4bc8-83be-32825898b15a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6276716-ce07-5a26-ba4b-2ca27e8c0b5d with identifier: 120667852
2026-03-27 05:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6276716-ce07-5a26-ba4b-2ca27e8c0b5d with scrape type 2
2026-03-27 05:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6276716-ce07-5a26-ba4b-2ca27e8c0b5d with scrape type 2
2026-03-27 05:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c6276716-ce07-5a26-ba4b-2ca27e8c0b5d, identifier: 120667852
2026-03-27 05:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9552794-5f72-5ab2-ba54-ead10ef66aa5 with identifier: 120773822
2026-03-27 05:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9552794-5f72-5ab2-ba54-ead10ef66aa5 with identifier: 120773822
2026-03-27 05:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d9552794-5f72-5ab2-ba54-ead10ef66aa5 with identifier: 120773822 to the API
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120773822?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'd9552794-5f72-5ab2-ba54-ead10ef66aa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO60YTW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120773822',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'BERLINGO L1 DIESEL',
'odometer': 149399,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-31',
'seller_name': 'John Grose Group',
'title': 'CITROEN BERLINGO L1 DIESEL 1.6 HDi 625Kg Enterprise 75ps',
'transmission': 'manual',
'trim': '1.6 HDi 625Kg Enterprise 75ps',
'vin': None,
'year': 2011}
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773822%27 HTTP/1.1" 200 None
2026-03-27 05:02:39 [astonbarclay.gb] INFO: Saving data for 120773822: {'auction_closing_time': 1775034000.0, 'created_time': 1774465697.558058, 'last_price_update_time': 1774587759.855029}
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120773822') HTTP/1.1" 204 0
2026-03-27 05:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c6276716-ce07-5a26-ba4b-2ca27e8c0b5d with identifier: 120667852
2026-03-27 05:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c6276716-ce07-5a26-ba4b-2ca27e8c0b5d with identifier: 120667852
2026-03-27 05:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c6276716-ce07-5a26-ba4b-2ca27e8c0b5d with identifier: 120667852 to the API
2026-03-27 05:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667852?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c6276716-ce07-5a26-ba4b-2ca27e8c0b5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM65XAN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667852',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 88579,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-19',
'seller_name': 'John Grose Group',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.5 TDCi 120 Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi 120 Titanium 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667852%27 HTTP/1.1" 200 None
2026-03-27 05:02:40 [astonbarclay.gb] INFO: Saving data for 120667852: {'auction_closing_time': 1775034000.0, 'created_time': 1774379082.299112, 'last_price_update_time': 1774587760.137035}
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667852') HTTP/1.1" 204 0
2026-03-27 05:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120727640, 'registration': 'ET66SEO', 'account': 'ESS030', 'make': 'FORD', 'model': 'ECOSPORT TITANIUM TURBO', 'derivative': None, 'mileage': 57278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-02-09', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET66SEO/2026-03-26/image/14709a86-cff0-48a5-b5a2-3e4b6a7883b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/6a9df242-a3b9-4876-953a-4633fbed1670_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/fd2c313f-210f-457b-8eda-d0510b46039c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/df64558f-0b1c-43bf-bcc6-6ba3ae3cd59c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/732c14b6-e66a-4603-b18d-d03407c74b7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/9ee3a6b8-cac5-42ee-a8ca-ccf0bf0e023e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/47edd1da-52ca-44d0-ab27-a8c9ef8faef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/f6ab221d-a1aa-43b1-a414-c830cd3b02d1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb8acf03-10ec-4a0f-8375-51e61b8e7781.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120727640, 'registration': 'ET66SEO', 'account': 'ESS030', 'make': 'FORD', 'model': 'ECOSPORT TITANIUM TURBO', 'derivative': None, 'mileage': 57278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-02-09', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET66SEO/2026-03-26/image/14709a86-cff0-48a5-b5a2-3e4b6a7883b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/6a9df242-a3b9-4876-953a-4633fbed1670_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/fd2c313f-210f-457b-8eda-d0510b46039c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/df64558f-0b1c-43bf-bcc6-6ba3ae3cd59c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/732c14b6-e66a-4603-b18d-d03407c74b7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/9ee3a6b8-cac5-42ee-a8ca-ccf0bf0e023e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/47edd1da-52ca-44d0-ab27-a8c9ef8faef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET66SEO/2026-03-26/image/f6ab221d-a1aa-43b1-a414-c830cd3b02d1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb8acf03-10ec-4a0f-8375-51e61b8e7781.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef535078-323f-560a-90eb-67fa033874fd with identifier: 120727640
2026-03-27 05:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef535078-323f-560a-90eb-67fa033874fd with scrape type 2
2026-03-27 05:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef535078-323f-560a-90eb-67fa033874fd with scrape type 2
2026-03-27 05:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ef535078-323f-560a-90eb-67fa033874fd, identifier: 120727640
2026-03-27 05:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ef535078-323f-560a-90eb-67fa033874fd with identifier: 120727640
2026-03-27 05:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ef535078-323f-560a-90eb-67fa033874fd with identifier: 120727640
2026-03-27 05:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ef535078-323f-560a-90eb-67fa033874fd with identifier: 120727640 to the API
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120727640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ef535078-323f-560a-90eb-67fa033874fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET66SEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120727640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'ECOSPORT TITANIUM TURBO',
'odometer': 57278,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-09',
'seller_name': 'SMC GROUP',
'title': 'FORD ECOSPORT TITANIUM TURBO None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2017}
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120727640%27 HTTP/1.1" 200 None
2026-03-27 05:02:40 [astonbarclay.gb] INFO: Saving data for 120727640: {'auction_closing_time': 1775034000.0, 'created_time': 1774465719.152817, 'last_price_update_time': 1774587760.555494}
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120727640') HTTP/1.1" 204 0
2026-03-27 05:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120002874?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120002874, 'registration': 'EO69ULV', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'GLE DIESEL ESTATE', 'derivative': 'GLE 400d 4Matic AMG Line Prem + 5dr 9G-Tron [7 St]', 'mileage': 95581, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-11-08', 'fuel': 'Diesel', 'motExpiry': '2026-10-31', 'doors': 5, 'engineSize': 2925, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO69ULV/2026-02-27/image/f8998e80-cd8b-47d0-a5ed-58fb5093899b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/b59539a6-4d25-43c4-b8a3-c7b72959d3ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/6c89986a-16ff-42c2-8a1a-6c1ee1aabbf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/7248ba48-118c-458f-ac25-7e00e54ebd15_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/34e90ddb-300c-458f-989f-a035c1d7b09b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/93f2b977-04d2-49da-b93f-8269572c677b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/cce92d9d-6708-4d86-a626-0a9d39718f9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/717a18e6-7e93-4eb8-99d2-6e5272115384_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/8dd8665c-3e1d-4ac3-b9a0-15b2348091ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/c5d85258-b5f2-4815-8fe5-da2a3040dce5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 11/20 11K 11/21 26K 09/22 42K 05/23 51K 04/24 65K 04/25 80K 02/26 94K', 'remarks': 'SKEY / Apple Car Play, Active Parking Assist with PARKTRONIC, Memory Package, Panoramic sliding sunroof, Head-up display, 360° camera, Electrically adjustable rear seats, Burmester® surround sound system, Heat-insulating dark-tinted glass, 7-Seater Package, Heated front seats, Mirror Package, ENERGIZING package, (22-inch) AMG 5-twin-spoke light-alloy wheels, Nappa leather black, Tech Pack Plus', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 190, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ed8d6e8-b537-462f-a192-b3bcbe7e0a91.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120002874, 'registration': 'EO69ULV', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'GLE DIESEL ESTATE', 'derivative': 'GLE 400d 4Matic AMG Line Prem + 5dr 9G-Tron [7 St]', 'mileage': 95581, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-11-08', 'fuel': 'Diesel', 'motExpiry': '2026-10-31', 'doors': 5, 'engineSize': 2925, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO69ULV/2026-02-27/image/f8998e80-cd8b-47d0-a5ed-58fb5093899b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/b59539a6-4d25-43c4-b8a3-c7b72959d3ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/6c89986a-16ff-42c2-8a1a-6c1ee1aabbf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/7248ba48-118c-458f-ac25-7e00e54ebd15_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/34e90ddb-300c-458f-989f-a035c1d7b09b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/93f2b977-04d2-49da-b93f-8269572c677b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/cce92d9d-6708-4d86-a626-0a9d39718f9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/717a18e6-7e93-4eb8-99d2-6e5272115384_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/8dd8665c-3e1d-4ac3-b9a0-15b2348091ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO69ULV/2026-02-27/image/c5d85258-b5f2-4815-8fe5-da2a3040dce5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 11/20 11K 11/21 26K 09/22 42K 05/23 51K 04/24 65K 04/25 80K 02/26 94K', 'remarks': 'SKEY / Apple Car Play, Active Parking Assist with PARKTRONIC, Memory Package, Panoramic sliding sunroof, Head-up display, 360° camera, Electrically adjustable rear seats, Burmester® surround sound system, Heat-insulating dark-tinted glass, 7-Seater Package, Heated front seats, Mirror Package, ENERGIZING package, (22-inch) AMG 5-twin-spoke light-alloy wheels, Nappa leather black, Tech Pack Plus', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 190, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ed8d6e8-b537-462f-a192-b3bcbe7e0a91.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874
2026-03-27 05:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with scrape type 2
2026-03-27 05:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with scrape type 2
2026-03-27 05:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a, identifier: 120002874
2026-03-27 05:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874
2026-03-27 05:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874
2026-03-27 05:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874 to the API
2026-03-27 05:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120002874?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 190,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': '1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO69ULV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120002874',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'GLE DIESEL ESTATE',
'odometer': 95581,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-08',
'seller_name': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ GLE DIESEL ESTATE GLE 400d 4Matic AMG Line Prem + 5dr '
'9G-Tron [7 St]',
'transmission': 'automatic',
'trim': 'GLE 400d 4Matic AMG Line Prem + 5dr 9G-Tron [7 St]',
'vin': None,
'year': 2019}
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120002874%27 HTTP/1.1" 200 None
2026-03-27 05:02:41 [astonbarclay.gb] INFO: Saving data for 120002874: {'auction_closing_time': 1775637900.0, 'created_time': 1773403197.495242, 'last_price_update_time': 1774587761.10536}
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120002874') HTTP/1.1" 204 0
2026-03-27 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120594672?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120658704?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120618602?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120594672, 'registration': 'EA74NUM', 'account': 'MOT070', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '35 TFSI S Line 5dr S Tronic', 'mileage': 17651, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-28', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EA74NUM/2026-03-19/image/4fc12a64-6538-4499-baa4-21a86187db9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/4c9fb8c9-807c-4188-bc51-8077ad6214b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/dac278a6-2d26-4735-bfec-39a47353677c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/148c2789-9808-4c69-8959-85ce9deccdf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/426cac80-b2ff-4178-b461-71a5be0a880e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/a95ceeac-c106-4c96-9e59-cb85997c310f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/f9e3bb59-d65d-45ca-9ab7-cb58e651767f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/3f926624-4fe6-480f-b115-56bfb7ee595d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/ea22dc69-bd49-434f-8be2-add6eefdb68b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', '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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/04999998-a958-4d81-9e3f-702d7d0c5209.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120594672, 'registration': 'EA74NUM', 'account': 'MOT070', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '35 TFSI S Line 5dr S Tronic', 'mileage': 17651, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-28', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EA74NUM/2026-03-19/image/4fc12a64-6538-4499-baa4-21a86187db9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/4c9fb8c9-807c-4188-bc51-8077ad6214b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/dac278a6-2d26-4735-bfec-39a47353677c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/148c2789-9808-4c69-8959-85ce9deccdf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/426cac80-b2ff-4178-b461-71a5be0a880e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/a95ceeac-c106-4c96-9e59-cb85997c310f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/f9e3bb59-d65d-45ca-9ab7-cb58e651767f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/3f926624-4fe6-480f-b115-56bfb7ee595d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA74NUM/2026-03-19/image/ea22dc69-bd49-434f-8be2-add6eefdb68b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', '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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/04999998-a958-4d81-9e3f-702d7d0c5209.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672
2026-03-27 05:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1c512f-f802-5be0-9a24-1840894ffd32 with scrape type 2
2026-03-27 05:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1c512f-f802-5be0-9a24-1840894ffd32 with scrape type 2
2026-03-27 05:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7b1c512f-f802-5be0-9a24-1840894ffd32, identifier: 120594672
2026-03-27 05:02:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120658704, 'registration': 'EK23OTD', 'account': 'MOT070', 'make': 'FORD', 'model': 'GALAXY ESTATE', 'derivative': '2.5 FHEV 190 Titanium 5dr CVT [Lux Pack]', 'mileage': 52917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-11', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK23OTD/2026-03-23/image/d9f3d4d3-6f6e-469b-8ed5-77ec33315b60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/10915a0b-d662-4d96-8d3f-4b245b55be76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/cb0f41aa-5eff-4cb3-8da9-871b8a062e81_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/3748dfd2-7ace-4349-a526-d4206db04867_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/5ebad9bf-1bd5-4084-a601-1b8befc01aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/fb863a9a-7258-4cce-a9ea-feabb0eae523_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/5ab62b27-8d33-41f6-bc0b-bbab15387ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/52fceea5-8ee2-4248-a170-645a775ac1d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/24de6fc5-084f-4d6a-898b-dac9f5de71fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/aca16620-2bb9-4020-8c5c-dc4d8c859a22_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', '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': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b3b80c48-c3cb-4d58-9dcb-a1d8214ba1a7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120658704, 'registration': 'EK23OTD', 'account': 'MOT070', 'make': 'FORD', 'model': 'GALAXY ESTATE', 'derivative': '2.5 FHEV 190 Titanium 5dr CVT [Lux Pack]', 'mileage': 52917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-11', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK23OTD/2026-03-23/image/d9f3d4d3-6f6e-469b-8ed5-77ec33315b60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/10915a0b-d662-4d96-8d3f-4b245b55be76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/cb0f41aa-5eff-4cb3-8da9-871b8a062e81_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/3748dfd2-7ace-4349-a526-d4206db04867_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/5ebad9bf-1bd5-4084-a601-1b8befc01aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/fb863a9a-7258-4cce-a9ea-feabb0eae523_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/5ab62b27-8d33-41f6-bc0b-bbab15387ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/52fceea5-8ee2-4248-a170-645a775ac1d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/24de6fc5-084f-4d6a-898b-dac9f5de71fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK23OTD/2026-03-23/image/aca16620-2bb9-4020-8c5c-dc4d8c859a22_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', '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': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b3b80c48-c3cb-4d58-9dcb-a1d8214ba1a7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704
2026-03-27 05:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45e0c5b0-1533-55e4-a862-f451c1d865bd with scrape type 2
2026-03-27 05:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45e0c5b0-1533-55e4-a862-f451c1d865bd with scrape type 2
2026-03-27 05:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 45e0c5b0-1533-55e4-a862-f451c1d865bd, identifier: 120658704
2026-03-27 05:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672
2026-03-27 05:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672
2026-03-27 05:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672 to the API
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120594672?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'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': '7b1c512f-f802-5be0-9a24-1840894ffd32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA74NUM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120594672',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q2 ESTATE',
'odometer': 17651,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-28',
'seller_name': 'Motability Operations',
'title': 'AUDI Q2 ESTATE 35 TFSI S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '35 TFSI S Line 5dr S Tronic',
'vin': None,
'year': 2025}
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120594672%27 HTTP/1.1" 200 None
2026-03-27 05:02:41 [astonbarclay.gb] INFO: Saving data for 120594672: {'auction_closing_time': 1776675600.0, 'created_time': 1773928639.27227, 'last_price_update_time': 1774587761.755404}
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594672') HTTP/1.1" 204 0
2026-03-27 05:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704
2026-03-27 05:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704
2026-03-27 05:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704 to the API
2026-03-27 05:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120658704?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '45e0c5b0-1533-55e4-a862-f451c1d865bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK23OTD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120658704',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'GALAXY ESTATE',
'odometer': 52917,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-11',
'seller_name': 'Motability Operations',
'title': 'FORD GALAXY ESTATE 2.5 FHEV 190 Titanium 5dr CVT [Lux Pack]',
'transmission': 'automatic',
'trim': '2.5 FHEV 190 Titanium 5dr CVT [Lux Pack]',
'vin': None,
'year': 2023}
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120658704%27 HTTP/1.1" 200 None
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Saving data for 120658704: {'auction_closing_time': 1776675600.0, 'created_time': 1774260357.04156, 'last_price_update_time': 1774587762.07213}
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658704') HTTP/1.1" 204 0
2026-03-27 05:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118796475?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119118258?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120618602, 'registration': 'MC72OYJ', 'account': 'MOT070', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 ST-Line Vignale 5dr', 'mileage': 18823, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-02-08', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/e73dd095-4827-4260-807d-b8a0e260f2f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/de454ed6-3978-425a-8d50-e25929ad0f3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/6738e03d-e126-4e92-9195-09fd75aa2207_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/649cd76f-1647-4e90-92db-fb1ede0ca263_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/1375c8a1-b859-4ef3-bb08-6e530d355626_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/59333ed2-1084-42b0-b712-a93ff3064be6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/7a39333b-692a-4f81-ac43-16cdade294a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/e3c6668a-599b-423f-b0d4-5771d063001c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/a1672dd8-3501-4764-b7ca-82a9c4b8a503_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 03/25 12K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - VOSA STATES, 17K - 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4bb69484-5e20-4d6c-910d-ee4b17422f1e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120618602, 'registration': 'MC72OYJ', 'account': 'MOT070', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 ST-Line Vignale 5dr', 'mileage': 18823, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-02-08', 'fuel': 'Petrol', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/e73dd095-4827-4260-807d-b8a0e260f2f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/de454ed6-3978-425a-8d50-e25929ad0f3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/6738e03d-e126-4e92-9195-09fd75aa2207_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/649cd76f-1647-4e90-92db-fb1ede0ca263_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/1375c8a1-b859-4ef3-bb08-6e530d355626_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/59333ed2-1084-42b0-b712-a93ff3064be6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/7a39333b-692a-4f81-ac43-16cdade294a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/e3c6668a-599b-423f-b0d4-5771d063001c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72OYJ/2026-03-20/image/a1672dd8-3501-4764-b7ca-82a9c4b8a503_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 03/25 12K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - VOSA STATES, 17K - 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4bb69484-5e20-4d6c-910d-ee4b17422f1e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602
2026-03-27 05:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc30d829-cfdd-549a-9559-f8e1c501ef0b with scrape type 2
2026-03-27 05:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc30d829-cfdd-549a-9559-f8e1c501ef0b with scrape type 2
2026-03-27 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc30d829-cfdd-549a-9559-f8e1c501ef0b, identifier: 120618602
2026-03-27 05:02:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602
2026-03-27 05:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602
2026-03-27 05:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602 to the API
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120618602?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'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': 'fc30d829-cfdd-549a-9559-f8e1c501ef0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MC72OYJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120618602',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 18823,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-08',
'seller_name': 'Motability Operations',
'title': 'FORD PUMA HATCHBACK 1.0 EcoBoost Hybrid mHEV 155 ST-Line Vignale '
'5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 155 ST-Line Vignale 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120618602%27 HTTP/1.1" 200 None
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Saving data for 120618602: {'auction_closing_time': 1776675600.0, 'created_time': 1773947056.724882, 'last_price_update_time': 1774587762.454977}
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120618602') HTTP/1.1" 204 0
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118796475, 'registration': 'LN74PGK', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 4023, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-09-03', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN74PGK/2026-03-19/image/7c45c1a5-ce4d-4ef8-a2a0-f26c613bb4b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/bf61baa9-b6f9-4707-a78c-655c5e94909a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/c9908ee7-8dd8-4339-9898-3fc84fbf2d3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/6b73f35a-4970-4c23-843f-5f442687d981_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/f0667d0e-10e0-4fcb-ae67-dce2c504eebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/d4e55bfa-e419-4f7e-8bbb-9b881d59d73a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/dc3afa69-aa22-4146-8ffb-121c8b745fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/2b84306d-b680-45c1-8aa4-4c6513f63d4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/6c9a9341-5b74-4cac-9290-93189d875725_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', '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/f10e3a8f-f2a6-46da-8f37-491430deb915.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118796475, 'registration': 'LN74PGK', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 4023, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-09-03', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN74PGK/2026-03-19/image/7c45c1a5-ce4d-4ef8-a2a0-f26c613bb4b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/bf61baa9-b6f9-4707-a78c-655c5e94909a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/c9908ee7-8dd8-4339-9898-3fc84fbf2d3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/6b73f35a-4970-4c23-843f-5f442687d981_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/f0667d0e-10e0-4fcb-ae67-dce2c504eebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/d4e55bfa-e419-4f7e-8bbb-9b881d59d73a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/dc3afa69-aa22-4146-8ffb-121c8b745fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/2b84306d-b680-45c1-8aa4-4c6513f63d4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN74PGK/2026-03-19/image/6c9a9341-5b74-4cac-9290-93189d875725_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', '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/f10e3a8f-f2a6-46da-8f37-491430deb915.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475
2026-03-27 05:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with scrape type 2
2026-03-27 05:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with scrape type 2
2026-03-27 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a, identifier: 118796475
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119118258, 'registration': 'EA24DWU', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr', 'mileage': 19952, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-03-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA24DWU/2026-03-20/image/f36ec8c4-e0b2-4896-a54e-fd81877581c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/60b35859-55e2-4e2c-bef3-510f65e9a1df_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/42ff668d-3a34-450b-bdf7-6c479da197c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/9e51d8da-abe7-4d33-85c1-1568f1fed868_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/6111f457-a1a1-4926-961e-05407301f6d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/57a9fb8a-8bc9-4279-a8ed-1fb6a60694c3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119118258, 'registration': 'EA24DWU', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr', 'mileage': 19952, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-03-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA24DWU/2026-03-20/image/f36ec8c4-e0b2-4896-a54e-fd81877581c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/60b35859-55e2-4e2c-bef3-510f65e9a1df_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/42ff668d-3a34-450b-bdf7-6c479da197c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/9e51d8da-abe7-4d33-85c1-1568f1fed868_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/6111f457-a1a1-4926-961e-05407301f6d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA24DWU/2026-03-20/image/57a9fb8a-8bc9-4279-a8ed-1fb6a60694c3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258
2026-03-27 05:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with scrape type 2
2026-03-27 05:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with scrape type 2
2026-03-27 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7, identifier: 119118258
2026-03-27 05:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475
2026-03-27 05:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475
2026-03-27 05:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475 to the API
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118796475?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'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': '71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN74PGK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118796475',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 4023,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-03',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 Life 5dr',
'transmission': 'manual',
'trim': '1.0 Life 5dr',
'vin': None,
'year': 2024}
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118796475%27 HTTP/1.1" 200 None
2026-03-27 05:02:42 [astonbarclay.gb] INFO: Saving data for 118796475: {'auction_closing_time': 1776675600.0, 'created_time': 1773928092.606351, 'last_price_update_time': 1774587762.943812}
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118796475') HTTP/1.1" 204 0
2026-03-27 05:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258
2026-03-27 05:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258
2026-03-27 05:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258 to the API
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119118258?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'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': '9ec412d9-08e5-56b6-b10f-eb8b054f0bd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA24DWU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119118258',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 19952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seller_name': 'Motability Operations',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr',
'vin': None,
'year': 2024}
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119118258%27 HTTP/1.1" 200 None
2026-03-27 05:02:43 [astonbarclay.gb] INFO: Saving data for 119118258: {'auction_closing_time': 1776675600.0, 'created_time': 1773947030.703943, 'last_price_update_time': 1774587763.251926}
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119118258') HTTP/1.1" 204 0
2026-03-27 05:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120123734?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120123734, 'registration': 'EO24VVL', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Trophy 5dr DCT', 'mileage': 16903, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-04-16', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO24VVL/2026-03-04/image/89a09731-101d-4ac1-aff7-a76585f13ffb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/5952f2fd-c385-4873-b81a-b8559e6ebd2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/d6c65d96-36b2-407b-81a8-a166c5d1a310_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/5a82a7cc-e88d-4bf5-8dd0-8bbdbdd8fb7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/695701bd-fc06-49de-b697-da55d1c8b03d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/1fba4788-d40e-4850-a085-51f2c189865b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/f4d3172f-c4f4-4566-8f35-3fd11d43bbfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/e1c63dd5-5e8f-47ce-9ee3-4d6fa8dafb01_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/85deac82-3173-4f37-89e4-dfd34188bef2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25 9K', 'remarks': '', '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/5d7ada50-48c4-46a5-a68f-828a6579ea48.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120123734, 'registration': 'EO24VVL', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Trophy 5dr DCT', 'mileage': 16903, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-04-16', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO24VVL/2026-03-04/image/89a09731-101d-4ac1-aff7-a76585f13ffb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/5952f2fd-c385-4873-b81a-b8559e6ebd2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/d6c65d96-36b2-407b-81a8-a166c5d1a310_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/5a82a7cc-e88d-4bf5-8dd0-8bbdbdd8fb7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/695701bd-fc06-49de-b697-da55d1c8b03d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/1fba4788-d40e-4850-a085-51f2c189865b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/f4d3172f-c4f4-4566-8f35-3fd11d43bbfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/e1c63dd5-5e8f-47ce-9ee3-4d6fa8dafb01_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO24VVL/2026-03-04/image/85deac82-3173-4f37-89e4-dfd34188bef2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25 9K', 'remarks': '', '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/5d7ada50-48c4-46a5-a68f-828a6579ea48.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734
2026-03-27 05:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with scrape type 2
2026-03-27 05:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with scrape type 2
2026-03-27 05:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35, identifier: 120123734
2026-03-27 05:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734
2026-03-27 05:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734
2026-03-27 05:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734 to the API
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120123734?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-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '9a3ed22c-3d79-5a53-a365-3a1c9d7fad35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO24VVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120123734',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 16903,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-16',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Trophy 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Trophy 5dr DCT',
'vin': None,
'year': 2024}
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120123734%27 HTTP/1.1" 200 None
2026-03-27 05:02:43 [astonbarclay.gb] INFO: Saving data for 120123734: {'auction_closing_time': 1776675600.0, 'created_time': 1773830941.392883, 'last_price_update_time': 1774587763.730689}
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120123734') HTTP/1.1" 204 0
2026-03-27 05:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116946906?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401505?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116946906, 'registration': 'VK69FMA', 'account': 'MAN027', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '2.0 TSI 300 R 5dr 4MOTION DSG', 'mileage': 52843, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2019-09-25', 'fuel': 'Petrol', 'motExpiry': '2025-07-23', 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK69FMA/2026-03-23/image/afe11c2b-c80f-4c12-a718-cbda2363c3b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/83ad42cc-10e2-462a-a2ec-2f71947590f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/3ebd44f5-ac77-49f1-b1b6-127a7f1f9a83_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/25f2c497-0231-4365-b75c-8ba53522ad35_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/b08db61f-75cf-45eb-bfcc-19f47c0f569c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/a6d0c9cf-5aef-4db2-8d6a-3fc26aa241dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/4db67bf8-45f9-4733-af92-960739d1844a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/9e8ac861-2404-4265-a195-c38c40703ff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/14747d19-0ae1-4470-bab5-c1b02c8ff78f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1608** VOSA STATES 19K, 32K, 40K', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 164, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a53e5b9f-d7cb-4e7f-8a6f-c7e13805c708.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116946906, 'registration': 'VK69FMA', 'account': 'MAN027', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '2.0 TSI 300 R 5dr 4MOTION DSG', 'mileage': 52843, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2019-09-25', 'fuel': 'Petrol', 'motExpiry': '2025-07-23', 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK69FMA/2026-03-23/image/afe11c2b-c80f-4c12-a718-cbda2363c3b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/83ad42cc-10e2-462a-a2ec-2f71947590f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/3ebd44f5-ac77-49f1-b1b6-127a7f1f9a83_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/25f2c497-0231-4365-b75c-8ba53522ad35_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/b08db61f-75cf-45eb-bfcc-19f47c0f569c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/a6d0c9cf-5aef-4db2-8d6a-3fc26aa241dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/4db67bf8-45f9-4733-af92-960739d1844a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/9e8ac861-2404-4265-a195-c38c40703ff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK69FMA/2026-03-23/image/14747d19-0ae1-4470-bab5-c1b02c8ff78f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1608** VOSA STATES 19K, 32K, 40K', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 164, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a53e5b9f-d7cb-4e7f-8a6f-c7e13805c708.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906
2026-03-27 05:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with scrape type 2
2026-03-27 05:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with scrape type 2
2026-03-27 05:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff, identifier: 116946906
2026-03-27 05:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906
2026-03-27 05:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906
2026-03-27 05:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906 to the API
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/116946906?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 164,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK69FMA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116946906',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 52843,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-25',
'seller_name': 'Mann Island Finance',
'title': 'VOLKSWAGEN GOLF HATCHBACK 2.0 TSI 300 R 5dr 4MOTION DSG',
'transmission': 'automatic',
'trim': '2.0 TSI 300 R 5dr 4MOTION DSG',
'vin': None,
'year': 2019}
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27116946906%27 HTTP/1.1" 200 None
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Saving data for 116946906: {'created_time': 1773838933.212555, 'last_price_update_time': 1774587764.301624}
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116946906') HTTP/1.1" 204 0
2026-03-27 05:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120538387?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120417051?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119466330?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120401505, 'registration': 'YT22YJE', 'account': 'UNK001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 220 BASE', 'derivative': None, 'mileage': 5983, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2022-04-05', 'fuel': 'Diesel', 'motExpiry': '2026-04-04', 'doors': None, 'engineSize': 1499, 'bodyType': 'Panel Van', 'images': ['https://abimg003.imgix.net/YT22YJE/2026-03-16/image/5491f260-ba53-46a0-97a0-4a46039ddd92_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/d1827a3f-4cbf-47f0-8361-402057a3876e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/dbb9e609-53f2-4306-97d4-d12fd7d7aec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/0db3f9ff-9051-4d40-910f-048cd00a7e11_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/15ed34cb-d5f4-4c1e-850a-5488ab0d81dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/3f14c154-2078-4e6b-9edc-d3ebaa7a56bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/372c1de5-a0cf-4214-846b-60bb9e103e9b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 3K SPARE KEY - FRONT PAGE OF V5', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e543be4-2d70-459b-a3ba-c69615c36763.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120401505, 'registration': 'YT22YJE', 'account': 'UNK001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 220 BASE', 'derivative': None, 'mileage': 5983, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2022-04-05', 'fuel': 'Diesel', 'motExpiry': '2026-04-04', 'doors': None, 'engineSize': 1499, 'bodyType': 'Panel Van', 'images': ['https://abimg003.imgix.net/YT22YJE/2026-03-16/image/5491f260-ba53-46a0-97a0-4a46039ddd92_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/d1827a3f-4cbf-47f0-8361-402057a3876e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/dbb9e609-53f2-4306-97d4-d12fd7d7aec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/0db3f9ff-9051-4d40-910f-048cd00a7e11_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/15ed34cb-d5f4-4c1e-850a-5488ab0d81dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/3f14c154-2078-4e6b-9edc-d3ebaa7a56bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT22YJE/2026-03-16/image/372c1de5-a0cf-4214-846b-60bb9e103e9b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 3K SPARE KEY - FRONT PAGE OF V5', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e543be4-2d70-459b-a3ba-c69615c36763.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505
2026-03-27 05:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9, identifier: 120401505
2026-03-27 05:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505
2026-03-27 05:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505
2026-03-27 05:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505 to the API
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401505?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT22YJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401505',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CONNECT 220 BASE',
'odometer': 5983,
'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': None,
'title': 'FORD TRANSIT CONNECT 220 BASE None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2022}
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120401505%27 HTTP/1.1" 200 None
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Saving data for 120401505: {'created_time': 1773947017.169615, 'last_price_update_time': 1774587764.751808}
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401505') HTTP/1.1" 204 0
2026-03-27 05:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716378?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120538387, 'registration': 'AX18LGG', 'account': 'MOT075', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 63986, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-01-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX18LGG/2026-03-24/image/5a7357a1-3b25-47e4-94a6-0afc5c430f7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/25e5d039-e5e7-45a7-8fea-1920ec479228_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/6b249edc-2907-4937-bb2a-6bb745552929_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/0891643d-0ab1-4a3a-b498-d78515d9d60f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/dcdc8fad-db84-447b-a89d-7410976b8a0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/daa6b1f7-baca-4bb6-bcda-ab42f009bace_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/103fc5f6-1bfb-4846-8303-77a6f409e1f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/79c5f88a-ff32-408e-a5a6-81ca1dbd2731_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NUMBER OF FORMER KEEPERS UNKNWON, VOSA STSTES 20K 20K 34K 48K 63K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3495965e-067b-4d93-bf82-5f8b0cf167e5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120538387, 'registration': 'AX18LGG', 'account': 'MOT075', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 63986, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-01-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX18LGG/2026-03-24/image/5a7357a1-3b25-47e4-94a6-0afc5c430f7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/25e5d039-e5e7-45a7-8fea-1920ec479228_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/6b249edc-2907-4937-bb2a-6bb745552929_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/0891643d-0ab1-4a3a-b498-d78515d9d60f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/dcdc8fad-db84-447b-a89d-7410976b8a0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/daa6b1f7-baca-4bb6-bcda-ab42f009bace_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/103fc5f6-1bfb-4846-8303-77a6f409e1f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-24/image/79c5f88a-ff32-408e-a5a6-81ca1dbd2731_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NUMBER OF FORMER KEEPERS UNKNWON, VOSA STSTES 20K 20K 34K 48K 63K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3495965e-067b-4d93-bf82-5f8b0cf167e5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387
2026-03-27 05:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0, identifier: 120538387
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120417051, 'registration': 'DS71POU', 'account': 'STE131', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '100kW Elite Premium 50kWh 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2022-02-22', 'fuel': 'Electric', 'motExpiry': '2026-02-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71POU/2026-03-13/image/62e9e7da-52e3-46e7-a2b9-d3b7779a7cc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/4d743b3f-a21c-4c82-852a-552e4be1295c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/49bd73d2-74e2-4a04-8d96-a8d49297d0c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/37fe2a06-684a-45d2-a06a-c90dcdfc203d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/8bb5fb59-a9a4-4741-8c94-529f1c245c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/82c1db9a-78a0-47ce-b3a8-3abda50e15d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/66fd1445-5e25-4759-828d-fea14c1ca371_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 11/22 8K 05/23 12K', 'remarks': '12V BATTERY GONE VOSA STATES 21K SPARE KEY', 'virtual': False, 'seller': 'Stellantis Financial Services UK', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120417051, 'registration': 'DS71POU', 'account': 'STE131', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '100kW Elite Premium 50kWh 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2022-02-22', 'fuel': 'Electric', 'motExpiry': '2026-02-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71POU/2026-03-13/image/62e9e7da-52e3-46e7-a2b9-d3b7779a7cc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/4d743b3f-a21c-4c82-852a-552e4be1295c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/49bd73d2-74e2-4a04-8d96-a8d49297d0c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/37fe2a06-684a-45d2-a06a-c90dcdfc203d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/8bb5fb59-a9a4-4741-8c94-529f1c245c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/82c1db9a-78a0-47ce-b3a8-3abda50e15d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71POU/2026-03-13/image/66fd1445-5e25-4759-828d-fea14c1ca371_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 11/22 8K 05/23 12K', 'remarks': '12V BATTERY GONE VOSA STATES 21K SPARE KEY', 'virtual': False, 'seller': 'Stellantis Financial Services UK', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8 with identifier: 120417051
2026-03-27 05:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8, identifier: 120417051
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119466330, 'registration': 'YR72OCV', 'account': 'KIN039', 'make': 'VOLVO', 'model': 'C40 ESTATE', 'derivative': '300kW Recharge Twin Pro 78kWh 5dr AWD Auto', 'mileage': 57328, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2022-10-18', 'fuel': 'Electric', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR72OCV/2026-02-23/image/2e3928d5-c5a9-41f0-8cb5-54e519dd3dee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/b99a07d4-abe2-47b0-a4e8-ad7b94f438e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/9f85a698-2e99-46f3-843e-e0493d3327b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/e23125fa-58b7-44f6-9ca0-cdfa8dbdf801_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/d3c692e1-5e50-48ae-bdea-db4cb52bb474_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/fe756ddc-0fc5-41ef-a3b2-b48252446eb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/7a73183c-62d0-4330-8132-e432473469fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/86c061b8-2e62-44ce-bd1a-9c3073f6556b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/8c0c1569-e20f-4262-8cb8-2770dd83f91b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23- 17K, 11/24- 35K, 09/25- 50K,', 'remarks': '**239**VOSA STATES 50K 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/a857350b-4310-4034-9ced-552a9d0085d8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119466330, 'registration': 'YR72OCV', 'account': 'KIN039', 'make': 'VOLVO', 'model': 'C40 ESTATE', 'derivative': '300kW Recharge Twin Pro 78kWh 5dr AWD Auto', 'mileage': 57328, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2022-10-18', 'fuel': 'Electric', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR72OCV/2026-02-23/image/2e3928d5-c5a9-41f0-8cb5-54e519dd3dee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/b99a07d4-abe2-47b0-a4e8-ad7b94f438e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/9f85a698-2e99-46f3-843e-e0493d3327b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/e23125fa-58b7-44f6-9ca0-cdfa8dbdf801_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/d3c692e1-5e50-48ae-bdea-db4cb52bb474_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/fe756ddc-0fc5-41ef-a3b2-b48252446eb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/7a73183c-62d0-4330-8132-e432473469fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/86c061b8-2e62-44ce-bd1a-9c3073f6556b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR72OCV/2026-02-23/image/8c0c1569-e20f-4262-8cb8-2770dd83f91b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23- 17K, 11/24- 35K, 09/25- 50K,', 'remarks': '**239**VOSA STATES 50K 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/a857350b-4310-4034-9ced-552a9d0085d8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330
2026-03-27 05:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 310fc03e-e87d-5753-acf6-258fda9b7316 with scrape type 2
2026-03-27 05:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 310fc03e-e87d-5753-acf6-258fda9b7316 with scrape type 2
2026-03-27 05:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 310fc03e-e87d-5753-acf6-258fda9b7316, identifier: 119466330
2026-03-27 05:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387
2026-03-27 05:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387
2026-03-27 05:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387 to the API
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120538387?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AX18LGG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120538387',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 63986,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-31',
'seller_name': 'MotoNovo Finance',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120538387%27 HTTP/1.1" 200 None
2026-03-27 05:02:45 [astonbarclay.gb] INFO: Saving data for 120538387: {'created_time': 1773774160.913969, 'last_price_update_time': 1774587765.35574}
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120538387') HTTP/1.1" 204 0
2026-03-27 05:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8 with identifier: 120417051
2026-03-27 05:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8 with identifier: 120417051
2026-03-27 05:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8 with identifier: 120417051 to the API
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120417051?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'ea3a9e96-b94c-5af1-a7d2-3aa975ff66b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS71POU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120417051',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'MOKKA ELECTRIC HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seller_name': 'Stellantis Financial Services UK',
'title': 'VAUXHALL MOKKA ELECTRIC HATCHBACK 100kW Elite Premium 50kWh 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW Elite Premium 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120417051%27 HTTP/1.1" 200 None
2026-03-27 05:02:45 [astonbarclay.gb] INFO: Saving data for 120417051: {'created_time': 1774271121.613086, 'last_price_update_time': 1774587765.729909}
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417051') HTTP/1.1" 204 0
2026-03-27 05:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330
2026-03-27 05:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330
2026-03-27 05:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330 to the API
2026-03-27 05:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119466330?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '310fc03e-e87d-5753-acf6-258fda9b7316',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR72OCV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119466330',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'C40 ESTATE',
'odometer': 57328,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-18',
'seller_name': 'KINTO',
'title': 'VOLVO C40 ESTATE 300kW Recharge Twin Pro 78kWh 5dr AWD Auto',
'transmission': 'automatic',
'trim': '300kW Recharge Twin Pro 78kWh 5dr AWD Auto',
'vin': None,
'year': 2022}
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:46 [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-27 05:02:46 [astonbarclay.gb] INFO: Saving data for 119466330: {'created_time': 1773947017.826924, 'last_price_update_time': 1774587766.07316}
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119466330') HTTP/1.1" 204 0
2026-03-27 05:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120593663?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120800462?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716378, 'registration': 'YB69HVL', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '2.0 P400e HSE 5dr Auto', 'mileage': 59195, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-11-28', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-19', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 37K, 45K, 54K, 58K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 69, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716378, 'registration': 'YB69HVL', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '2.0 P400e HSE 5dr Auto', 'mileage': 59195, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-11-28', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-19', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 37K, 45K, 54K, 58K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 69, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378
2026-03-27 05:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abc658fa-8db8-5f87-b476-aaef1271ab98 with scrape type 2
2026-03-27 05:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abc658fa-8db8-5f87-b476-aaef1271ab98 with scrape type 2
2026-03-27 05:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: abc658fa-8db8-5f87-b476-aaef1271ab98, identifier: 120716378
2026-03-27 05:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378
2026-03-27 05:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378
2026-03-27 05:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378 to the API
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716378?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 69,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'abc658fa-8db8-5f87-b476-aaef1271ab98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB69HVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716378',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT ESTATE',
'odometer': 59195,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-28',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER SPORT ESTATE 2.0 P400e HSE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 P400e HSE 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:46 [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-27 05:02:46 [astonbarclay.gb] INFO: Saving data for 120716378: {'auction_closing_time': 1774958400.0, 'created_time': 1774357612.346346, 'last_price_update_time': 1774587766.464886}
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716378') HTTP/1.1" 204 0
2026-03-27 05:02:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120593663, 'registration': 'CF72HWM', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 92 Tekna 5dr CVT', 'mileage': 33433, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CF72HWM/2026-03-19/image/307ce187-86ba-4296-8210-aca6e4ab68b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/d11f62d1-60d1-4bf5-8545-f53402c17cce_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/808361d8-a61b-4565-935e-dbe789233de7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/7d9d394f-7849-4790-b2d6-72259e27ab63_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/a1a8f7d3-293d-4db8-9f73-4fa525ee9302_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/e3fffddd-7cb8-4e67-9174-6cb884998a22_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/ecb192af-4c4b-4082-a9d7-fe4966f9922d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 12/23-8K, 10/24-19K', 'remarks': 'VOSA STATES 29K', '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/ab84274d-abca-4004-9d8f-4fa16ee01616.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120593663, 'registration': 'CF72HWM', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 92 Tekna 5dr CVT', 'mileage': 33433, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CF72HWM/2026-03-19/image/307ce187-86ba-4296-8210-aca6e4ab68b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/d11f62d1-60d1-4bf5-8545-f53402c17cce_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/808361d8-a61b-4565-935e-dbe789233de7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/7d9d394f-7849-4790-b2d6-72259e27ab63_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/a1a8f7d3-293d-4db8-9f73-4fa525ee9302_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/e3fffddd-7cb8-4e67-9174-6cb884998a22_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF72HWM/2026-03-19/image/ecb192af-4c4b-4082-a9d7-fe4966f9922d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 12/23-8K, 10/24-19K', 'remarks': 'VOSA STATES 29K', '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/ab84274d-abca-4004-9d8f-4fa16ee01616.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663
2026-03-27 05:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a21d64-815b-5e64-b431-03beea5ffdc8 with scrape type 2
2026-03-27 05:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a21d64-815b-5e64-b431-03beea5ffdc8 with scrape type 2
2026-03-27 05:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33a21d64-815b-5e64-b431-03beea5ffdc8, identifier: 120593663
2026-03-27 05:02:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120800462, 'registration': 'YJ13VMR', 'account': 'MOT075', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 3dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2013-03-20', 'fuel': 'Diesel', 'motExpiry': '2025-07-04', 'doors': 3, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'ENGINE SEIZED AND SMASHED UP', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120800462, 'registration': 'YJ13VMR', 'account': 'MOT075', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 3dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2013-03-20', 'fuel': 'Diesel', 'motExpiry': '2025-07-04', 'doors': 3, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'ENGINE SEIZED AND SMASHED UP', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c819569-2799-5526-9e81-118510a32a97 with identifier: 120800462
2026-03-27 05:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c819569-2799-5526-9e81-118510a32a97 with scrape type 2
2026-03-27 05:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c819569-2799-5526-9e81-118510a32a97 with scrape type 2
2026-03-27 05:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c819569-2799-5526-9e81-118510a32a97, identifier: 120800462
2026-03-27 05:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663
2026-03-27 05:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663
2026-03-27 05:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663 to the API
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120593663?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '33a21d64-815b-5e64-b431-03beea5ffdc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CF72HWM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120593663',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 33433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-05',
'seller_name': 'Motability Operations',
'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-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:46 [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-27 05:02:46 [astonbarclay.gb] INFO: Saving data for 120593663: {'auction_closing_time': 1776675600.0, 'created_time': 1773927648.542627, 'last_price_update_time': 1774587766.98483}
2026-03-27 05:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120593663') HTTP/1.1" 204 0
2026-03-27 05:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c819569-2799-5526-9e81-118510a32a97 with identifier: 120800462
2026-03-27 05:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c819569-2799-5526-9e81-118510a32a97 with identifier: 120800462
2026-03-27 05:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c819569-2799-5526-9e81-118510a32a97 with identifier: 120800462 to the API
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120800462?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8c819569-2799-5526-9e81-118510a32a97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YJ13VMR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120800462',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-20',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 116d Sport 3dr',
'transmission': 'manual',
'trim': '116d Sport 3dr',
'vin': None,
'year': 2013}
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120800462%27 HTTP/1.1" 200 None
2026-03-27 05:02:47 [astonbarclay.gb] INFO: Saving data for 120800462: {'created_time': 1774465630.869655, 'last_price_update_time': 1774587767.308961}
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120800462') HTTP/1.1" 204 0
2026-03-27 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120663571?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120128301?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120731493?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120060692?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120663571, 'registration': 'EO72TUP', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 35639, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-15', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO72TUP/2026-03-23/image/bd463a06-c2c1-47d0-af28-3497271532a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/ef3a980b-7414-4e7b-a16c-889b35df10db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/8de74847-3f8a-45aa-961f-6b25858f15c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/9206149d-5040-4a1c-8461-ff0f8a872d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/1f136acb-4018-408e-971d-c5b052530746_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/58e19505-7e31-4201-ba07-e0799e2a6df9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/8ab16357-671b-4441-941d-c81e0da02003_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/25e5e098-f0f4-48e9-918b-57f2a4f88415_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/3455cea9-96cf-421f-ba69-2b8ccc3e5cc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24 6K - 02/.25 22K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - VOSA STATES, 33K - 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0d78e63-be1b-4372-9840-c575c0f29210.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120663571, 'registration': 'EO72TUP', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 35639, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-15', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO72TUP/2026-03-23/image/bd463a06-c2c1-47d0-af28-3497271532a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/ef3a980b-7414-4e7b-a16c-889b35df10db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/8de74847-3f8a-45aa-961f-6b25858f15c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/9206149d-5040-4a1c-8461-ff0f8a872d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/1f136acb-4018-408e-971d-c5b052530746_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/58e19505-7e31-4201-ba07-e0799e2a6df9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/8ab16357-671b-4441-941d-c81e0da02003_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/25e5e098-f0f4-48e9-918b-57f2a4f88415_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72TUP/2026-03-23/image/3455cea9-96cf-421f-ba69-2b8ccc3e5cc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24 6K - 02/.25 22K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - VOSA STATES, 33K - 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0d78e63-be1b-4372-9840-c575c0f29210.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b01f61a6-c6f4-54b3-ba86-08a2a17543f7 with identifier: 120663571
2026-03-27 05:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b01f61a6-c6f4-54b3-ba86-08a2a17543f7 with scrape type 2
2026-03-27 05:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b01f61a6-c6f4-54b3-ba86-08a2a17543f7 with scrape type 2
2026-03-27 05:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b01f61a6-c6f4-54b3-ba86-08a2a17543f7, identifier: 120663571
2026-03-27 05:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120128301, 'registration': 'LO73GUD', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.6 Plug-in Hybrid Ultimate 5dr Auto', 'mileage': 21799, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-12-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO73GUD/2026-03-04/image/dcfc4056-2ecc-4614-8c10-835d7e09e446_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/8b257825-5d3a-4d34-9dd7-e478bf406318_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/44226ffb-8b8f-4660-8fb1-e2b2e965e92f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/67d81d81-87b0-4268-af85-acfcb2914f68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/bb6656a0-212a-455d-a908-94f114190612_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/76d47927-17ea-4b50-96cc-885271517530_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/a477a572-90e0-4550-a114-2bd6b67fb656_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/85f2d1a2-3383-49f0-8bd0-c682f13407e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/eedd6d70-2634-4f40-b75c-f09520c2760b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/147e9ec3-803e-49e2-9349-edd3dc320e4c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - 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': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f34e5848-eb9c-4424-ac5a-aa2695405587.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120128301, 'registration': 'LO73GUD', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.6 Plug-in Hybrid Ultimate 5dr Auto', 'mileage': 21799, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-12-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO73GUD/2026-03-04/image/dcfc4056-2ecc-4614-8c10-835d7e09e446_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/8b257825-5d3a-4d34-9dd7-e478bf406318_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/44226ffb-8b8f-4660-8fb1-e2b2e965e92f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/67d81d81-87b0-4268-af85-acfcb2914f68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/bb6656a0-212a-455d-a908-94f114190612_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/76d47927-17ea-4b50-96cc-885271517530_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/a477a572-90e0-4550-a114-2bd6b67fb656_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/85f2d1a2-3383-49f0-8bd0-c682f13407e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/eedd6d70-2634-4f40-b75c-f09520c2760b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO73GUD/2026-03-04/image/147e9ec3-803e-49e2-9349-edd3dc320e4c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - 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': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f34e5848-eb9c-4424-ac5a-aa2695405587.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1043dd-9b45-5e77-a81e-93f25629f576 with identifier: 120128301
2026-03-27 05:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1043dd-9b45-5e77-a81e-93f25629f576 with scrape type 2
2026-03-27 05:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1043dd-9b45-5e77-a81e-93f25629f576 with scrape type 2
2026-03-27 05:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8f1043dd-9b45-5e77-a81e-93f25629f576, identifier: 120128301
2026-03-27 05:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b01f61a6-c6f4-54b3-ba86-08a2a17543f7 with identifier: 120663571
2026-03-27 05:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b01f61a6-c6f4-54b3-ba86-08a2a17543f7 with identifier: 120663571
2026-03-27 05:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b01f61a6-c6f4-54b3-ba86-08a2a17543f7 with identifier: 120663571 to the API
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120663571?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-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'b01f61a6-c6f4-54b3-ba86-08a2a17543f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO72TUP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120663571',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 35639,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-15',
'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-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120663571%27 HTTP/1.1" 200 None
2026-03-27 05:02:47 [astonbarclay.gb] INFO: Saving data for 120663571: {'auction_closing_time': 1776675600.0, 'created_time': 1774271131.928784, 'last_price_update_time': 1774587767.887781}
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120663571') HTTP/1.1" 204 0
2026-03-27 05:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8f1043dd-9b45-5e77-a81e-93f25629f576 with identifier: 120128301
2026-03-27 05:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8f1043dd-9b45-5e77-a81e-93f25629f576 with identifier: 120128301
2026-03-27 05:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8f1043dd-9b45-5e77-a81e-93f25629f576 with identifier: 120128301 to the API
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120128301?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-04-20T09:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '8f1043dd-9b45-5e77-a81e-93f25629f576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO73GUD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120128301',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'GRANDLAND HATCHBACK',
'odometer': 21799,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-19',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL GRANDLAND HATCHBACK 1.6 Plug-in Hybrid Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Plug-in Hybrid Ultimate 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120128301%27 HTTP/1.1" 200 None
2026-03-27 05:02:48 [astonbarclay.gb] INFO: Saving data for 120128301: {'auction_closing_time': 1776675600.0, 'created_time': 1773830891.1522, 'last_price_update_time': 1774587768.187526}
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120128301') HTTP/1.1" 204 0
2026-03-27 05:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120731493, 'registration': 'WN23EHD', 'account': 'MOT070', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 ST-Line 5dr', 'mileage': 34409, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-09', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN23EHD/2026-03-25/image/fc14e29b-e4fd-468f-926e-94de879398c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/050860fe-6d6f-4dbb-b330-a7ff475ab71b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/b7922428-efb2-42d2-9de2-568cd40751b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/414b2312-f3e7-4dd4-b618-bb1238c11809_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/4574cd10-a94b-4f6c-9fbe-c19c4b5b1169_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/12859f0e-c6da-423d-9210-77a2135cb1ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/1f3585c5-a006-4354-a496-7c973c89f872_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/eee624d8-179c-47fb-b59d-68e461fc24fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/f84eab27-3f14-48d3-b8d1-73de7f86ea12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/c41eda66-8093-4f62-a6d0-103a1efc6504_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 16k', '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': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec8669a7-f884-4a40-a2bf-cc0ec1fb5777.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120731493, 'registration': 'WN23EHD', 'account': 'MOT070', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 155 ST-Line 5dr', 'mileage': 34409, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-09', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN23EHD/2026-03-25/image/fc14e29b-e4fd-468f-926e-94de879398c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/050860fe-6d6f-4dbb-b330-a7ff475ab71b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/b7922428-efb2-42d2-9de2-568cd40751b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/414b2312-f3e7-4dd4-b618-bb1238c11809_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/4574cd10-a94b-4f6c-9fbe-c19c4b5b1169_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/12859f0e-c6da-423d-9210-77a2135cb1ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/1f3585c5-a006-4354-a496-7c973c89f872_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/eee624d8-179c-47fb-b59d-68e461fc24fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/f84eab27-3f14-48d3-b8d1-73de7f86ea12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EHD/2026-03-25/image/c41eda66-8093-4f62-a6d0-103a1efc6504_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 16k', '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': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec8669a7-f884-4a40-a2bf-cc0ec1fb5777.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493
2026-03-27 05:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c670a0-40c6-59c0-8740-056ab8d768af with scrape type 2
2026-03-27 05:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9c670a0-40c6-59c0-8740-056ab8d768af with scrape type 2
2026-03-27 05:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9c670a0-40c6-59c0-8740-056ab8d768af, identifier: 120731493
2026-03-27 05:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119819250?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493
2026-03-27 05:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493
2026-03-27 05:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493 to the API
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120731493?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'f9c670a0-40c6-59c0-8740-056ab8d768af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WN23EHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120731493',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 34409,
'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': 'Motability Operations',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Hybrid mHEV 155 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 155 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731493%27 HTTP/1.1" 200 None
2026-03-27 05:02:48 [astonbarclay.gb] INFO: Saving data for 120731493: {'auction_closing_time': 1776675600.0, 'created_time': 1774357699.587776, 'last_price_update_time': 1774587768.568558}
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731493') HTTP/1.1" 204 0
2026-03-27 05:02:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120618676?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120060692, 'registration': 'LV25EGX', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER HATCHBACK', 'derivative': '1.2 e-Hybrid Summit 5dr DCT', 'mileage': 20172, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-04', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV25EGX/2026-03-03/image/be00668f-157f-48cf-be7a-25c60043bf3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/8bd802c1-db36-4b79-8631-2fd11c959e21_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/9c9c3bf0-8b52-49a4-b0b2-6db51a840891_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/6fb07b46-0784-431d-8fa4-54bb9f67330a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/0da65229-8be1-4953-bc28-5d35b2ae769c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/65f2ca19-3be9-4883-867c-4a28e7447a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/7c80bbd2-6a8b-4b4c-85c7-5fe08beed999_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/cae689a7-00f2-4e98-ae58-99d4632fc7d7_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': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c69d1ba7-12a1-4657-8e1c-5b8c168683d6.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120060692, 'registration': 'LV25EGX', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER HATCHBACK', 'derivative': '1.2 e-Hybrid Summit 5dr DCT', 'mileage': 20172, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-04', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV25EGX/2026-03-03/image/be00668f-157f-48cf-be7a-25c60043bf3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/8bd802c1-db36-4b79-8631-2fd11c959e21_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/9c9c3bf0-8b52-49a4-b0b2-6db51a840891_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/6fb07b46-0784-431d-8fa4-54bb9f67330a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/0da65229-8be1-4953-bc28-5d35b2ae769c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/65f2ca19-3be9-4883-867c-4a28e7447a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/7c80bbd2-6a8b-4b4c-85c7-5fe08beed999_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV25EGX/2026-03-03/image/cae689a7-00f2-4e98-ae58-99d4632fc7d7_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': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c69d1ba7-12a1-4657-8e1c-5b8c168683d6.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba5e354-2524-5c41-bcf7-66033bc36773 with identifier: 120060692
2026-03-27 05:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba5e354-2524-5c41-bcf7-66033bc36773 with scrape type 2
2026-03-27 05:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba5e354-2524-5c41-bcf7-66033bc36773 with scrape type 2
2026-03-27 05:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ba5e354-2524-5c41-bcf7-66033bc36773, identifier: 120060692
2026-03-27 05:02:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ba5e354-2524-5c41-bcf7-66033bc36773 with identifier: 120060692
2026-03-27 05:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ba5e354-2524-5c41-bcf7-66033bc36773 with identifier: 120060692
2026-03-27 05:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7ba5e354-2524-5c41-bcf7-66033bc36773 with identifier: 120060692 to the API
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120060692?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '7ba5e354-2524-5c41-bcf7-66033bc36773',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV25EGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120060692',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JEEP',
'model': 'AVENGER HATCHBACK',
'odometer': 20172,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-04',
'seller_name': 'Motability Operations',
'title': 'JEEP AVENGER HATCHBACK 1.2 e-Hybrid Summit 5dr DCT',
'transmission': 'automatic',
'trim': '1.2 e-Hybrid Summit 5dr DCT',
'vin': None,
'year': 2025}
2026-03-27 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:49 [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-27 05:02:49 [astonbarclay.gb] INFO: Saving data for 120060692: {'auction_closing_time': 1776675600.0, 'created_time': 1773402106.182856, 'last_price_update_time': 1774587769.005447}
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120060692') HTTP/1.1" 204 0
2026-03-27 05:02:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119819250, 'registration': 'LL73TWA', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Trophy 5dr', 'mileage': 24333, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-10-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL73TWA/2026-03-19/image/9f504895-3160-4b1b-bec9-67ebf6c1e66a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/8efc1580-dbb5-4662-8409-71e4402d5b12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/a18a74ac-cdc7-49a5-b511-80cf82b34673_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/6cb3f7a6-3ce8-4b4e-905e-8fb59910176f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/6e20dbe8-907f-46f8-9e95-4592cc01c3f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/2df2e5ec-d8ec-40c6-bf7d-3c8e4db8f9fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/129e7329-a742-4510-9f9b-948d8fc4f10d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/b931fbd1-dd67-4b97-b564-6fb1de319f18_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/6adb4c23-487f-42c0-9d96-26a7b71efa1e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24 17K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f5cc4cf-a594-43d1-b9dd-a2a02ec27893.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119819250, 'registration': 'LL73TWA', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Trophy 5dr', 'mileage': 24333, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-10-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL73TWA/2026-03-19/image/9f504895-3160-4b1b-bec9-67ebf6c1e66a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/8efc1580-dbb5-4662-8409-71e4402d5b12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/a18a74ac-cdc7-49a5-b511-80cf82b34673_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/6cb3f7a6-3ce8-4b4e-905e-8fb59910176f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/6e20dbe8-907f-46f8-9e95-4592cc01c3f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/2df2e5ec-d8ec-40c6-bf7d-3c8e4db8f9fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/129e7329-a742-4510-9f9b-948d8fc4f10d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/b931fbd1-dd67-4b97-b564-6fb1de319f18_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL73TWA/2026-03-19/image/6adb4c23-487f-42c0-9d96-26a7b71efa1e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24 17K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f5cc4cf-a594-43d1-b9dd-a2a02ec27893.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250
2026-03-27 05:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad72a274-efb0-5591-af05-d216d4dae802 with scrape type 2
2026-03-27 05:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad72a274-efb0-5591-af05-d216d4dae802 with scrape type 2
2026-03-27 05:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad72a274-efb0-5591-af05-d216d4dae802, identifier: 119819250
2026-03-27 05:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250
2026-03-27 05:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250
2026-03-27 05:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250 to the API
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119819250?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 168,
'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': 'ad72a274-efb0-5591-af05-d216d4dae802',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL73TWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119819250',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 24333,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Trophy 5dr',
'transmission': 'manual',
'trim': '1.5 T-GDI Trophy 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:49 [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-27 05:02:49 [astonbarclay.gb] INFO: Saving data for 119819250: {'auction_closing_time': 1776675600.0, 'created_time': 1773928081.679121, 'last_price_update_time': 1774587769.538494}
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119819250') HTTP/1.1" 204 0
2026-03-27 05:02:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120618676, 'registration': 'LY72EEX', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT', 'mileage': 14393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-17', 'fuel': 'Petrol', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LY72EEX/2026-03-20/image/5c8643ae-a4a0-4ce6-badf-21c8a479a814_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/75c8f756-08ac-423e-b155-fca90ff6f6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/c3630a64-2c03-43d3-b87e-7e1da505d9e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/eed68105-d81c-47b7-9465-ea37269a2284_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/d90bc878-a1a9-4b96-96d0-7d5a1cf6240a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/15dbd575-7c7e-4104-aa5d-80cf74d2f287_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/22701cf6-13dc-4127-9ee5-6de712c37814_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/14603d40-932f-414d-98bf-44b53a60dcbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/bff516b6-5986-4cef-9593-06d27c1a7ac6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 4K - 12/24 9K - 12/25 13K - EMPTY SERVICE BOOK IN OFFICE', 'remarks': 'VOSA STATES, 13K - 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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c06970e0-471f-4615-8560-5d0450703ec0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120618676, 'registration': 'LY72EEX', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT', 'mileage': 14393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-17', 'fuel': 'Petrol', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LY72EEX/2026-03-20/image/5c8643ae-a4a0-4ce6-badf-21c8a479a814_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/75c8f756-08ac-423e-b155-fca90ff6f6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/c3630a64-2c03-43d3-b87e-7e1da505d9e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/eed68105-d81c-47b7-9465-ea37269a2284_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/d90bc878-a1a9-4b96-96d0-7d5a1cf6240a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/15dbd575-7c7e-4104-aa5d-80cf74d2f287_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/22701cf6-13dc-4127-9ee5-6de712c37814_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/14603d40-932f-414d-98bf-44b53a60dcbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY72EEX/2026-03-20/image/bff516b6-5986-4cef-9593-06d27c1a7ac6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 4K - 12/24 9K - 12/25 13K - EMPTY SERVICE BOOK IN OFFICE', 'remarks': 'VOSA STATES, 13K - 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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c06970e0-471f-4615-8560-5d0450703ec0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676
2026-03-27 05:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with scrape type 2
2026-03-27 05:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with scrape type 2
2026-03-27 05:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6, identifier: 120618676
2026-03-27 05:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120326071?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120615564?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119766991?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676
2026-03-27 05:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676
2026-03-27 05:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676 to the API
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120618676?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '0924eff5-caf3-57e5-b843-bf3d37ef7ea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY72EEX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120618676',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 14393,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-17',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT',
'transmission': 'automatic',
'trim': '1.6 TGDi 48V MHD SE Connect 5dr 2WD DCT',
'vin': None,
'year': 2023}
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:49 [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-27 05:02:49 [astonbarclay.gb] INFO: Saving data for 120618676: {'auction_closing_time': 1776675600.0, 'created_time': 1773947027.947076, 'last_price_update_time': 1774587769.925269}
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120618676') HTTP/1.1" 204 0
2026-03-27 05:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733470?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120326071, 'registration': 'GD73RYU', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr', 'mileage': 20422, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-01-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GD73RYU/2026-03-23/image/5f730238-f056-4eee-aebc-7cc0d7d21e89_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/40fc4864-26bb-46a7-bde3-9686567f70f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/34426a35-d036-404e-820f-ee76fa8e9c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/580f84ae-5c4d-4093-ab5e-3a146601e20a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/cfd1bdc5-cd75-4f00-b9cf-ff638287c60b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/29f78b48-e504-4f61-8c27-ab71fc179cdf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/669ff4f1-c792-484c-b563-7e13e8c68308_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/e8c0d54e-5ab3-40a1-a07a-e2900c062f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/00a69b95-59f9-4894-b610-36fceea2deab_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25 9K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfe0b279-ee8d-4888-88c5-1929ee550233.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120326071, 'registration': 'GD73RYU', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr', 'mileage': 20422, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-01-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GD73RYU/2026-03-23/image/5f730238-f056-4eee-aebc-7cc0d7d21e89_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/40fc4864-26bb-46a7-bde3-9686567f70f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/34426a35-d036-404e-820f-ee76fa8e9c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/580f84ae-5c4d-4093-ab5e-3a146601e20a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/cfd1bdc5-cd75-4f00-b9cf-ff638287c60b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/29f78b48-e504-4f61-8c27-ab71fc179cdf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/669ff4f1-c792-484c-b563-7e13e8c68308_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/e8c0d54e-5ab3-40a1-a07a-e2900c062f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD73RYU/2026-03-23/image/00a69b95-59f9-4894-b610-36fceea2deab_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25 9K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfe0b279-ee8d-4888-88c5-1929ee550233.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071
2026-03-27 05:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3567cd95-685b-539c-99b8-48ce72992158 with scrape type 2
2026-03-27 05:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3567cd95-685b-539c-99b8-48ce72992158 with scrape type 2
2026-03-27 05:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3567cd95-685b-539c-99b8-48ce72992158, identifier: 120326071
2026-03-27 05:02:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120615564, 'registration': 'LV75JTO', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic', 'mileage': 92, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV75JTO/2026-03-19/image/09f17499-e16f-48e8-843e-130a8c5ee95c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/16fcb5ff-170e-4bd4-ab2a-1fd3e2e28808_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/320770a2-b1ec-463f-8636-554c02450ddb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/2cd959ec-1037-452f-93d6-fdbef1263baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/d59b1bfd-b445-46f6-894f-8a8b1332f443_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/f43b73eb-a6c3-4ce5-bf85-ded4559fea80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/ed9825dc-c717-4587-adcc-a94b977c5fab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/b5b19b63-30d8-4971-865a-36f4f1436355_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/fd42c453-5ea5-48cc-aa4e-40d349e6965f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', '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': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13fd5ebe-670b-4de0-b66d-dc6519c4ea3c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120615564, 'registration': 'LV75JTO', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic', 'mileage': 92, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-09-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV75JTO/2026-03-19/image/09f17499-e16f-48e8-843e-130a8c5ee95c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/16fcb5ff-170e-4bd4-ab2a-1fd3e2e28808_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/320770a2-b1ec-463f-8636-554c02450ddb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/2cd959ec-1037-452f-93d6-fdbef1263baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/d59b1bfd-b445-46f6-894f-8a8b1332f443_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/f43b73eb-a6c3-4ce5-bf85-ded4559fea80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/ed9825dc-c717-4587-adcc-a94b977c5fab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/b5b19b63-30d8-4971-865a-36f4f1436355_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV75JTO/2026-03-19/image/fd42c453-5ea5-48cc-aa4e-40d349e6965f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', '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': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13fd5ebe-670b-4de0-b66d-dc6519c4ea3c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564
2026-03-27 05:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef258e61-4bce-5659-bfda-ac22c3b76680 with scrape type 2
2026-03-27 05:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef258e61-4bce-5659-bfda-ac22c3b76680 with scrape type 2
2026-03-27 05:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ef258e61-4bce-5659-bfda-ac22c3b76680, identifier: 120615564
2026-03-27 05:02:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119766991, 'registration': 'GF75MZD', 'account': 'MOT070', 'make': 'KIA', 'model': 'NIRO ESTATE', 'derivative': '1.6 GDi 127 Hybrid 2 Nav 5dr DCT', 'mileage': 7018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-25', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1580, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF75MZD/2026-02-25/image/608f3b62-ea68-409a-be25-85bbde6ec109_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/1bb68cda-d97d-4e34-ba2a-40459202ca32_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/7f83501d-fbc4-4129-b681-f715bb7bb7fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/3b712511-1760-4519-922b-35424449eaf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/1bc06a1f-4063-4b9f-a61d-44944257f466_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/21d3193b-56e9-446a-82be-55649a73621f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/998960d0-2487-4d6f-86c2-dbcbb4814201_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/2946f407-78e4-47d3-b38c-0df9f988ee4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/4550bbdf-6a17-43ca-b4fe-6d704a62f88b_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': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ba0ccd1-2e14-4237-9450-2d5d609f68ab.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119766991, 'registration': 'GF75MZD', 'account': 'MOT070', 'make': 'KIA', 'model': 'NIRO ESTATE', 'derivative': '1.6 GDi 127 Hybrid 2 Nav 5dr DCT', 'mileage': 7018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-25', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1580, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF75MZD/2026-02-25/image/608f3b62-ea68-409a-be25-85bbde6ec109_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/1bb68cda-d97d-4e34-ba2a-40459202ca32_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/7f83501d-fbc4-4129-b681-f715bb7bb7fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/3b712511-1760-4519-922b-35424449eaf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/1bc06a1f-4063-4b9f-a61d-44944257f466_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/21d3193b-56e9-446a-82be-55649a73621f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/998960d0-2487-4d6f-86c2-dbcbb4814201_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/2946f407-78e4-47d3-b38c-0df9f988ee4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF75MZD/2026-02-25/image/4550bbdf-6a17-43ca-b4fe-6d704a62f88b_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': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ba0ccd1-2e14-4237-9450-2d5d609f68ab.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991
2026-03-27 05:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with scrape type 2
2026-03-27 05:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with scrape type 2
2026-03-27 05:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9, identifier: 119766991
2026-03-27 05:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071
2026-03-27 05:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071
2026-03-27 05:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071 to the API
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120326071?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3567cd95-685b-539c-99b8-48ce72992158',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GD73RYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120326071',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'GRANDLAND HATCHBACK',
'odometer': 20422,
'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': 'VAUXHALL GRANDLAND HATCHBACK 1.2 Turbo Ultimate 5dr',
'transmission': 'manual',
'trim': '1.2 Turbo Ultimate 5dr',
'vin': None,
'year': 2024}
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120326071%27 HTTP/1.1" 200 None
2026-03-27 05:02:50 [astonbarclay.gb] INFO: Saving data for 120326071: {'auction_closing_time': 1776675600.0, 'created_time': 1773927842.565431, 'last_price_update_time': 1774587770.524453}
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120326071') HTTP/1.1" 204 0
2026-03-27 05:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564
2026-03-27 05:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564
2026-03-27 05:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564 to the API
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120615564?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-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ef258e61-4bce-5659-bfda-ac22c3b76680',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV75JTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120615564',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 92,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-20',
'seller_name': 'Motability Operations',
'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': 2025}
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120615564%27 HTTP/1.1" 200 None
2026-03-27 05:02:50 [astonbarclay.gb] INFO: Saving data for 120615564: {'auction_closing_time': 1776675600.0, 'created_time': 1773947031.64974, 'last_price_update_time': 1774587770.801149}
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615564') HTTP/1.1" 204 0
2026-03-27 05:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991
2026-03-27 05:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991
2026-03-27 05:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991 to the API
2026-03-27 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119766991?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF75MZD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119766991',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'NIRO ESTATE',
'odometer': 7018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-25',
'seller_name': 'Motability Operations',
'title': 'KIA NIRO ESTATE 1.6 GDi 127 Hybrid 2 Nav 5dr DCT',
'transmission': 'automatic',
'trim': '1.6 GDi 127 Hybrid 2 Nav 5dr DCT',
'vin': None,
'year': 2025}
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:51 [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-27 05:02:51 [astonbarclay.gb] INFO: Saving data for 119766991: {'auction_closing_time': 1776675600.0, 'created_time': 1773402862.351378, 'last_price_update_time': 1774587771.080052}
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119766991') HTTP/1.1" 204 0
2026-03-27 05:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696900?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120056601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733470, 'registration': 'LV23OXK', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '2.5 FHEV Vignale 5dr CVT', 'mileage': 19920, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LV23OXK/2026-03-25/image/d298641e-2f0b-4505-bf44-ac54d5c0e0b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/9ec9e515-d561-45e5-8b00-ca19df5f75e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/743c22bb-800f-40e9-9274-15fee7bc950e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/97940eb2-2635-49e3-8585-1ef8e6607483_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/da0f5225-af08-4dbf-8669-d0178a7e3ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/35568161-714d-4430-93ab-68bd58a292c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/17d19878-3ef5-4041-a0bf-e8bcecadfa72_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/335b3fcc-686a-4320-bb83-0f5a90b775fe_removebg.jpg?w=600'], 'colour': 'BLUE', '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': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ec052d4-4ff3-4dbe-a981-b8f631239f05.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733470, 'registration': 'LV23OXK', 'account': 'MOT070', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '2.5 FHEV Vignale 5dr CVT', 'mileage': 19920, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LV23OXK/2026-03-25/image/d298641e-2f0b-4505-bf44-ac54d5c0e0b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/9ec9e515-d561-45e5-8b00-ca19df5f75e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/743c22bb-800f-40e9-9274-15fee7bc950e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/97940eb2-2635-49e3-8585-1ef8e6607483_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/da0f5225-af08-4dbf-8669-d0178a7e3ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/35568161-714d-4430-93ab-68bd58a292c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/17d19878-3ef5-4041-a0bf-e8bcecadfa72_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV23OXK/2026-03-25/image/335b3fcc-686a-4320-bb83-0f5a90b775fe_removebg.jpg?w=600'], 'colour': 'BLUE', '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': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ec052d4-4ff3-4dbe-a981-b8f631239f05.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470
2026-03-27 05:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2c7520-590f-5abd-95de-b060e98237db with scrape type 2
2026-03-27 05:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b2c7520-590f-5abd-95de-b060e98237db with scrape type 2
2026-03-27 05:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3b2c7520-590f-5abd-95de-b060e98237db, identifier: 120733470
2026-03-27 05:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470
2026-03-27 05:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470
2026-03-27 05:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470 to the API
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733470?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '3b2c7520-590f-5abd-95de-b060e98237db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV23OXK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733470',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA ESTATE',
'odometer': 19920,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-18',
'seller_name': 'Motability Operations',
'title': 'FORD KUGA ESTATE 2.5 FHEV Vignale 5dr CVT',
'transmission': 'automatic',
'trim': '2.5 FHEV Vignale 5dr CVT',
'vin': None,
'year': 2023}
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:51 [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-27 05:02:51 [astonbarclay.gb] INFO: Saving data for 120733470: {'auction_closing_time': 1776675600.0, 'created_time': 1774357410.461749, 'last_price_update_time': 1774587771.503567}
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733470') HTTP/1.1" 204 0
2026-03-27 05:02:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696900, 'registration': 'KV65VFZ', 'account': 'MER023', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 110577, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-11-01', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/207a193f-a5b4-4ed0-8867-3f0fc9e8406d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/a81e72c7-7718-430a-b181-f1755e52f4cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/ce066e77-581b-4164-8c80-d8c0ab54df71_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/07580595-dd92-42ec-9cfa-811d5387fd01_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/2a45b76f-ba49-4917-a2bb-2d1c5c8bf89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/14b40189-eac5-4fc9-b141-88b21dbed58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/3f38e549-c309-49e4-a35c-5653956ad6d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/664530f9-3520-4c27-90c9-a3f757b88d8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/c475da04-0467-42a0-8505-99bf15784a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/06c82391-4313-4aeb-8beb-68715d12ba8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/fae10343-ac50-43cd-81c9-8d8d43bd1a60_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 08/17 19K 08/19 39K', 'remarks': 'S/KEY **copy of v5 only*** - Fixed Panoramic Roof including Powered Blind, Four-wheel Drive with Active Driveline (4WD), Privacy Glass, Chrome Tread Plates, Heated Front Seats, Heated Door Mirrors, Leather Seats', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f89c1152-090a-456f-a36e-bf9e5f6f0202.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696900, 'registration': 'KV65VFZ', 'account': 'MER023', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 110577, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-11-01', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/207a193f-a5b4-4ed0-8867-3f0fc9e8406d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/a81e72c7-7718-430a-b181-f1755e52f4cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/ce066e77-581b-4164-8c80-d8c0ab54df71_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/07580595-dd92-42ec-9cfa-811d5387fd01_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/2a45b76f-ba49-4917-a2bb-2d1c5c8bf89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/14b40189-eac5-4fc9-b141-88b21dbed58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/3f38e549-c309-49e4-a35c-5653956ad6d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/664530f9-3520-4c27-90c9-a3f757b88d8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/c475da04-0467-42a0-8505-99bf15784a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/06c82391-4313-4aeb-8beb-68715d12ba8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV65VFZ/2026-03-25/image/fae10343-ac50-43cd-81c9-8d8d43bd1a60_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 08/17 19K 08/19 39K', 'remarks': 'S/KEY **copy of v5 only*** - Fixed Panoramic Roof including Powered Blind, Four-wheel Drive with Active Driveline (4WD), Privacy Glass, Chrome Tread Plates, Heated Front Seats, Heated Door Mirrors, Leather Seats', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f89c1152-090a-456f-a36e-bf9e5f6f0202.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf7a60b-4971-53b0-8910-bc4c9c95433f with identifier: 120696900
2026-03-27 05:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf7a60b-4971-53b0-8910-bc4c9c95433f with scrape type 2
2026-03-27 05:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf7a60b-4971-53b0-8910-bc4c9c95433f with scrape type 2
2026-03-27 05:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: faf7a60b-4971-53b0-8910-bc4c9c95433f, identifier: 120696900
2026-03-27 05:02:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120056601, 'registration': 'WA22TKK', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS AMG HATCHBACK SPECIAL EDITIONS', 'derivative': 'A35 4Matic Premium Edition 5dr Auto', 'mileage': 37462, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-06T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-04-12', 'fuel': 'Petrol', 'motExpiry': '2026-04-11', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WA22TKK/2026-03-04/image/7a1cd2ed-6d2e-461a-8c6b-9d4c0c32a654_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/f6583ab8-db46-49c9-8088-9969cac669db_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/73d7ca9d-9ab5-42c1-8d84-5a04ff6bf434_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/51923fe3-eca0-4490-9c92-b56784aab4e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/f7f12ddb-3d86-48ce-809a-90c7b0180476_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/aaf15380-6ae0-4c5a-acd3-f0e9b9973190_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/5b799bbe-352e-4be6-9d0a-e887ca1821b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/db32da50-504e-4599-b9ff-b9d931092f48_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/0787fb2b-a1de-4a90-b071-f799aeb8ac20_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 12/25 37K,', 'remarks': 'Apple CarPlay, Active Parking Assist with PARKTRONIC, 10-inch digital instrument display, 10-inch Media-Display, THERMOTRONIC automatic climate control, Heat-insulating dark-tinted glass, Heated front seats, AMG Performance steering wheel in Nappa leather, Leather package, Parking package, Mirror Package, AMG Night package, Leather black, Light and Sight Package', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 196, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6358487a-f363-426e-958b-72afec610600.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120056601, 'registration': 'WA22TKK', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS AMG HATCHBACK SPECIAL EDITIONS', 'derivative': 'A35 4Matic Premium Edition 5dr Auto', 'mileage': 37462, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-06T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-04-12', 'fuel': 'Petrol', 'motExpiry': '2026-04-11', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WA22TKK/2026-03-04/image/7a1cd2ed-6d2e-461a-8c6b-9d4c0c32a654_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/f6583ab8-db46-49c9-8088-9969cac669db_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/73d7ca9d-9ab5-42c1-8d84-5a04ff6bf434_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/51923fe3-eca0-4490-9c92-b56784aab4e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/f7f12ddb-3d86-48ce-809a-90c7b0180476_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/aaf15380-6ae0-4c5a-acd3-f0e9b9973190_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/5b799bbe-352e-4be6-9d0a-e887ca1821b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/db32da50-504e-4599-b9ff-b9d931092f48_removebg.jpg?w=600', 'https://abimg003.imgix.net/WA22TKK/2026-03-04/image/0787fb2b-a1de-4a90-b071-f799aeb8ac20_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 12/25 37K,', 'remarks': 'Apple CarPlay, Active Parking Assist with PARKTRONIC, 10-inch digital instrument display, 10-inch Media-Display, THERMOTRONIC automatic climate control, Heat-insulating dark-tinted glass, Heated front seats, AMG Performance steering wheel in Nappa leather, Leather package, Parking package, Mirror Package, AMG Night package, Leather black, Light and Sight Package', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 196, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6358487a-f363-426e-958b-72afec610600.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601
2026-03-27 05:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with scrape type 2
2026-03-27 05:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with scrape type 2
2026-03-27 05:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db, identifier: 120056601
2026-03-27 05:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: faf7a60b-4971-53b0-8910-bc4c9c95433f with identifier: 120696900
2026-03-27 05:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: faf7a60b-4971-53b0-8910-bc4c9c95433f with identifier: 120696900
2026-03-27 05:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: faf7a60b-4971-53b0-8910-bc4c9c95433f with identifier: 120696900 to the API
2026-03-27 05:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696900?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': 'faf7a60b-4971-53b0-8910-bc4c9c95433f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV65VFZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696900',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 110577,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-24',
'seller_name': 'Mercedes-Benz South West',
'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': 2015}
2026-03-27 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696900%27 HTTP/1.1" 200 None
2026-03-27 05:02:52 [astonbarclay.gb] INFO: Saving data for 120696900: {'auction_closing_time': 1775637900.0, 'created_time': 1774379120.875591, 'last_price_update_time': 1774587772.033029}
2026-03-27 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696900') HTTP/1.1" 204 0
2026-03-27 05:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601
2026-03-27 05:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601
2026-03-27 05:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601 to the API
2026-03-27 05:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120056601?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 196,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-06T08:00:00Z',
'fuel_type': 'Petrol',
'id': '158fdfe5-4a12-54b6-a8d0-1e79fe8532db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WA22TKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120056601',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS AMG HATCHBACK SPECIAL EDITIONS',
'odometer': 37462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-12',
'seller_name': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ A CLASS AMG HATCHBACK SPECIAL EDITIONS A35 4Matic '
'Premium Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'A35 4Matic Premium Edition 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056601%27 HTTP/1.1" 200 None
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Saving data for 120056601: {'auction_closing_time': 1775462400.0, 'created_time': 1773402345.487113, 'last_price_update_time': 1774587773.052964}
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056601') HTTP/1.1" 204 0
2026-03-27 05:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696872?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696851?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696888?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120277955?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696872, 'registration': 'PF66NNO', 'account': 'MER023', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 110 R-Line 3dr', 'mileage': 90876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF66NNO/2026-03-25/image/46839771-93c3-41c6-8d6c-b87f2f426482_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/b3075ead-25c3-47c6-b213-ceec628c4a76_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/d8ecc28f-ecf6-49a6-a9b4-54dd0383bb52_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/ef203f25-040e-49a0-a9dc-4d42748cb5d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/e17be4d2-c8fd-4f7c-9a2e-61d0fd276a47_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/717e7184-a8b1-47a1-9131-42bb54263469_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/cac8f491-2691-44df-a477-d095654ec814_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/8928e9bf-4101-48b3-849f-d181864f230b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/22938ed7-cfc0-48b7-8073-722055443c4d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/19 19K 06/20 29K 08/21 36K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/237fffef-6fee-4139-b2c1-1af39636363c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696872, 'registration': 'PF66NNO', 'account': 'MER023', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 110 R-Line 3dr', 'mileage': 90876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF66NNO/2026-03-25/image/46839771-93c3-41c6-8d6c-b87f2f426482_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/b3075ead-25c3-47c6-b213-ceec628c4a76_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/d8ecc28f-ecf6-49a6-a9b4-54dd0383bb52_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/ef203f25-040e-49a0-a9dc-4d42748cb5d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/e17be4d2-c8fd-4f7c-9a2e-61d0fd276a47_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/717e7184-a8b1-47a1-9131-42bb54263469_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/cac8f491-2691-44df-a477-d095654ec814_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/8928e9bf-4101-48b3-849f-d181864f230b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF66NNO/2026-03-25/image/22938ed7-cfc0-48b7-8073-722055443c4d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/19 19K 06/20 29K 08/21 36K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/237fffef-6fee-4139-b2c1-1af39636363c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b03277-6882-500d-a64d-5443621d247d with identifier: 120696872
2026-03-27 05:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b03277-6882-500d-a64d-5443621d247d with scrape type 2
2026-03-27 05:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b03277-6882-500d-a64d-5443621d247d with scrape type 2
2026-03-27 05:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41b03277-6882-500d-a64d-5443621d247d, identifier: 120696872
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696851, 'registration': 'BU67EHM', 'account': 'MER023', 'make': 'VAUXHALL', 'model': 'MOKKA X DIESEL HATCHBACK', 'derivative': '1.6CDTi [136] ecoFLEX Design Nav 5dr', 'mileage': 75281, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-04-07', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BU67EHM/2026-03-25/image/98667651-e637-405a-bd0c-f2fb1d65e5ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/f6939183-bc37-4619-b4a1-046bbacbe580_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/fe7246f1-6b19-46c3-a6c3-f0d77b9a7668_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/e6aaca1b-b166-4b51-9731-0f0793913362_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/ae145cba-0b07-4d3e-bb8c-bdd836fe2d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/60a61996-db84-4314-8701-5cb27a948b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/0e5df891-15d9-4291-97ff-5544ecaa28ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/6ab9a248-4b4d-4789-8ca8-3ca405e96fb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/6332ff85-07c7-4a6f-b153-8f7c82249ab0_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 7/18 8K, 7/19 22K, 7/20 30K, 6/21 35K, 7/22 40K, INVOICE @ 3/23 44K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a8a1273-a248-42ed-9770-87833455b594.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696851, 'registration': 'BU67EHM', 'account': 'MER023', 'make': 'VAUXHALL', 'model': 'MOKKA X DIESEL HATCHBACK', 'derivative': '1.6CDTi [136] ecoFLEX Design Nav 5dr', 'mileage': 75281, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-04-07', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BU67EHM/2026-03-25/image/98667651-e637-405a-bd0c-f2fb1d65e5ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/f6939183-bc37-4619-b4a1-046bbacbe580_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/fe7246f1-6b19-46c3-a6c3-f0d77b9a7668_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/e6aaca1b-b166-4b51-9731-0f0793913362_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/ae145cba-0b07-4d3e-bb8c-bdd836fe2d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/60a61996-db84-4314-8701-5cb27a948b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/0e5df891-15d9-4291-97ff-5544ecaa28ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/6ab9a248-4b4d-4789-8ca8-3ca405e96fb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU67EHM/2026-03-25/image/6332ff85-07c7-4a6f-b153-8f7c82249ab0_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 7/18 8K, 7/19 22K, 7/20 30K, 6/21 35K, 7/22 40K, INVOICE @ 3/23 44K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a8a1273-a248-42ed-9770-87833455b594.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60fabe72-f79e-5775-be61-a681f8f5e156 with identifier: 120696851
2026-03-27 05:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60fabe72-f79e-5775-be61-a681f8f5e156 with scrape type 2
2026-03-27 05:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60fabe72-f79e-5775-be61-a681f8f5e156 with scrape type 2
2026-03-27 05:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60fabe72-f79e-5775-be61-a681f8f5e156, identifier: 120696851
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696888, 'registration': 'KV13MXC', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL CABRIOLET', 'derivative': 'E250 CDI BlueEFFICIENCY Sport 2dr Tip Auto', 'mileage': 106445, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-03-15', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/KV13MXC/2026-03-25/image/74d41e26-e5ad-4668-affb-47f1d0993190_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/4b331cdb-444a-441d-82a2-6c33eeae755e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/4741c9b0-67fc-4a7b-9a53-6b532833e628_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/b179ecbc-8457-4ccc-a7a0-ab29290c49d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/0ae9e981-02fc-48d1-ae09-85aabcc09475_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/2b8c7f6e-256f-4737-b01a-793300101d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/2aa49aa2-748a-48d0-8e31-ea5046c3b64d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/13 10k 10/14 16k 10/15 28k 09/16 34k 10/17 42k 10/18 50k 11/19 58k 11/20 65k 10/21 72k 11/20 80k 10/23 89k 10/24 95k 10/25 103k', 'remarks': 'S/KEY - Memory Package, COMAND Online system with integrated 6-disc changer, 18" AMG alloy wheels: 6-twin-spoke design, Light Package, Front and rear Parktronic with Advanced Parking Guidance, Front seats - heated, Parameter steering - speed sensitive power steering', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f764748d-780d-433f-9aca-61b95a32739b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696888, 'registration': 'KV13MXC', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL CABRIOLET', 'derivative': 'E250 CDI BlueEFFICIENCY Sport 2dr Tip Auto', 'mileage': 106445, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-03-15', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/KV13MXC/2026-03-25/image/74d41e26-e5ad-4668-affb-47f1d0993190_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/4b331cdb-444a-441d-82a2-6c33eeae755e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/4741c9b0-67fc-4a7b-9a53-6b532833e628_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/b179ecbc-8457-4ccc-a7a0-ab29290c49d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/0ae9e981-02fc-48d1-ae09-85aabcc09475_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/2b8c7f6e-256f-4737-b01a-793300101d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV13MXC/2026-03-25/image/2aa49aa2-748a-48d0-8e31-ea5046c3b64d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/13 10k 10/14 16k 10/15 28k 09/16 34k 10/17 42k 10/18 50k 11/19 58k 11/20 65k 10/21 72k 11/20 80k 10/23 89k 10/24 95k 10/25 103k', 'remarks': 'S/KEY - Memory Package, COMAND Online system with integrated 6-disc changer, 18" AMG alloy wheels: 6-twin-spoke design, Light Package, Front and rear Parktronic with Advanced Parking Guidance, Front seats - heated, Parameter steering - speed sensitive power steering', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f764748d-780d-433f-9aca-61b95a32739b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81fe2009-0e5e-5bc5-821d-7b562bb2232c with identifier: 120696888
2026-03-27 05:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81fe2009-0e5e-5bc5-821d-7b562bb2232c with scrape type 2
2026-03-27 05:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81fe2009-0e5e-5bc5-821d-7b562bb2232c with scrape type 2
2026-03-27 05:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81fe2009-0e5e-5bc5-821d-7b562bb2232c, identifier: 120696888
2026-03-27 05:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41b03277-6882-500d-a64d-5443621d247d with identifier: 120696872
2026-03-27 05:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41b03277-6882-500d-a64d-5443621d247d with identifier: 120696872
2026-03-27 05:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41b03277-6882-500d-a64d-5443621d247d with identifier: 120696872 to the API
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696872?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Petrol',
'id': '41b03277-6882-500d-a64d-5443621d247d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF66NNO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696872',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 90876,
'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': 'Mercedes-Benz South West',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 110 R-Line 3dr',
'transmission': 'manual',
'trim': '1.0 110 R-Line 3dr',
'vin': None,
'year': 2016}
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696872%27 HTTP/1.1" 200 None
2026-03-27 05:02:53 [astonbarclay.gb] INFO: Saving data for 120696872: {'auction_closing_time': 1775637900.0, 'created_time': 1774379103.087345, 'last_price_update_time': 1774587773.848831}
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696872') HTTP/1.1" 204 0
2026-03-27 05:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60fabe72-f79e-5775-be61-a681f8f5e156 with identifier: 120696851
2026-03-27 05:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60fabe72-f79e-5775-be61-a681f8f5e156 with identifier: 120696851
2026-03-27 05:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60fabe72-f79e-5775-be61-a681f8f5e156 with identifier: 120696851 to the API
2026-03-27 05:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696851?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': '60fabe72-f79e-5775-be61-a681f8f5e156',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU67EHM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696851',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'MOKKA X DIESEL HATCHBACK',
'odometer': 75281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-01',
'seller_name': 'Mercedes-Benz South West',
'title': 'VAUXHALL MOKKA X DIESEL HATCHBACK 1.6CDTi [136] ecoFLEX Design Nav '
'5dr',
'transmission': 'manual',
'trim': '1.6CDTi [136] ecoFLEX Design Nav 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696851%27 HTTP/1.1" 200 None
2026-03-27 05:02:54 [astonbarclay.gb] INFO: Saving data for 120696851: {'auction_closing_time': 1775637900.0, 'created_time': 1774379105.095138, 'last_price_update_time': 1774587774.178633}
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696851') HTTP/1.1" 204 0
2026-03-27 05:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81fe2009-0e5e-5bc5-821d-7b562bb2232c with identifier: 120696888
2026-03-27 05:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81fe2009-0e5e-5bc5-821d-7b562bb2232c with identifier: 120696888
2026-03-27 05:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81fe2009-0e5e-5bc5-821d-7b562bb2232c with identifier: 120696888 to the API
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696888?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': '81fe2009-0e5e-5bc5-821d-7b562bb2232c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV13MXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696888',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL CABRIOLET',
'odometer': 106445,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-15',
'seller_name': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ E CLASS DIESEL CABRIOLET E250 CDI BlueEFFICIENCY '
'Sport 2dr Tip Auto',
'transmission': 'automatic',
'trim': 'E250 CDI BlueEFFICIENCY Sport 2dr Tip Auto',
'vin': None,
'year': 2013}
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696888%27 HTTP/1.1" 200 None
2026-03-27 05:02:54 [astonbarclay.gb] INFO: Saving data for 120696888: {'auction_closing_time': 1775637900.0, 'created_time': 1774379104.57131, 'last_price_update_time': 1774587774.503017}
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696888') HTTP/1.1" 204 0
2026-03-27 05:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120277955, 'registration': 'YC65WWK', 'account': 'STA058', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.6 dCi Tekna 5dr', 'mileage': 106006, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2015-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC65WWK/2026-03-17/image/8f4b7850-588d-4c60-80a6-9c250f992a55_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/3fe0b73a-3212-4ff5-b0c2-1cea32c12ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/90156479-4855-481c-bcf5-ebd803da569d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/bdc69b6c-28f3-4570-839e-48dfa3325087_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/f0f77ddc-5ac1-4575-85b9-0ee36251f74e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/0c2001d4-81fb-4e47-b88f-7e5f7f0d563c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/5815e4f9-8fd9-4d06-af17-b0bae30c1b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/8c0688f4-9a89-4df4-819a-fb3b176b8e39_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 - 27K, 07/17 - 27K, 08/18 - 35K, 02/19 - 40K, 01/20 - 46K, 01/21 - 49K, 11/21 - 53K,', 'remarks': "NON RUNNER COLLECTION ONLY FROM WAKEFIELD, TURNS OVER BUT WON'T START MAY HAVE FURTHER FAULTSVOSA STATES 38K, 46K, 49K, 53K, 75K, 78K, 87K, 98K", 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120277955, 'registration': 'YC65WWK', 'account': 'STA058', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.6 dCi Tekna 5dr', 'mileage': 106006, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2015-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC65WWK/2026-03-17/image/8f4b7850-588d-4c60-80a6-9c250f992a55_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/3fe0b73a-3212-4ff5-b0c2-1cea32c12ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/90156479-4855-481c-bcf5-ebd803da569d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/bdc69b6c-28f3-4570-839e-48dfa3325087_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/f0f77ddc-5ac1-4575-85b9-0ee36251f74e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/0c2001d4-81fb-4e47-b88f-7e5f7f0d563c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/5815e4f9-8fd9-4d06-af17-b0bae30c1b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC65WWK/2026-03-17/image/8c0688f4-9a89-4df4-819a-fb3b176b8e39_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 - 27K, 07/17 - 27K, 08/18 - 35K, 02/19 - 40K, 01/20 - 46K, 01/21 - 49K, 11/21 - 53K,', 'remarks': "NON RUNNER COLLECTION ONLY FROM WAKEFIELD, TURNS OVER BUT WON'T START MAY HAVE FURTHER FAULTSVOSA STATES 38K, 46K, 49K, 53K, 75K, 78K, 87K, 98K", 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a6cc97-4b1f-5d61-b073-84aa74a4526a with identifier: 120277955
2026-03-27 05:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a6cc97-4b1f-5d61-b073-84aa74a4526a with scrape type 2
2026-03-27 05:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a6cc97-4b1f-5d61-b073-84aa74a4526a with scrape type 2
2026-03-27 05:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 83a6cc97-4b1f-5d61-b073-84aa74a4526a, identifier: 120277955
2026-03-27 05:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 83a6cc97-4b1f-5d61-b073-84aa74a4526a with identifier: 120277955
2026-03-27 05:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 83a6cc97-4b1f-5d61-b073-84aa74a4526a with identifier: 120277955
2026-03-27 05:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 83a6cc97-4b1f-5d61-b073-84aa74a4526a with identifier: 120277955 to the API
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120277955?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '83a6cc97-4b1f-5d61-b073-84aa74a4526a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC65WWK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120277955',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 106006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-21',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.6 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.6 dCi Tekna 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120277955%27 HTTP/1.1" 200 None
2026-03-27 05:02:54 [astonbarclay.gb] INFO: Saving data for 120277955: {'auction_closing_time': 1774004400.0, 'created_time': 1773402825.909989, 'last_price_update_time': 1774587774.92888}
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277955') HTTP/1.1" 204 0
2026-03-27 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120727623?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:02:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120727623, 'registration': 'EG68XSL', 'account': 'ESS030', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi 177 SE Nav 5dr 2WD DCT', 'mileage': 84137, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EG68XSL/2026-03-26/image/23e932ff-8728-460d-87a8-5682e6640dec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/5d6fb342-d32e-4466-b39e-e6c077f2ce68_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/68e21353-a15a-4e23-af35-0bd4e97ae898_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/334c3fa9-ee2a-4bda-b54a-188d362b66a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/a14d4ba2-4700-4d4e-badf-c5c82ad1ff83_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/e94e8192-3191-4ffa-acf7-226688b83aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/e71fa1bf-39f3-4c5d-a8f9-0fb39820ce7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/b4745d55-477d-455a-ac31-22b4b9a7be4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/255d0602-eaff-4511-b27b-5f0d802a975d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', '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/d2b34d41-cc7d-41cb-921c-4b1f5efc8154.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120727623, 'registration': 'EG68XSL', 'account': 'ESS030', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi 177 SE Nav 5dr 2WD DCT', 'mileage': 84137, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EG68XSL/2026-03-26/image/23e932ff-8728-460d-87a8-5682e6640dec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/5d6fb342-d32e-4466-b39e-e6c077f2ce68_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/68e21353-a15a-4e23-af35-0bd4e97ae898_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/334c3fa9-ee2a-4bda-b54a-188d362b66a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/a14d4ba2-4700-4d4e-badf-c5c82ad1ff83_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/e94e8192-3191-4ffa-acf7-226688b83aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/e71fa1bf-39f3-4c5d-a8f9-0fb39820ce7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/b4745d55-477d-455a-ac31-22b4b9a7be4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68XSL/2026-03-26/image/255d0602-eaff-4511-b27b-5f0d802a975d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', '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/d2b34d41-cc7d-41cb-921c-4b1f5efc8154.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb16443f-2109-59a9-8b88-e31396e93ac2 with identifier: 120727623
2026-03-27 05:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb16443f-2109-59a9-8b88-e31396e93ac2 with scrape type 2
2026-03-27 05:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb16443f-2109-59a9-8b88-e31396e93ac2 with scrape type 2
2026-03-27 05:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb16443f-2109-59a9-8b88-e31396e93ac2, identifier: 120727623
2026-03-27 05:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb16443f-2109-59a9-8b88-e31396e93ac2 with identifier: 120727623
2026-03-27 05:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb16443f-2109-59a9-8b88-e31396e93ac2 with identifier: 120727623
2026-03-27 05:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb16443f-2109-59a9-8b88-e31396e93ac2 with identifier: 120727623 to the API
2026-03-27 05:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120727623?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 161,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb16443f-2109-59a9-8b88-e31396e93ac2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EG68XSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120727623',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 84137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-31',
'seller_name': 'SMC GROUP',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi 177 SE Nav 5dr 2WD DCT',
'transmission': 'automatic',
'trim': '1.6 TGDi 177 SE Nav 5dr 2WD DCT',
'vin': None,
'year': 2019}
2026-03-27 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120727623%27 HTTP/1.1" 200 None
2026-03-27 05:02:56 [astonbarclay.gb] INFO: Saving data for 120727623: {'auction_closing_time': 1775034000.0, 'created_time': 1774465750.850822, 'last_price_update_time': 1774587776.493811}
2026-03-27 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120727623') HTTP/1.1" 204 0
2026-03-27 05:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120739526?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120740344?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120739526, 'registration': 'VN18YLJ', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 HSE Dynamic 5dr Auto', 'mileage': 48285, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-07-20', 'fuel': 'Diesel', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/L9VJK/2026-03-24/image/46f92350-88d6-4401-8fd3-5c3f0100fe88_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/b3071c22-9283-4c86-84bc-9a3183b2d908_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/aef8453d-6430-42c4-994a-cfc78764eef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/38f9c48e-177c-4002-b654-0915d76f7b77_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/95607fbb-ee69-47b5-bb6c-b651f006a512_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/ed616b19-8198-409c-9db3-4d18656e00b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/25eca612-73ec-47e8-ba73-d078ecbc32c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/3ff51fab-790b-4711-aefc-d0e354ff3aed_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/431c950d-0ef0-430b-b040-0d8eb1c30ec9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 - 11K, 06/22 - 14K, 02/23 - 14K, 08/23 - 18K, 03/25 - 38K', 'remarks': 'VOSA STATES 14K, 14K, 24K, 38K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa1c3a14-873b-4f50-8954-72d259c2a494.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120739526, 'registration': 'VN18YLJ', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 HSE Dynamic 5dr Auto', 'mileage': 48285, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-07-20', 'fuel': 'Diesel', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/L9VJK/2026-03-24/image/46f92350-88d6-4401-8fd3-5c3f0100fe88_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/b3071c22-9283-4c86-84bc-9a3183b2d908_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/aef8453d-6430-42c4-994a-cfc78764eef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/38f9c48e-177c-4002-b654-0915d76f7b77_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/95607fbb-ee69-47b5-bb6c-b651f006a512_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/ed616b19-8198-409c-9db3-4d18656e00b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/25eca612-73ec-47e8-ba73-d078ecbc32c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/3ff51fab-790b-4711-aefc-d0e354ff3aed_removebg.jpg?w=600', 'https://abimg003.imgix.net/L9VJK/2026-03-24/image/431c950d-0ef0-430b-b040-0d8eb1c30ec9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 - 11K, 06/22 - 14K, 02/23 - 14K, 08/23 - 18K, 03/25 - 38K', 'remarks': 'VOSA STATES 14K, 14K, 24K, 38K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa1c3a14-873b-4f50-8954-72d259c2a494.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a2ed4b5-1fa7-5fcf-878d-0c875039338d with identifier: 120739526
2026-03-27 05:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a2ed4b5-1fa7-5fcf-878d-0c875039338d with scrape type 2
2026-03-27 05:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a2ed4b5-1fa7-5fcf-878d-0c875039338d with scrape type 2
2026-03-27 05:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0a2ed4b5-1fa7-5fcf-878d-0c875039338d, identifier: 120739526
2026-03-27 05:02:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120740344, 'registration': 'WF19YME', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 200 AMG Line Premium 5dr Auto', 'mileage': 26431, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WF19YME/2026-03-25/image/32ddf279-71b0-4f1c-a449-b99a7dadc98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/a0c3a104-ef11-4b26-83d0-88e14079717b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/e7433442-60f9-4d83-9a1d-f026d1949a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/25c43627-3b09-45b7-aece-d71ff605be2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/29293968-6e05-459a-bfc9-203a4fd2372b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/59cadc4f-23a3-4c87-a76d-98b3ec0cff5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/2acebbc6-a11d-47f4-b871-b10a9e1c245a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/ba76c3a6-73cd-4e88-81a8-141c82f33ffb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/b622a4d3-63dd-4f06-9cbf-e55d37e59f99_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/16dca68c-fa5d-4327-8fe1-60161e68ba7e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20 - 11K, 03/21 - 16K, 01/25 - 24K, 03/26 - 26K,', 'remarks': 'VOSA STATES 22K, 23K, 24K, 26K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c885154b-b838-4811-8c2e-64dcda676b24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120740344, 'registration': 'WF19YME', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 200 AMG Line Premium 5dr Auto', 'mileage': 26431, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WF19YME/2026-03-25/image/32ddf279-71b0-4f1c-a449-b99a7dadc98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/a0c3a104-ef11-4b26-83d0-88e14079717b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/e7433442-60f9-4d83-9a1d-f026d1949a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/25c43627-3b09-45b7-aece-d71ff605be2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/29293968-6e05-459a-bfc9-203a4fd2372b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/59cadc4f-23a3-4c87-a76d-98b3ec0cff5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/2acebbc6-a11d-47f4-b871-b10a9e1c245a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/ba76c3a6-73cd-4e88-81a8-141c82f33ffb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/b622a4d3-63dd-4f06-9cbf-e55d37e59f99_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF19YME/2026-03-25/image/16dca68c-fa5d-4327-8fe1-60161e68ba7e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20 - 11K, 03/21 - 16K, 01/25 - 24K, 03/26 - 26K,', 'remarks': 'VOSA STATES 22K, 23K, 24K, 26K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c885154b-b838-4811-8c2e-64dcda676b24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b281887-8d9c-5ceb-adde-6bc10fc4f435 with identifier: 120740344
2026-03-27 05:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b281887-8d9c-5ceb-adde-6bc10fc4f435 with scrape type 2
2026-03-27 05:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b281887-8d9c-5ceb-adde-6bc10fc4f435 with scrape type 2
2026-03-27 05:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b281887-8d9c-5ceb-adde-6bc10fc4f435, identifier: 120740344
2026-03-27 05:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0a2ed4b5-1fa7-5fcf-878d-0c875039338d with identifier: 120739526
2026-03-27 05:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0a2ed4b5-1fa7-5fcf-878d-0c875039338d with identifier: 120739526
2026-03-27 05:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0a2ed4b5-1fa7-5fcf-878d-0c875039338d with identifier: 120739526 to the API
2026-03-27 05:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:02: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-27 05:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120739526?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '0a2ed4b5-1fa7-5fcf-878d-0c875039338d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VN18YLJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120739526',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT DIESEL ESTATE',
'odometer': 48285,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-20',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER RANGE ROVER SPORT DIESEL ESTATE 3.0 SDV6 HSE Dynamic 5dr '
'Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 HSE Dynamic 5dr Auto',
'vin': None,
'year': 2018}
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120739526%27 HTTP/1.1" 200 None
2026-03-27 05:02:57 [astonbarclay.gb] INFO: Saving data for 120739526: {'auction_closing_time': 1775034000.0, 'created_time': 1774379093.609626, 'last_price_update_time': 1774587777.07457}
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120739526') HTTP/1.1" 204 0
2026-03-27 05:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b281887-8d9c-5ceb-adde-6bc10fc4f435 with identifier: 120740344
2026-03-27 05:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b281887-8d9c-5ceb-adde-6bc10fc4f435 with identifier: 120740344
2026-03-27 05:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b281887-8d9c-5ceb-adde-6bc10fc4f435 with identifier: 120740344 to the API
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120740344?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '4b281887-8d9c-5ceb-adde-6bc10fc4f435',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WF19YME',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120740344',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 26431,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-31',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 200 AMG Line Premium 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 200 AMG Line Premium 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120740344%27 HTTP/1.1" 200 None
2026-03-27 05:02:57 [astonbarclay.gb] INFO: Saving data for 120740344: {'auction_closing_time': 1775034000.0, 'created_time': 1774379082.747078, 'last_price_update_time': 1774587777.354966}
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120740344') HTTP/1.1" 204 0
2026-03-27 05:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657451?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657451, 'registration': 'KN65ZFM', 'account': 'SMR001', 'make': 'SKODA', 'model': 'OCTAVIA DIESEL ESTATE', 'derivative': '2.0 TDI CR vRS 5dr DSG', 'mileage': 130967, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-10-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/5416f0de-116b-41e4-87cc-2ec8a2363d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/f2a7156e-5f9a-4b0b-8f34-faeb271fcc40_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/9aed91b6-3ba5-4d74-b84d-b4707ff2e890_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/8866106f-09a3-450c-a4a3-86f650dd88d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/6546561d-702c-45f6-bd18-1e6190bef7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/ad3db81b-28de-4077-9891-2dfd1275b526_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/4f72402e-a5f9-45d7-9290-12d15a918f30_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/8356d4b9-65bb-4edd-b269-811bb5291e52_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/17-20K, 03/18-34K, 10/18-43K, 04/19-53K, 11/20-71K, 10/21-78K, 09/22-87K, 06/23-97K, 05/24-108K, 04/25-119K, 01/26-129K', 'remarks': 'VOSA STATES 88K, 101K, 113K, 127K, DAMAGED SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/046779c5-0b46-4fcd-aab7-cffcc82d8122.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657451, 'registration': 'KN65ZFM', 'account': 'SMR001', 'make': 'SKODA', 'model': 'OCTAVIA DIESEL ESTATE', 'derivative': '2.0 TDI CR vRS 5dr DSG', 'mileage': 130967, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-10-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/5416f0de-116b-41e4-87cc-2ec8a2363d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/f2a7156e-5f9a-4b0b-8f34-faeb271fcc40_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/9aed91b6-3ba5-4d74-b84d-b4707ff2e890_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/8866106f-09a3-450c-a4a3-86f650dd88d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/6546561d-702c-45f6-bd18-1e6190bef7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/ad3db81b-28de-4077-9891-2dfd1275b526_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/4f72402e-a5f9-45d7-9290-12d15a918f30_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN65ZFM/2026-03-25/image/8356d4b9-65bb-4edd-b269-811bb5291e52_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/17-20K, 03/18-34K, 10/18-43K, 04/19-53K, 11/20-71K, 10/21-78K, 09/22-87K, 06/23-97K, 05/24-108K, 04/25-119K, 01/26-129K', 'remarks': 'VOSA STATES 88K, 101K, 113K, 127K, DAMAGED SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/046779c5-0b46-4fcd-aab7-cffcc82d8122.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de890415-e410-5d6c-af4a-d231cbab5bef with identifier: 120657451
2026-03-27 05:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de890415-e410-5d6c-af4a-d231cbab5bef with scrape type 2
2026-03-27 05:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de890415-e410-5d6c-af4a-d231cbab5bef with scrape type 2
2026-03-27 05:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: de890415-e410-5d6c-af4a-d231cbab5bef, identifier: 120657451
2026-03-27 05:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: de890415-e410-5d6c-af4a-d231cbab5bef with identifier: 120657451
2026-03-27 05:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: de890415-e410-5d6c-af4a-d231cbab5bef with identifier: 120657451
2026-03-27 05:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: de890415-e410-5d6c-af4a-d231cbab5bef with identifier: 120657451 to the API
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657451?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'de890415-e410-5d6c-af4a-d231cbab5bef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KN65ZFM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657451',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'OCTAVIA DIESEL ESTATE',
'odometer': 130967,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-23',
'seller_name': 'Auction Plus',
'title': 'SKODA OCTAVIA DIESEL ESTATE 2.0 TDI CR vRS 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI CR vRS 5dr DSG',
'vin': None,
'year': 2015}
2026-03-27 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657451%27 HTTP/1.1" 200 None
2026-03-27 05:02:57 [astonbarclay.gb] INFO: Saving data for 120657451: {'auction_closing_time': 1775034000.0, 'created_time': 1774379080.392155, 'last_price_update_time': 1774587777.99592}
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657451') HTTP/1.1" 204 0
2026-03-27 05:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120324176?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696832?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120753500?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120324176, 'registration': 'AR70BZK', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q3 SPORTBACK', 'derivative': '35 TFSI Sport 5dr', 'mileage': 14531, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-11-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AR70BZK/2026-03-11/image/ad38994d-4833-4a16-86b8-28dd6703c1df_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/268af4a6-c191-4633-9680-d59616716ec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/4df2d23a-3582-4878-a6df-37a1a82be37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/1fa579b1-d2d1-45f0-8272-1fac141a1547_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/efe73f79-b065-4473-8906-d4eb6b61de57_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/df654177-d55e-4917-9f0d-f6e0a6fa338d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/b6349ef0-68b5-448c-ae74-d2f9a8a0fe4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/5cb965a8-0cba-4949-929b-8e4bbff04d88_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 - 11K,', 'remarks': 'VOSA STATES 11K, 12K, 14K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9901213d-38b9-4100-85ec-0d99e56ba4a4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120324176, 'registration': 'AR70BZK', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q3 SPORTBACK', 'derivative': '35 TFSI Sport 5dr', 'mileage': 14531, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-11-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AR70BZK/2026-03-11/image/ad38994d-4833-4a16-86b8-28dd6703c1df_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/268af4a6-c191-4633-9680-d59616716ec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/4df2d23a-3582-4878-a6df-37a1a82be37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/1fa579b1-d2d1-45f0-8272-1fac141a1547_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/efe73f79-b065-4473-8906-d4eb6b61de57_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/df654177-d55e-4917-9f0d-f6e0a6fa338d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/b6349ef0-68b5-448c-ae74-d2f9a8a0fe4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AR70BZK/2026-03-11/image/5cb965a8-0cba-4949-929b-8e4bbff04d88_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 - 11K,', 'remarks': 'VOSA STATES 11K, 12K, 14K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9901213d-38b9-4100-85ec-0d99e56ba4a4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176
2026-03-27 05:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65435f53-c68f-5585-970d-8830d5d8b534 with scrape type 2
2026-03-27 05:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65435f53-c68f-5585-970d-8830d5d8b534 with scrape type 2
2026-03-27 05:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 65435f53-c68f-5585-970d-8830d5d8b534, identifier: 120324176
2026-03-27 05:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176
2026-03-27 05:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176
2026-03-27 05:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176 to the API
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120324176?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '65435f53-c68f-5585-970d-8830d5d8b534',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AR70BZK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120324176',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 14531,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-27',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI Q3 SPORTBACK 35 TFSI Sport 5dr',
'transmission': 'manual',
'trim': '35 TFSI Sport 5dr',
'vin': None,
'year': 2021}
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120324176%27 HTTP/1.1" 200 None
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Saving data for 120324176: {'auction_closing_time': 1775034000.0, 'created_time': 1773402367.848066, 'last_price_update_time': 1774587778.633342}
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120324176') HTTP/1.1" 204 0
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696832, 'registration': 'VN04KZZ', 'account': 'MER023', 'make': 'VOLVO', 'model': 'S60 DIESEL SALOON', 'derivative': '2.4 D5 SE 4dr', 'mileage': 277784, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2004-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-08', 'doors': 4, 'engineSize': 2401, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/48c7c103-4e4f-4ddb-adb0-b6ffc67f4a60_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/d6769bc4-d9d1-44f7-ba47-2134914c1c69_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/233df35c-e6ca-4029-867c-2821f605142c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/26b9b9ac-a66c-4e05-b563-7a28bc55c9c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/cee76914-928f-47e2-958a-dbccebe33312_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/489d768f-709f-469a-a66c-2517a915632a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 4/05 10K, 4/06 21K, 2/07 35K, 1/08 48K, 12/08 62K, 7/09 75K, 3/10 90K, 10/10 103K, 11/11 118K, 9/12 135K, 8/13 150K, 4/14 162K, 3/15 183K, 10/15 196K, 12/16 209K, 4/18 223K, 4/19 234K, 4/20 240K, 3/22 250K, 4/23 256K, 7/25 272K', 'remarks': 'SPARE KEY - VOSA ERROR 3/15 @ 364K', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cb0b3d39-a459-4462-a63a-58e59b862041.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696832, 'registration': 'VN04KZZ', 'account': 'MER023', 'make': 'VOLVO', 'model': 'S60 DIESEL SALOON', 'derivative': '2.4 D5 SE 4dr', 'mileage': 277784, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2004-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-08', 'doors': 4, 'engineSize': 2401, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/48c7c103-4e4f-4ddb-adb0-b6ffc67f4a60_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/d6769bc4-d9d1-44f7-ba47-2134914c1c69_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/233df35c-e6ca-4029-867c-2821f605142c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/26b9b9ac-a66c-4e05-b563-7a28bc55c9c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/cee76914-928f-47e2-958a-dbccebe33312_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN04KZZ/2026-03-25/image/489d768f-709f-469a-a66c-2517a915632a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 4/05 10K, 4/06 21K, 2/07 35K, 1/08 48K, 12/08 62K, 7/09 75K, 3/10 90K, 10/10 103K, 11/11 118K, 9/12 135K, 8/13 150K, 4/14 162K, 3/15 183K, 10/15 196K, 12/16 209K, 4/18 223K, 4/19 234K, 4/20 240K, 3/22 250K, 4/23 256K, 7/25 272K', 'remarks': 'SPARE KEY - VOSA ERROR 3/15 @ 364K', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cb0b3d39-a459-4462-a63a-58e59b862041.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa36b943-96a0-57cc-88c8-4802be0a0947 with identifier: 120696832
2026-03-27 05:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa36b943-96a0-57cc-88c8-4802be0a0947 with scrape type 2
2026-03-27 05:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa36b943-96a0-57cc-88c8-4802be0a0947 with scrape type 2
2026-03-27 05:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aa36b943-96a0-57cc-88c8-4802be0a0947, identifier: 120696832
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120753500, 'registration': 'MV16STX', 'account': 'GRE069', 'make': 'RENAULT', 'model': 'CLIO DIESEL HATCHBACK', 'derivative': '1.5 dCi 90 Dynamique Nav 5dr Auto', 'mileage': 129380, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-23', 'fuel': 'Diesel', 'motExpiry': '2026-05-01', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV16STX/2026-03-25/image/203f58c1-af82-4bb9-976b-39cfd7124807_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/6635e6fc-74fe-416e-9ec8-0146831a709e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/4692aa21-43f5-4d23-94cd-c6b349e00e1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/6352df8f-e0da-45f1-847d-b4af33da222c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/6a605d61-ff0c-4db8-ad13-715902e3f896_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/2daf653e-ab79-4334-96e2-0d1a453c4606_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/95d74d79-e369-483f-bafd-cd47bf11fba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/64e3bbe0-8cde-4cbb-b423-0ab83c1746cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/2890e760-e543-49b7-adf2-981718084a47_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/21-96K, 01/523-107K', 'remarks': 'VOSA STATES 110K, 120K, 127K, 129K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0084f76e-efd5-41bf-8892-2ff6959ae8be.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120753500, 'registration': 'MV16STX', 'account': 'GRE069', 'make': 'RENAULT', 'model': 'CLIO DIESEL HATCHBACK', 'derivative': '1.5 dCi 90 Dynamique Nav 5dr Auto', 'mileage': 129380, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-23', 'fuel': 'Diesel', 'motExpiry': '2026-05-01', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV16STX/2026-03-25/image/203f58c1-af82-4bb9-976b-39cfd7124807_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/6635e6fc-74fe-416e-9ec8-0146831a709e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/4692aa21-43f5-4d23-94cd-c6b349e00e1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/6352df8f-e0da-45f1-847d-b4af33da222c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/6a605d61-ff0c-4db8-ad13-715902e3f896_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/2daf653e-ab79-4334-96e2-0d1a453c4606_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/95d74d79-e369-483f-bafd-cd47bf11fba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/64e3bbe0-8cde-4cbb-b423-0ab83c1746cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV16STX/2026-03-25/image/2890e760-e543-49b7-adf2-981718084a47_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/21-96K, 01/523-107K', 'remarks': 'VOSA STATES 110K, 120K, 127K, 129K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0084f76e-efd5-41bf-8892-2ff6959ae8be.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc84f0aa-db22-559b-b88a-928bf85558c4 with identifier: 120753500
2026-03-27 05:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc84f0aa-db22-559b-b88a-928bf85558c4 with scrape type 2
2026-03-27 05:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc84f0aa-db22-559b-b88a-928bf85558c4 with scrape type 2
2026-03-27 05:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc84f0aa-db22-559b-b88a-928bf85558c4, identifier: 120753500
2026-03-27 05:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aa36b943-96a0-57cc-88c8-4802be0a0947 with identifier: 120696832
2026-03-27 05:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aa36b943-96a0-57cc-88c8-4802be0a0947 with identifier: 120696832
2026-03-27 05:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aa36b943-96a0-57cc-88c8-4802be0a0947 with identifier: 120696832 to the API
2026-03-27 05:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696832?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 171,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 3',
'engine': '2.4L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': 'aa36b943-96a0-57cc-88c8-4802be0a0947',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VN04KZZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696832',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLVO',
'model': 'S60 DIESEL SALOON',
'odometer': 277784,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-03-31',
'seller_name': 'Mercedes-Benz South West',
'title': 'VOLVO S60 DIESEL SALOON 2.4 D5 SE 4dr',
'transmission': 'manual',
'trim': '2.4 D5 SE 4dr',
'vin': None,
'year': 2004}
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696832%27 HTTP/1.1" 200 None
2026-03-27 05:03:00 [astonbarclay.gb] INFO: Saving data for 120696832: {'auction_closing_time': 1775637900.0, 'created_time': 1774379108.216039, 'last_price_update_time': 1774587780.085108}
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696832') HTTP/1.1" 204 0
2026-03-27 05:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc84f0aa-db22-559b-b88a-928bf85558c4 with identifier: 120753500
2026-03-27 05:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc84f0aa-db22-559b-b88a-928bf85558c4 with identifier: 120753500
2026-03-27 05:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc84f0aa-db22-559b-b88a-928bf85558c4 with identifier: 120753500 to the API
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120753500?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 92,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc84f0aa-db22-559b-b88a-928bf85558c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV16STX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120753500',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO DIESEL HATCHBACK',
'odometer': 129380,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-23',
'seller_name': 'Auction Plus',
'title': 'RENAULT CLIO DIESEL HATCHBACK 1.5 dCi 90 Dynamique Nav 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 dCi 90 Dynamique Nav 5dr Auto',
'vin': None,
'year': 2016}
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120753500%27 HTTP/1.1" 200 None
2026-03-27 05:03:00 [astonbarclay.gb] INFO: Saving data for 120753500: {'auction_closing_time': 1775034000.0, 'created_time': 1774379080.941984, 'last_price_update_time': 1774587780.386995}
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120753500') HTTP/1.1" 204 0
2026-03-27 05:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/112746460?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120261304?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120796415?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653827?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 112746460, 'registration': 'SD18UHF', 'account': 'MOT075', 'make': 'VOLVO', 'model': 'XC40 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 D4 [190] First Edition 5dr AWD Geartronic', 'mileage': 78635, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-05-16', 'fuel': 'Diesel', 'motExpiry': '2024-08-27', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SD18UHF/2026-02-05/image/1a429fc6-fe3e-4414-8c8c-6c0e8ca73b50_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/42c9aba4-17cf-46d8-aa63-4c80a5ec2d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/36aee72b-3e39-4b90-8246-1f531cb1cb04_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/1ad0722e-28d0-47f1-87fd-093ec385c236_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/8829b9a3-6ca3-4ef8-9d94-fa681ba7c87c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/ab1521b8-2504-4990-b643-1714051fce35_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/f4d10702-cfc6-44c0-9cf7-bf9d296da58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/c40c90f7-5c76-4e99-8841-1c084cf956b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/d9a472d0-eacb-4b0c-af20-89f286901a11_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/341b6fb2-2b81-404e-9e82-38edec245328_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 33K, 57K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/175cd04d-4b6c-4ae6-8446-385ae21a818c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 112746460, 'registration': 'SD18UHF', 'account': 'MOT075', 'make': 'VOLVO', 'model': 'XC40 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 D4 [190] First Edition 5dr AWD Geartronic', 'mileage': 78635, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-05-16', 'fuel': 'Diesel', 'motExpiry': '2024-08-27', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SD18UHF/2026-02-05/image/1a429fc6-fe3e-4414-8c8c-6c0e8ca73b50_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/42c9aba4-17cf-46d8-aa63-4c80a5ec2d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/36aee72b-3e39-4b90-8246-1f531cb1cb04_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/1ad0722e-28d0-47f1-87fd-093ec385c236_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/8829b9a3-6ca3-4ef8-9d94-fa681ba7c87c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/ab1521b8-2504-4990-b643-1714051fce35_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/f4d10702-cfc6-44c0-9cf7-bf9d296da58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/c40c90f7-5c76-4e99-8841-1c084cf956b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/d9a472d0-eacb-4b0c-af20-89f286901a11_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD18UHF/2026-02-05/image/341b6fb2-2b81-404e-9e82-38edec245328_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 33K, 57K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/175cd04d-4b6c-4ae6-8446-385ae21a818c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460
2026-03-27 05:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73de0d89-9996-5821-a35b-65b857d6dfd0 with scrape type 2
2026-03-27 05:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73de0d89-9996-5821-a35b-65b857d6dfd0 with scrape type 2
2026-03-27 05:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 73de0d89-9996-5821-a35b-65b857d6dfd0, identifier: 112746460
2026-03-27 05:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120261304, 'registration': 'MJ69XJT', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi GT Line 5dr EAT8', 'mileage': 110680, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-12-13', 'fuel': 'Diesel', 'motExpiry': '2026-08-07', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/30524434-c90d-48cc-83eb-f8d11f103d27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/740b5376-d880-4b03-ba5d-ff69453cd844_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/9f4ba5cc-190f-4584-b1f1-36d8600ad5b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/4b361bd3-8408-49dc-8b8c-016fe62ce7c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/5763a95a-fbcd-4c8f-9b77-3cc8bf50b2db_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/205d21ee-f440-4032-9e7b-1e43e94974ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/01858611-2b1f-4b32-a6e7-5f628d7412e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/9b16d55f-29ef-4211-a69e-1912fe35fbfc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/24 - 88K, 07/25 - 104K', 'remarks': 'VOSA STATES 56K, 70K, 88K, 104K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', '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/285e42f6-f752-4b98-acdc-95846f24b17f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120261304, 'registration': 'MJ69XJT', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi GT Line 5dr EAT8', 'mileage': 110680, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-12-13', 'fuel': 'Diesel', 'motExpiry': '2026-08-07', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/30524434-c90d-48cc-83eb-f8d11f103d27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/740b5376-d880-4b03-ba5d-ff69453cd844_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/9f4ba5cc-190f-4584-b1f1-36d8600ad5b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/4b361bd3-8408-49dc-8b8c-016fe62ce7c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/5763a95a-fbcd-4c8f-9b77-3cc8bf50b2db_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/205d21ee-f440-4032-9e7b-1e43e94974ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/01858611-2b1f-4b32-a6e7-5f628d7412e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69XJT/2026-03-11/image/9b16d55f-29ef-4211-a69e-1912fe35fbfc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/24 - 88K, 07/25 - 104K', 'remarks': 'VOSA STATES 56K, 70K, 88K, 104K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', '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/285e42f6-f752-4b98-acdc-95846f24b17f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304
2026-03-27 05:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dc3ee2a-3906-5e8c-a854-5b281d174877 with scrape type 2
2026-03-27 05:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dc3ee2a-3906-5e8c-a854-5b281d174877 with scrape type 2
2026-03-27 05:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5dc3ee2a-3906-5e8c-a854-5b281d174877, identifier: 120261304
2026-03-27 05:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460
2026-03-27 05:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460
2026-03-27 05:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460 to the API
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/112746460?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'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': '73de0d89-9996-5821-a35b-65b857d6dfd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SD18UHF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/112746460',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'XC40 ESTATE SPECIAL EDITIONS',
'odometer': 78635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-16',
'seller_name': 'MotoNovo Finance',
'title': 'VOLVO XC40 ESTATE SPECIAL EDITIONS 2.0 D4 [190] First Edition 5dr '
'AWD Geartronic',
'transmission': 'automatic',
'trim': '2.0 D4 [190] First Edition 5dr AWD Geartronic',
'vin': None,
'year': 2018}
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27112746460%27 HTTP/1.1" 200 None
2026-03-27 05:03:00 [astonbarclay.gb] INFO: Saving data for 112746460: {'auction_closing_time': 1774861200.0, 'created_time': 1773402938.470935, 'last_price_update_time': 1774587780.983155}
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='112746460') HTTP/1.1" 204 0
2026-03-27 05:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304
2026-03-27 05:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304
2026-03-27 05:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304 to the API
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120261304?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '5dc3ee2a-3906-5e8c-a854-5b281d174877',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ69XJT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120261304',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 110680,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-13',
'seller_name': 'MotoNovo Finance',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.5 BlueHDi GT Line 5dr EAT8',
'transmission': 'automatic',
'trim': '1.5 BlueHDi GT Line 5dr EAT8',
'vin': None,
'year': 2019}
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261304%27 HTTP/1.1" 200 None
2026-03-27 05:03:01 [astonbarclay.gb] INFO: Saving data for 120261304: {'auction_closing_time': 1774861200.0, 'created_time': 1773402286.586207, 'last_price_update_time': 1774587781.301689}
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261304') HTTP/1.1" 204 0
2026-03-27 05:03:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120796415, 'registration': 'GL69FPE', 'account': 'MOT075', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.0T GDi Exclusive 5dr DCT', 'mileage': 58819, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-11-18', 'fuel': 'Petrol', 'motExpiry': '2025-04-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL69FPE/2026-03-25/image/cf4c3ab1-c154-4588-b7d4-45950456f3ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/b17ec742-2cd4-4e42-a94f-c74026f44b12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/792ec195-0045-450b-8c68-5b0c6c505a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/4602635f-3601-4b0b-b2c1-1f6df4b7035f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/6f04e8da-0837-4e41-a753-8625b417137f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/d2c6d17d-e229-41f3-bca6-e36022a2c5c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/50020728-8e0c-49b4-9d3d-14291960d447_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/fdc3fed3-503b-43f2-8a4a-896ee4e9efdf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 45K, 58K, 58K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d76ec19c-4439-41b2-8e7b-cb0785f0321f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120796415, 'registration': 'GL69FPE', 'account': 'MOT075', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.0T GDi Exclusive 5dr DCT', 'mileage': 58819, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-11-18', 'fuel': 'Petrol', 'motExpiry': '2025-04-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL69FPE/2026-03-25/image/cf4c3ab1-c154-4588-b7d4-45950456f3ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/b17ec742-2cd4-4e42-a94f-c74026f44b12_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/792ec195-0045-450b-8c68-5b0c6c505a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/4602635f-3601-4b0b-b2c1-1f6df4b7035f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/6f04e8da-0837-4e41-a753-8625b417137f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/d2c6d17d-e229-41f3-bca6-e36022a2c5c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/50020728-8e0c-49b4-9d3d-14291960d447_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69FPE/2026-03-25/image/fdc3fed3-503b-43f2-8a4a-896ee4e9efdf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 45K, 58K, 58K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d76ec19c-4439-41b2-8e7b-cb0785f0321f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf31148f-0da4-5ef0-8492-12a286e7d61d with identifier: 120796415
2026-03-27 05:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf31148f-0da4-5ef0-8492-12a286e7d61d with scrape type 2
2026-03-27 05:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf31148f-0da4-5ef0-8492-12a286e7d61d with scrape type 2
2026-03-27 05:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf31148f-0da4-5ef0-8492-12a286e7d61d, identifier: 120796415
2026-03-27 05:03:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653827, 'registration': 'RE12FUG', 'account': 'JOH083', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 43535, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE12FUG/2026-03-24/image/5ca3cb46-a89f-4089-a182-df6e16ddc857_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/8e4c0f1e-a42c-4197-8a55-67eec5522bc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/312f8b06-384f-4ee3-a1d1-f50df5fada1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/dee0d2c0-80c6-41be-b6e2-867fdadfbac8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/f8f9d237-2900-4313-994e-79366d6dc8a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/7a2ebd08-658d-4188-8529-2455fd64003a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/dce80768-f4b7-4ade-be64-bc28b9370bcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/70c86de6-8c95-4538-bd25-54a468583452_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/13-3K, 06/14-6K, 06/15-9K, 06/16-13K, 06/17-17K, 09/18-20K.', 'remarks': 'VOSA STATES MILES@ 31K, 34K, 37K, 40K.', 'virtual': False, 'seller': 'John Grose Group', '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/60be343d-f960-4910-9755-d30e5cd3233a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653827, 'registration': 'RE12FUG', 'account': 'JOH083', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 43535, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE12FUG/2026-03-24/image/5ca3cb46-a89f-4089-a182-df6e16ddc857_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/8e4c0f1e-a42c-4197-8a55-67eec5522bc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/312f8b06-384f-4ee3-a1d1-f50df5fada1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/dee0d2c0-80c6-41be-b6e2-867fdadfbac8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/f8f9d237-2900-4313-994e-79366d6dc8a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/7a2ebd08-658d-4188-8529-2455fd64003a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/dce80768-f4b7-4ade-be64-bc28b9370bcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE12FUG/2026-03-24/image/70c86de6-8c95-4538-bd25-54a468583452_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/13-3K, 06/14-6K, 06/15-9K, 06/16-13K, 06/17-17K, 09/18-20K.', 'remarks': 'VOSA STATES MILES@ 31K, 34K, 37K, 40K.', 'virtual': False, 'seller': 'John Grose Group', '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/60be343d-f960-4910-9755-d30e5cd3233a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5575f585-528f-5db1-ae6f-17b8d89a4464 with identifier: 120653827
2026-03-27 05:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5575f585-528f-5db1-ae6f-17b8d89a4464 with scrape type 2
2026-03-27 05:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5575f585-528f-5db1-ae6f-17b8d89a4464 with scrape type 2
2026-03-27 05:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5575f585-528f-5db1-ae6f-17b8d89a4464, identifier: 120653827
2026-03-27 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120734951?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf31148f-0da4-5ef0-8492-12a286e7d61d with identifier: 120796415
2026-03-27 05:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf31148f-0da4-5ef0-8492-12a286e7d61d with identifier: 120796415
2026-03-27 05:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf31148f-0da4-5ef0-8492-12a286e7d61d with identifier: 120796415 to the API
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120796415?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cf31148f-0da4-5ef0-8492-12a286e7d61d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL69FPE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120796415',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MG MOTOR UK',
'model': 'ZS HATCHBACK',
'odometer': 58819,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-18',
'seller_name': 'MotoNovo Finance',
'title': 'MG MOTOR UK ZS HATCHBACK 1.0T GDi Exclusive 5dr DCT',
'transmission': 'automatic',
'trim': '1.0T GDi Exclusive 5dr DCT',
'vin': None,
'year': 2019}
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120796415%27 HTTP/1.1" 200 None
2026-03-27 05:03:01 [astonbarclay.gb] INFO: Saving data for 120796415: {'auction_closing_time': 1775034000.0, 'created_time': 1774465750.094294, 'last_price_update_time': 1774587781.791433}
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120796415') HTTP/1.1" 204 0
2026-03-27 05:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5575f585-528f-5db1-ae6f-17b8d89a4464 with identifier: 120653827
2026-03-27 05:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5575f585-528f-5db1-ae6f-17b8d89a4464 with identifier: 120653827
2026-03-27 05:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5575f585-528f-5db1-ae6f-17b8d89a4464 with identifier: 120653827 to the API
2026-03-27 05:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653827?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '5575f585-528f-5db1-ae6f-17b8d89a4464',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE12FUG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653827',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 43535,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-07',
'seller_name': 'John Grose Group',
'title': 'KIA PICANTO HATCHBACK 1.0 1 5dr',
'transmission': 'manual',
'trim': '1.0 1 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120653827%27 HTTP/1.1" 200 None
2026-03-27 05:03:02 [astonbarclay.gb] INFO: Saving data for 120653827: {'auction_closing_time': 1775034000.0, 'created_time': 1774379091.937414, 'last_price_update_time': 1774587782.08191}
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653827') HTTP/1.1" 204 0
2026-03-27 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-27 05:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120773780?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120734951, 'registration': 'BL65OPF', 'account': 'MOD010', 'make': 'AUDI', 'model': 'A7 SPORTBACK SPECIAL EDITIONS', 'derivative': '3.0 TDI Quattro 272 Black Edition 5dr S Tronic', 'mileage': 103965, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-12-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-13', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL65OPF/2026-03-25/image/e8ad438e-0361-4c2a-82a2-694dc97a64e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/4ab41d3e-6d53-41ca-af8d-7a2981bb1628_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/bd43f8d2-c9d9-444a-b8cb-e6173c680fdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/a2046596-eb30-4d30-b573-8978f41313ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/5bef89af-717f-444c-96bb-d903525aafb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/dbaef3d3-c354-4ee8-9d95-869a07a753b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/fee90782-7a78-4e0b-ba9b-5013ee0739d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/33424fc1-6f46-4154-a806-91b827920099_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/1410f70e-9a55-47ae-a8db-55b1c413d521_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 71K, 79K, 86K, 87K', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b71eb8af-59b9-4143-8aa2-d17c4526ab46.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120734951, 'registration': 'BL65OPF', 'account': 'MOD010', 'make': 'AUDI', 'model': 'A7 SPORTBACK SPECIAL EDITIONS', 'derivative': '3.0 TDI Quattro 272 Black Edition 5dr S Tronic', 'mileage': 103965, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-12-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-13', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL65OPF/2026-03-25/image/e8ad438e-0361-4c2a-82a2-694dc97a64e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/4ab41d3e-6d53-41ca-af8d-7a2981bb1628_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/bd43f8d2-c9d9-444a-b8cb-e6173c680fdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/a2046596-eb30-4d30-b573-8978f41313ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/5bef89af-717f-444c-96bb-d903525aafb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/dbaef3d3-c354-4ee8-9d95-869a07a753b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/fee90782-7a78-4e0b-ba9b-5013ee0739d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/33424fc1-6f46-4154-a806-91b827920099_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL65OPF/2026-03-25/image/1410f70e-9a55-47ae-a8db-55b1c413d521_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 71K, 79K, 86K, 87K', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b71eb8af-59b9-4143-8aa2-d17c4526ab46.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77326d7e-85a6-515e-9ba3-ba9c52f878b7 with identifier: 120734951
2026-03-27 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77326d7e-85a6-515e-9ba3-ba9c52f878b7 with scrape type 2
2026-03-27 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77326d7e-85a6-515e-9ba3-ba9c52f878b7 with scrape type 2
2026-03-27 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 77326d7e-85a6-515e-9ba3-ba9c52f878b7, identifier: 120734951
2026-03-27 05:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 77326d7e-85a6-515e-9ba3-ba9c52f878b7 with identifier: 120734951
2026-03-27 05:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 77326d7e-85a6-515e-9ba3-ba9c52f878b7 with identifier: 120734951
2026-03-27 05:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 77326d7e-85a6-515e-9ba3-ba9c52f878b7 with identifier: 120734951 to the API
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120734951?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '77326d7e-85a6-515e-9ba3-ba9c52f878b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BL65OPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120734951',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A7 SPORTBACK SPECIAL EDITIONS',
'odometer': 103965,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-29',
'seller_name': 'Autolend',
'title': 'AUDI A7 SPORTBACK SPECIAL EDITIONS 3.0 TDI Quattro 272 Black '
'Edition 5dr S Tronic',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro 272 Black Edition 5dr S Tronic',
'vin': None,
'year': 2015}
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120734951%27 HTTP/1.1" 200 None
2026-03-27 05:03:02 [astonbarclay.gb] INFO: Saving data for 120734951: {'auction_closing_time': 1775034000.0, 'created_time': 1774379088.167912, 'last_price_update_time': 1774587782.488588}
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120734951') HTTP/1.1" 204 0
2026-03-27 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120773780, 'registration': 'AO65WCP', 'account': 'JOH083', 'make': 'SSANGYONG', 'model': 'TIVOLI HATCHBACK', 'derivative': '1.6 ELX 5dr', 'mileage': 86489, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-11', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO65WCP/2026-03-25/image/523ef3f9-61f9-4db8-8994-ba5ada2dca81_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/a9adfd08-4aaf-4dfe-96e8-20ce9fd83b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/9c8a79dd-432a-432e-9092-b6b811964407_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/1d6143a0-e5be-4bbe-b077-a9b4d96eb88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/78d4f11d-7206-4f27-b978-82e45ee7ac3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/74289e68-543e-4301-9849-53cf8a4b3cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/40a09095-afc0-4e2b-9a44-596f69b24fc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/7f532087-86c2-4d93-b92a-44e3724e8b00_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/16-8K, 09/17-17K, 03/18-27K, 10/18-37K, 07/19-44K, 11/20-53K, 05/22-65K.', 'remarks': 'VOSA STATES MILES@ 65K, 73K, 77K, 82K. SPARE KEY AND SD CARD IN OFFICE.', 'virtual': False, 'seller': 'John Grose Group', '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/fd601971-9c09-42a1-9ab7-1475b57f737f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120773780, 'registration': 'AO65WCP', 'account': 'JOH083', 'make': 'SSANGYONG', 'model': 'TIVOLI HATCHBACK', 'derivative': '1.6 ELX 5dr', 'mileage': 86489, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-11', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO65WCP/2026-03-25/image/523ef3f9-61f9-4db8-8994-ba5ada2dca81_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/a9adfd08-4aaf-4dfe-96e8-20ce9fd83b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/9c8a79dd-432a-432e-9092-b6b811964407_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/1d6143a0-e5be-4bbe-b077-a9b4d96eb88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/78d4f11d-7206-4f27-b978-82e45ee7ac3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/74289e68-543e-4301-9849-53cf8a4b3cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/40a09095-afc0-4e2b-9a44-596f69b24fc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65WCP/2026-03-25/image/7f532087-86c2-4d93-b92a-44e3724e8b00_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/16-8K, 09/17-17K, 03/18-27K, 10/18-37K, 07/19-44K, 11/20-53K, 05/22-65K.', 'remarks': 'VOSA STATES MILES@ 65K, 73K, 77K, 82K. SPARE KEY AND SD CARD IN OFFICE.', 'virtual': False, 'seller': 'John Grose Group', '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/fd601971-9c09-42a1-9ab7-1475b57f737f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70df2039-c8fc-5f26-8aaa-8748f9fad553 with identifier: 120773780
2026-03-27 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70df2039-c8fc-5f26-8aaa-8748f9fad553 with scrape type 2
2026-03-27 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70df2039-c8fc-5f26-8aaa-8748f9fad553 with scrape type 2
2026-03-27 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 70df2039-c8fc-5f26-8aaa-8748f9fad553, identifier: 120773780
2026-03-27 05:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 70df2039-c8fc-5f26-8aaa-8748f9fad553 with identifier: 120773780
2026-03-27 05:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 70df2039-c8fc-5f26-8aaa-8748f9fad553 with identifier: 120773780
2026-03-27 05:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 70df2039-c8fc-5f26-8aaa-8748f9fad553 with identifier: 120773780 to the API
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120773780?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '70df2039-c8fc-5f26-8aaa-8748f9fad553',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO65WCP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120773780',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SSANGYONG',
'model': 'TIVOLI HATCHBACK',
'odometer': 86489,
'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': 'John Grose Group',
'title': 'SSANGYONG TIVOLI HATCHBACK 1.6 ELX 5dr',
'transmission': 'manual',
'trim': '1.6 ELX 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120773780%27 HTTP/1.1" 200 None
2026-03-27 05:03:02 [astonbarclay.gb] INFO: Saving data for 120773780: {'auction_closing_time': 1775034000.0, 'created_time': 1774465755.038784, 'last_price_update_time': 1774587782.912814}
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120773780') HTTP/1.1" 204 0
2026-03-27 05:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689852?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120736863?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120735356?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689713?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689852, 'registration': 'SH16ODJ', 'account': 'JOH083', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '2.0 TDCi 185 ST-1 5dr', 'mileage': 80865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-04-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/37cad6a2-d184-4ff6-aeb4-292bcb838864_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/f75d19bc-cc29-4d7b-946c-3562600dcd42_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/3b6d648b-f176-4abf-adaf-70fd13d24598_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/f6e25d91-e8e0-4f58-95c1-757a154ee3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/c7c2f906-ba53-4a4d-8833-3998b2deabc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/b6b9fe0f-566c-4102-a1e9-aeae669c553b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/0a34ed7d-669f-401d-b358-df3fda8c9b73_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/4c1e32b9-281c-43ff-80de-c6646f93192a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/1dbac02f-d9d4-4b52-a824-42c903d943a0_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d62b153-d1e2-4b82-9598-8fda91fbeaf2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689852, 'registration': 'SH16ODJ', 'account': 'JOH083', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '2.0 TDCi 185 ST-1 5dr', 'mileage': 80865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-04-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/37cad6a2-d184-4ff6-aeb4-292bcb838864_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/f75d19bc-cc29-4d7b-946c-3562600dcd42_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/3b6d648b-f176-4abf-adaf-70fd13d24598_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/f6e25d91-e8e0-4f58-95c1-757a154ee3b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/c7c2f906-ba53-4a4d-8833-3998b2deabc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/b6b9fe0f-566c-4102-a1e9-aeae669c553b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/0a34ed7d-669f-401d-b358-df3fda8c9b73_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/4c1e32b9-281c-43ff-80de-c6646f93192a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH16ODJ/2026-03-25/image/1dbac02f-d9d4-4b52-a824-42c903d943a0_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d62b153-d1e2-4b82-9598-8fda91fbeaf2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9995cbba-366e-5d67-9edf-37be21611601 with identifier: 120689852
2026-03-27 05:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9995cbba-366e-5d67-9edf-37be21611601 with scrape type 2
2026-03-27 05:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9995cbba-366e-5d67-9edf-37be21611601 with scrape type 2
2026-03-27 05:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9995cbba-366e-5d67-9edf-37be21611601, identifier: 120689852
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120736863, 'registration': 'BP72CVF', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 57889, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-21', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BP72CVF/2026-03-25/image/db0c679c-7d27-49cb-98f7-e0cedd57e36e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/2e853068-2543-4bc5-b59c-3afde27b1490_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/d815dfb1-b173-44cd-bbdd-a133e75a5cef_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/8b662b83-23ce-4c4f-82dc-0d17972034f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/ac6b0cf5-a6a6-454b-849f-28118e4d4205_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/e17ad460-f44f-4497-ba8d-640ace16ee26_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/2bb1126c-3f17-4d15-8614-5a0c4e290af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/1c36ef55-b829-417b-8c94-292ccdb59c7e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', '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/fce4c533-a479-41de-b174-dc3d9ba2d3cc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120736863, 'registration': 'BP72CVF', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 57889, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-21', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BP72CVF/2026-03-25/image/db0c679c-7d27-49cb-98f7-e0cedd57e36e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/2e853068-2543-4bc5-b59c-3afde27b1490_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/d815dfb1-b173-44cd-bbdd-a133e75a5cef_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/8b662b83-23ce-4c4f-82dc-0d17972034f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/ac6b0cf5-a6a6-454b-849f-28118e4d4205_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/e17ad460-f44f-4497-ba8d-640ace16ee26_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/2bb1126c-3f17-4d15-8614-5a0c4e290af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP72CVF/2026-03-25/image/1c36ef55-b829-417b-8c94-292ccdb59c7e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', '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/fce4c533-a479-41de-b174-dc3d9ba2d3cc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f01dc42-b521-556a-bc93-743ff2874672 with identifier: 120736863
2026-03-27 05:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f01dc42-b521-556a-bc93-743ff2874672 with scrape type 2
2026-03-27 05:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f01dc42-b521-556a-bc93-743ff2874672 with scrape type 2
2026-03-27 05:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8f01dc42-b521-556a-bc93-743ff2874672, identifier: 120736863
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120735356, 'registration': 'LA69EPL', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 67062, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-12-21', 'fuel': 'Electric', 'motExpiry': '2026-12-20', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LA69EPL/2026-03-25/image/b43459b9-c5d4-4942-882c-dc60c97cfe51_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/00b12001-5e6d-42b8-a1d3-dd0aba3a1fde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/2215c1cd-d757-4bfb-861e-31acb37f6771_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/83f0ede3-6579-41a3-83fb-f4104455eaf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/2904e53b-1742-4ce8-a1ba-9546dfc219a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/eee31506-97c8-4f79-aa9c-2a9ad8ca236a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/74795e75-e765-4e35-ba0f-5e6feb61010c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/82df5364-6c02-4eb6-a3e4-7c653b77d181_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/01676204-0acb-4d66-a9bb-d3b2512319c1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 30K, 42K, 55K, 65K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1be37704-3482-46df-b7ba-e87801608aca.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120735356, 'registration': 'LA69EPL', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 67062, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-12-21', 'fuel': 'Electric', 'motExpiry': '2026-12-20', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LA69EPL/2026-03-25/image/b43459b9-c5d4-4942-882c-dc60c97cfe51_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/00b12001-5e6d-42b8-a1d3-dd0aba3a1fde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/2215c1cd-d757-4bfb-861e-31acb37f6771_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/83f0ede3-6579-41a3-83fb-f4104455eaf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/2904e53b-1742-4ce8-a1ba-9546dfc219a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/eee31506-97c8-4f79-aa9c-2a9ad8ca236a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/74795e75-e765-4e35-ba0f-5e6feb61010c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/82df5364-6c02-4eb6-a3e4-7c653b77d181_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA69EPL/2026-03-25/image/01676204-0acb-4d66-a9bb-d3b2512319c1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 30K, 42K, 55K, 65K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1be37704-3482-46df-b7ba-e87801608aca.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07f6b29e-734a-50f5-a981-b6f47f16ba7d with identifier: 120735356
2026-03-27 05:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07f6b29e-734a-50f5-a981-b6f47f16ba7d with scrape type 2
2026-03-27 05:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07f6b29e-734a-50f5-a981-b6f47f16ba7d with scrape type 2
2026-03-27 05:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07f6b29e-734a-50f5-a981-b6f47f16ba7d, identifier: 120735356
2026-03-27 05:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9995cbba-366e-5d67-9edf-37be21611601 with identifier: 120689852
2026-03-27 05:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9995cbba-366e-5d67-9edf-37be21611601 with identifier: 120689852
2026-03-27 05:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9995cbba-366e-5d67-9edf-37be21611601 with identifier: 120689852 to the API
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689852?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '9995cbba-366e-5d67-9edf-37be21611601',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH16ODJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689852',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 80865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-30',
'seller_name': 'John Grose Group',
'title': 'FORD FOCUS DIESEL HATCHBACK 2.0 TDCi 185 ST-1 5dr',
'transmission': 'manual',
'trim': '2.0 TDCi 185 ST-1 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689852%27 HTTP/1.1" 200 None
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Saving data for 120689852: {'auction_closing_time': 1775034000.0, 'created_time': 1774465746.834531, 'last_price_update_time': 1774587783.596403}
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689852') HTTP/1.1" 204 0
2026-03-27 05:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8f01dc42-b521-556a-bc93-743ff2874672 with identifier: 120736863
2026-03-27 05:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8f01dc42-b521-556a-bc93-743ff2874672 with identifier: 120736863
2026-03-27 05:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8f01dc42-b521-556a-bc93-743ff2874672 with identifier: 120736863 to the API
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120736863?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-04-01T09:00:00Z',
'fuel_type': 'Electric',
'id': '8f01dc42-b521-556a-bc93-743ff2874672',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BP72CVF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120736863',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 57889,
'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': 'MotoNovo Finance',
'title': 'TESLA MODEL 3 SALOON Long Range AWD 4dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 4dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120736863%27 HTTP/1.1" 200 None
2026-03-27 05:03:03 [astonbarclay.gb] INFO: Saving data for 120736863: {'auction_closing_time': 1775034000.0, 'created_time': 1774379077.29336, 'last_price_update_time': 1774587783.893269}
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120736863') HTTP/1.1" 204 0
2026-03-27 05:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07f6b29e-734a-50f5-a981-b6f47f16ba7d with identifier: 120735356
2026-03-27 05:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07f6b29e-734a-50f5-a981-b6f47f16ba7d with identifier: 120735356
2026-03-27 05:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07f6b29e-734a-50f5-a981-b6f47f16ba7d with identifier: 120735356 to the API
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120735356?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-04-01T09:00:00Z',
'fuel_type': 'Electric',
'id': '07f6b29e-734a-50f5-a981-b6f47f16ba7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LA69EPL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120735356',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 67062,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-21',
'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': 2019}
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735356%27 HTTP/1.1" 200 None
2026-03-27 05:03:04 [astonbarclay.gb] INFO: Saving data for 120735356: {'auction_closing_time': 1775034000.0, 'created_time': 1774379074.543106, 'last_price_update_time': 1774587784.184905}
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735356') HTTP/1.1" 204 0
2026-03-27 05:03:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689713, 'registration': 'LO64KYS', 'account': 'JOH083', 'make': 'FIAT', 'model': '500L DIESEL HATCHBACK', 'derivative': '1.3 Multijet 85 Trekking 5dr', 'mileage': 89343, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-01-31', 'fuel': 'Diesel', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO64KYS/2026-03-25/image/461fd644-a074-4126-9751-2c58cd0570fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/a7eb2c36-0e43-44c4-b7c1-2794c22aabb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/8d3548b1-eea1-4702-a6c4-7fd9c5def7b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/79385cad-3d42-4808-add6-ce53006c7c23_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/6222e1e0-1e04-49ab-996c-bbf53443fa84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/3d1696d5-f647-460a-ad85-3bfecdb5e506_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/ce13abc7-54d4-4089-b67a-0789126edaa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/5fdd8fea-c672-457a-9e01-c744383ff0c1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63f8f2ea-c635-43f1-bf44-8e9c57ab8429.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689713, 'registration': 'LO64KYS', 'account': 'JOH083', 'make': 'FIAT', 'model': '500L DIESEL HATCHBACK', 'derivative': '1.3 Multijet 85 Trekking 5dr', 'mileage': 89343, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-01-31', 'fuel': 'Diesel', 'motExpiry': '2027-03-24', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO64KYS/2026-03-25/image/461fd644-a074-4126-9751-2c58cd0570fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/a7eb2c36-0e43-44c4-b7c1-2794c22aabb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/8d3548b1-eea1-4702-a6c4-7fd9c5def7b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/79385cad-3d42-4808-add6-ce53006c7c23_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/6222e1e0-1e04-49ab-996c-bbf53443fa84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/3d1696d5-f647-460a-ad85-3bfecdb5e506_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/ce13abc7-54d4-4089-b67a-0789126edaa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64KYS/2026-03-25/image/5fdd8fea-c672-457a-9e01-c744383ff0c1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63f8f2ea-c635-43f1-bf44-8e9c57ab8429.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f3b9866-3951-507c-b38c-72694e3311cb with identifier: 120689713
2026-03-27 05:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f3b9866-3951-507c-b38c-72694e3311cb with scrape type 2
2026-03-27 05:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f3b9866-3951-507c-b38c-72694e3311cb with scrape type 2
2026-03-27 05:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3f3b9866-3951-507c-b38c-72694e3311cb, identifier: 120689713
2026-03-27 05:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3f3b9866-3951-507c-b38c-72694e3311cb with identifier: 120689713
2026-03-27 05:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3f3b9866-3951-507c-b38c-72694e3311cb with identifier: 120689713
2026-03-27 05:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3f3b9866-3951-507c-b38c-72694e3311cb with identifier: 120689713 to the API
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689713?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '3f3b9866-3951-507c-b38c-72694e3311cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO64KYS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689713',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500L DIESEL HATCHBACK',
'odometer': 89343,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-31',
'seller_name': 'John Grose Group',
'title': 'FIAT 500L DIESEL HATCHBACK 1.3 Multijet 85 Trekking 5dr',
'transmission': 'manual',
'trim': '1.3 Multijet 85 Trekking 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120689713%27 HTTP/1.1" 200 None
2026-03-27 05:03:04 [astonbarclay.gb] INFO: Saving data for 120689713: {'auction_closing_time': 1775034000.0, 'created_time': 1774465748.491404, 'last_price_update_time': 1774587784.614407}
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689713') HTTP/1.1" 204 0
2026-03-27 05:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120724222?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120724222, 'registration': 'EA16WUE', 'account': 'JOH104', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 65397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-04-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA16WUE/2026-03-25/image/c31ddd00-fb2a-47c1-bdf0-04101b02040e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/d0bdc8e0-1e58-4334-9232-f427bb4e987e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/f223821f-7a85-40e6-98b9-1268d3f8a614_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/321dfa33-b7e1-4fe1-98f6-d427cabbfd79_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/1cc11187-0cb0-46c5-9d63-5ccbf96b76e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/7e03d7dd-79e1-41f5-8229-fc844031d73f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/c259be94-181b-4e02-956b-e65cfe254657_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/51cf9405-1bef-4d5a-8201-9e7900b2f890_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/825d9796-5527-48f2-b279-2120b68cdcf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/43c4b3ab-2c93-435d-94fd-911d0732c619_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', '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/8c29adc7-b04c-480c-afd5-69f2d8382b77.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120724222, 'registration': 'EA16WUE', 'account': 'JOH104', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 65397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19234, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-04-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA16WUE/2026-03-25/image/c31ddd00-fb2a-47c1-bdf0-04101b02040e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/d0bdc8e0-1e58-4334-9232-f427bb4e987e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/f223821f-7a85-40e6-98b9-1268d3f8a614_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/321dfa33-b7e1-4fe1-98f6-d427cabbfd79_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/1cc11187-0cb0-46c5-9d63-5ccbf96b76e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/7e03d7dd-79e1-41f5-8229-fc844031d73f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/c259be94-181b-4e02-956b-e65cfe254657_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/51cf9405-1bef-4d5a-8201-9e7900b2f890_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/825d9796-5527-48f2-b279-2120b68cdcf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16WUE/2026-03-25/image/43c4b3ab-2c93-435d-94fd-911d0732c619_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'John Grose Group', '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/8c29adc7-b04c-480c-afd5-69f2d8382b77.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd210031-63ef-5e20-adcf-dad44dd51d4a with identifier: 120724222
2026-03-27 05:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd210031-63ef-5e20-adcf-dad44dd51d4a with scrape type 2
2026-03-27 05:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd210031-63ef-5e20-adcf-dad44dd51d4a with scrape type 2
2026-03-27 05:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bd210031-63ef-5e20-adcf-dad44dd51d4a, identifier: 120724222
2026-03-27 05:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bd210031-63ef-5e20-adcf-dad44dd51d4a with identifier: 120724222
2026-03-27 05:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bd210031-63ef-5e20-adcf-dad44dd51d4a with identifier: 120724222
2026-03-27 05:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bd210031-63ef-5e20-adcf-dad44dd51d4a with identifier: 120724222 to the API
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120724222?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-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd210031-63ef-5e20-adcf-dad44dd51d4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA16WUE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120724222',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 65397,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-18',
'seller_name': 'John Grose 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': 2016}
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120724222%27 HTTP/1.1" 200 None
2026-03-27 05:03:05 [astonbarclay.gb] INFO: Saving data for 120724222: {'auction_closing_time': 1775034000.0, 'created_time': 1774465720.451828, 'last_price_update_time': 1774587785.21964}
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724222') HTTP/1.1" 204 0
2026-03-27 05:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521279?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:05 [scrapy.extensions.logstats] INFO: Crawled 284 pages (at 109 pages/min), scraped 280 items (at 107 items/min)
2026-03-27 05:03:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-27 05:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521279, 'registration': 'YN68PXW', 'account': 'WIL004', 'make': 'BMW', 'model': '2 SERIES GRAN TOURER', 'derivative': '220i Sport 5dr DCT', 'mileage': 103667, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-10-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YN68PXW/2026-03-23/image/71b10e4d-8d00-41b3-a674-98eeb4ca0ba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/eb696a5e-7659-419e-9759-7ce4a0551504_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/22063da3-22ad-4d89-8dbd-9753e834d759_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/bc9b6f21-e00b-4070-82d2-8dd71034061d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/6047129d-b4f2-453c-b798-aa5a4a080ba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/22824697-16cd-4abc-a810-68d82005f197_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/6a1dd2af-2d2b-4e2e-83f8-84640166474b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/c4651911-6e1e-4dbf-8ec9-d5657bc45b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/1f8ce460-0f88-468a-9194-954f2033ecdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/521a270a-0fcc-4402-8e27-d31cb6a2bdf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/497777c4-346d-4916-8607-2863bd47b24f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/018883bf-a968-4265-84cd-e3fedad51042_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service digital 12/20 6k 09/21 8k 08/22 15k 07/23 36k 01/24 47k 08/25 85k', 'remarks': 'Ex-Private Hire / SKEY', 'virtual': False, 'seller': 'Wilsons', '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/0d0384d1-883f-4ff8-8acc-6ed7fa01222d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521279, 'registration': 'YN68PXW', 'account': 'WIL004', 'make': 'BMW', 'model': '2 SERIES GRAN TOURER', 'derivative': '220i Sport 5dr DCT', 'mileage': 103667, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-10-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YN68PXW/2026-03-23/image/71b10e4d-8d00-41b3-a674-98eeb4ca0ba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/eb696a5e-7659-419e-9759-7ce4a0551504_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/22063da3-22ad-4d89-8dbd-9753e834d759_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/bc9b6f21-e00b-4070-82d2-8dd71034061d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/6047129d-b4f2-453c-b798-aa5a4a080ba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/22824697-16cd-4abc-a810-68d82005f197_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/6a1dd2af-2d2b-4e2e-83f8-84640166474b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/c4651911-6e1e-4dbf-8ec9-d5657bc45b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/1f8ce460-0f88-468a-9194-954f2033ecdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/521a270a-0fcc-4402-8e27-d31cb6a2bdf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/497777c4-346d-4916-8607-2863bd47b24f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN68PXW/2026-03-23/image/018883bf-a968-4265-84cd-e3fedad51042_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service digital 12/20 6k 09/21 8k 08/22 15k 07/23 36k 01/24 47k 08/25 85k', 'remarks': 'Ex-Private Hire / SKEY', 'virtual': False, 'seller': 'Wilsons', '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/0d0384d1-883f-4ff8-8acc-6ed7fa01222d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279
2026-03-27 05:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc179d88-b648-56f9-a590-ad4c33201725 with scrape type 2
2026-03-27 05:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc179d88-b648-56f9-a590-ad4c33201725 with scrape type 2
2026-03-27 05:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc179d88-b648-56f9-a590-ad4c33201725, identifier: 120521279
2026-03-27 05:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279
2026-03-27 05:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279
2026-03-27 05:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279 to the API
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521279?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-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'dc179d88-b648-56f9-a590-ad4c33201725',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YN68PXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521279',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'BMW',
'model': '2 SERIES GRAN TOURER',
'odometer': 103667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-29',
'seller_name': 'Wilsons',
'title': 'BMW 2 SERIES GRAN TOURER 220i Sport 5dr DCT',
'transmission': 'automatic',
'trim': '220i Sport 5dr DCT',
'vin': None,
'year': 2018}
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120521279%27 HTTP/1.1" 200 None
2026-03-27 05:03:05 [astonbarclay.gb] INFO: Saving data for 120521279: {'auction_closing_time': 1775033100.0, 'created_time': 1774260579.755621, 'last_price_update_time': 1774587785.784515}
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521279') HTTP/1.1" 204 0
2026-03-27 05:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256211?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120097975?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120719051, 'registration': 'CE70NZZ', 'account': 'RED032', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi Allure 5dr', 'mileage': 104288, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/21 9K 07/22 22K 07/23 35K 04/24 47K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Local Dealer', '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/ea00c582-d885-44d2-a4b9-6ff42aa64d60.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120719051, 'registration': 'CE70NZZ', 'account': 'RED032', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi Allure 5dr', 'mileage': 104288, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/21 9K 07/22 22K 07/23 35K 04/24 47K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Local Dealer', '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/ea00c582-d885-44d2-a4b9-6ff42aa64d60.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051
2026-03-27 05:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c192672-6f97-518a-9eb4-6c70ac1e1460 with scrape type 2
2026-03-27 05:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c192672-6f97-518a-9eb4-6c70ac1e1460 with scrape type 2
2026-03-27 05:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c192672-6f97-518a-9eb4-6c70ac1e1460, identifier: 120719051
2026-03-27 05:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051
2026-03-27 05:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051
2026-03-27 05:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051 to the API
2026-03-27 05:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Diesel',
'id': '8c192672-6f97-518a-9eb4-6c70ac1e1460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CE70NZZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719051',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 104288,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seller_name': 'Local Dealer',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.5 BlueHDi Allure 5dr',
'transmission': 'manual',
'trim': '1.5 BlueHDi Allure 5dr',
'vin': None,
'year': 2020}
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120719051%27 HTTP/1.1" 200 None
2026-03-27 05:03:06 [astonbarclay.gb] INFO: Saving data for 120719051: {'auction_closing_time': 1774857600.0, 'created_time': 1774358503.314181, 'last_price_update_time': 1774587786.228438}
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719051') HTTP/1.1" 204 0
2026-03-27 05:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120256211, 'registration': 'EK14EJC', 'account': 'KCS002', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 79870, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK14EJC/2026-03-09/image/6233804a-43e6-4e4c-be3d-6fac20fa367f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/cd0f165b-6f98-4565-a43b-67e41fa6b96e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/c66860c5-375d-4959-a87f-a53e4450e4ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/11d08f50-86d3-4266-80b0-8c3bcced870c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/33a4972b-cc8c-4186-89b2-cb95409bba78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/ff4cfb50-b233-4ef2-bcb0-508e4e1a7f7b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 4/16 16K, 8/17 25K, 7/18 34K, 9/20 47K, 11/22 62K', 'remarks': '*No Spare Key*', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cdf4757b-ad1d-48f5-b50d-324fd6e15573.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120256211, 'registration': 'EK14EJC', 'account': 'KCS002', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 79870, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK14EJC/2026-03-09/image/6233804a-43e6-4e4c-be3d-6fac20fa367f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/cd0f165b-6f98-4565-a43b-67e41fa6b96e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/c66860c5-375d-4959-a87f-a53e4450e4ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/11d08f50-86d3-4266-80b0-8c3bcced870c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/33a4972b-cc8c-4186-89b2-cb95409bba78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK14EJC/2026-03-09/image/ff4cfb50-b233-4ef2-bcb0-508e4e1a7f7b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 4/16 16K, 8/17 25K, 7/18 34K, 9/20 47K, 11/22 62K', 'remarks': '*No Spare Key*', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cdf4757b-ad1d-48f5-b50d-324fd6e15573.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211
2026-03-27 05:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5cb8de8-970f-5280-b376-d0602acd11ee with scrape type 2
2026-03-27 05:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5cb8de8-970f-5280-b376-d0602acd11ee with scrape type 2
2026-03-27 05:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e5cb8de8-970f-5280-b376-d0602acd11ee, identifier: 120256211
2026-03-27 05:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120097975, 'registration': 'SM15VJX', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec 5dr', 'mileage': 76721, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-05-23', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SM15VJX/2026-03-06/image/ed3ac49c-5a30-40e2-84f2-dd144abdd576_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/debb14a6-6071-49b3-87cd-691da8c5f597_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/34604055-5297-433f-b414-25b165ae062c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/fb4fd942-ad23-47b7-ba53-6471d27b07dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/08c2227e-8a96-4d5f-9631-5dca717e3ace_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/d373d878-c212-4001-8a74-d4e23d6a7786_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/7db1b600-887d-47ee-b123-676e33add076_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/ce5212b5-b708-445b-9cde-3979964df409_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/2da0a910-a16a-4bba-81f0-755f91a3b148_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice COPY INV 10/25 75K', 'remarks': 'SKEY, SD CARD', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/42aebb64-8815-4c16-8d96-21ed7e104289.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120097975, 'registration': 'SM15VJX', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Tec 5dr', 'mileage': 76721, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-05-23', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SM15VJX/2026-03-06/image/ed3ac49c-5a30-40e2-84f2-dd144abdd576_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/debb14a6-6071-49b3-87cd-691da8c5f597_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/34604055-5297-433f-b414-25b165ae062c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/fb4fd942-ad23-47b7-ba53-6471d27b07dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/08c2227e-8a96-4d5f-9631-5dca717e3ace_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/d373d878-c212-4001-8a74-d4e23d6a7786_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/7db1b600-887d-47ee-b123-676e33add076_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/ce5212b5-b708-445b-9cde-3979964df409_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM15VJX/2026-03-06/image/2da0a910-a16a-4bba-81f0-755f91a3b148_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice COPY INV 10/25 75K', 'remarks': 'SKEY, SD CARD', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/42aebb64-8815-4c16-8d96-21ed7e104289.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975
2026-03-27 05:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with scrape type 2
2026-03-27 05:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with scrape type 2
2026-03-27 05:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2, identifier: 120097975
2026-03-27 05:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211
2026-03-27 05:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211
2026-03-27 05:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211 to the API
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256211?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'e5cb8de8-970f-5280-b376-d0602acd11ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK14EJC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256211',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'B-MAX HATCHBACK',
'odometer': 79870,
'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': 'CarBuy Limited',
'title': 'FORD B-MAX HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256211%27 HTTP/1.1" 200 None
2026-03-27 05:03:06 [astonbarclay.gb] INFO: Saving data for 120256211: {'auction_closing_time': 1774857600.0, 'created_time': 1773403130.108462, 'last_price_update_time': 1774587786.780914}
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256211') HTTP/1.1" 204 0
2026-03-27 05:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975
2026-03-27 05:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975
2026-03-27 05:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975 to the API
2026-03-27 05:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120097975?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '3fd8bdc1-fadc-5183-a1f1-04595b9401a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SM15VJX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120097975',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 76721,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-04',
'seller_name': 'CarBuy Limited',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Tec 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Tec 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120097975%27 HTTP/1.1" 200 None
2026-03-27 05:03:07 [astonbarclay.gb] INFO: Saving data for 120097975: {'auction_closing_time': 1774857600.0, 'created_time': 1773402415.001792, 'last_price_update_time': 1774587787.140314}
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120097975') HTTP/1.1" 204 0
2026-03-27 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652810?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120759795?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120652810, 'registration': 'GY65UKL', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Active 3dr', 'mileage': 78782, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GY65UKL/2026-03-20/image/f0035632-fdfa-4243-8146-f98322a82606_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/e75ba760-56a9-497f-a685-7fb764f1144d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/d9e8b217-e4aa-46f7-8da1-cb6b7184d8d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/43f04726-2ec5-4469-b007-05e37307be9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/2f5c8ece-59d6-4113-a7f2-510f84feda2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/c13b5355-50f1-4142-8180-d17fa5efb054_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/faed333c-15f8-42e1-9782-1380a568fc14_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/aa997578-1adb-48e4-822d-9eb080dedbd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/7437154c-5f32-4618-adde-ccce7b716c5d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book SB 11/16 5K 11/17 11K / INV 11/19 (NO MILEAGE)', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/128866b6-7c70-4e1a-937a-5b460dedb05e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120652810, 'registration': 'GY65UKL', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Active 3dr', 'mileage': 78782, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GY65UKL/2026-03-20/image/f0035632-fdfa-4243-8146-f98322a82606_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/e75ba760-56a9-497f-a685-7fb764f1144d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/d9e8b217-e4aa-46f7-8da1-cb6b7184d8d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/43f04726-2ec5-4469-b007-05e37307be9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/2f5c8ece-59d6-4113-a7f2-510f84feda2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/c13b5355-50f1-4142-8180-d17fa5efb054_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/faed333c-15f8-42e1-9782-1380a568fc14_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/aa997578-1adb-48e4-822d-9eb080dedbd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY65UKL/2026-03-20/image/7437154c-5f32-4618-adde-ccce7b716c5d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book SB 11/16 5K 11/17 11K / INV 11/19 (NO MILEAGE)', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/128866b6-7c70-4e1a-937a-5b460dedb05e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810
2026-03-27 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with scrape type 2
2026-03-27 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with scrape type 2
2026-03-27 05:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e, identifier: 120652810
2026-03-27 05:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810
2026-03-27 05:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810
2026-03-27 05:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810 to the API
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652810?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GY65UKL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652810',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 78782,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-23',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 82 Active 3dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Active 3dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652810%27 HTTP/1.1" 200 None
2026-03-27 05:03:07 [astonbarclay.gb] INFO: Saving data for 120652810: {'auction_closing_time': 1774857600.0, 'created_time': 1774033797.046515, 'last_price_update_time': 1774587787.723273}
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652810') HTTP/1.1" 204 0
2026-03-27 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120759795, 'registration': 'WU67UKW', 'account': 'SOU042', 'make': 'FORD', 'model': 'TRANSIT CONNECT 210 L2 DIESEL', 'derivative': '1.5 TDCi 100ps Trend Van', 'mileage': 53563, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WU67UKW/2026-03-26/image/5a345dc8-6cda-4c53-995a-cb80ef3ad325_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/3e6d427e-7682-4dc0-a62c-c1a570d7c5ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/9543bb14-e973-4e79-80a0-07ed4bd5fe64_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/fdb24e85-5e5f-4663-ad5f-20b78a3a4f1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/2ccc58ae-f8da-49a4-89d5-1570612189ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/3c457b2a-7f01-44b6-9af9-beee6e3203c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/6ef864f3-219c-4d55-851c-2b3c8b71ed8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/84377fbd-8e30-4643-8cb2-0d4687b90e30_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/fbd0f166-710c-48f2-83f1-6102e3ab3730_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service print 12/17 448MILES, 12/18 7K, 03/19 8K, 08/19 10K, 12/19 13K, 03/20 15K, 12/20 23K, 04/21 25K, 08/21 45K (ERROR), 12/21 32K, 03/22 34K, 06/22 34K, 11/22 35K, 03/23 36K, 12/23 40K, 11/24 44K, 03/25 45K, 11/25 50K, 03/26 53K', 'remarks': 'SKEY / 1 OWNER FROM NEW / MOT EXP 07/26 / VOSA STATES 19K, 45K (ERROR), 35K, 38K, 43K, 48K', 'virtual': False, 'seller': 'South Gloucestershire Council', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8c789ad5-7670-45cb-b8cc-f19f6fc55f52.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120759795, 'registration': 'WU67UKW', 'account': 'SOU042', 'make': 'FORD', 'model': 'TRANSIT CONNECT 210 L2 DIESEL', 'derivative': '1.5 TDCi 100ps Trend Van', 'mileage': 53563, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WU67UKW/2026-03-26/image/5a345dc8-6cda-4c53-995a-cb80ef3ad325_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/3e6d427e-7682-4dc0-a62c-c1a570d7c5ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/9543bb14-e973-4e79-80a0-07ed4bd5fe64_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/fdb24e85-5e5f-4663-ad5f-20b78a3a4f1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/2ccc58ae-f8da-49a4-89d5-1570612189ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/3c457b2a-7f01-44b6-9af9-beee6e3203c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/6ef864f3-219c-4d55-851c-2b3c8b71ed8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/84377fbd-8e30-4643-8cb2-0d4687b90e30_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU67UKW/2026-03-26/image/fbd0f166-710c-48f2-83f1-6102e3ab3730_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service print 12/17 448MILES, 12/18 7K, 03/19 8K, 08/19 10K, 12/19 13K, 03/20 15K, 12/20 23K, 04/21 25K, 08/21 45K (ERROR), 12/21 32K, 03/22 34K, 06/22 34K, 11/22 35K, 03/23 36K, 12/23 40K, 11/24 44K, 03/25 45K, 11/25 50K, 03/26 53K', 'remarks': 'SKEY / 1 OWNER FROM NEW / MOT EXP 07/26 / VOSA STATES 19K, 45K (ERROR), 35K, 38K, 43K, 48K', 'virtual': False, 'seller': 'South Gloucestershire Council', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8c789ad5-7670-45cb-b8cc-f19f6fc55f52.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64a078cf-603f-57c2-9c4e-27265ed853b7 with identifier: 120759795
2026-03-27 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64a078cf-603f-57c2-9c4e-27265ed853b7 with scrape type 2
2026-03-27 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64a078cf-603f-57c2-9c4e-27265ed853b7 with scrape type 2
2026-03-27 05:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64a078cf-603f-57c2-9c4e-27265ed853b7, identifier: 120759795
2026-03-27 05:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64a078cf-603f-57c2-9c4e-27265ed853b7 with identifier: 120759795
2026-03-27 05:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64a078cf-603f-57c2-9c4e-27265ed853b7 with identifier: 120759795
2026-03-27 05:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64a078cf-603f-57c2-9c4e-27265ed853b7 with identifier: 120759795 to the API
2026-03-27 05:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120759795?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '64a078cf-603f-57c2-9c4e-27265ed853b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU67UKW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120759795',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'TRANSIT CONNECT 210 L2 DIESEL',
'odometer': 53563,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-04',
'seller_name': 'South Gloucestershire Council',
'title': 'FORD TRANSIT CONNECT 210 L2 DIESEL 1.5 TDCi 100ps Trend Van',
'transmission': 'manual',
'trim': '1.5 TDCi 100ps Trend Van',
'vin': None,
'year': 2017}
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120759795%27 HTTP/1.1" 200 None
2026-03-27 05:03:08 [astonbarclay.gb] INFO: Saving data for 120759795: {'auction_closing_time': 1775033100.0, 'created_time': 1774465774.399313, 'last_price_update_time': 1774587788.149565}
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120759795') HTTP/1.1" 204 0
2026-03-27 05:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696860?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120756423?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119628212?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120656433?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696860, 'registration': 'WF18AOT', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL ESTATE', 'derivative': 'E220d AMG Line Premium 5dr 9G-Tronic', 'mileage': 110893, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WF18AOT/2026-03-25/image/b9aba0fe-b1c5-4819-9028-59782594e052_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/a8d7df2d-f7b7-4322-8d21-440d50687231_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/ccce8839-c5fa-4e78-911f-997bd9cd645f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/a446766c-5d14-42e3-859c-260d1b0780cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/98bf3fac-1363-4219-b3ff-65e06ae99ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/3807a210-cdd2-4d56-8394-446b708feda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/5cdcf506-71c4-4fab-8acc-7c193133c4c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/e797ac7f-172a-4645-acb4-6e9602c790d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/e274c1c9-76d7-45c0-8b50-1d6ba120af10_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/78d97a89-4ea9-40d8-a45b-1ca4eb505f2e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 3/19 14K, 2/20 29K, 1/21 38K, 12/21 52K, 12/22 67K, 12/23 81K, 9/24 92K, 9/25 104K', 'remarks': 'S/KEY, SD CARD, Active Parking Assist, Electric driver’s seat & exterior mirrors with memory, Garmin® MAP PILOT, Panoramic sliding sunroof, Exterior mirrors - electrically folding, Wood trim - black ash, HANDS-FREE ACCESS, Heated front seats, KEYLESS-GO Comfort Package, Parking package with reversing camera, Mirror Package, 19" AMG alloy wheels - Twin-spoke light-alloy wheels painted in titan,', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/0dab03fd-a779-405b-a6ce-7eb3449c87ac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696860, 'registration': 'WF18AOT', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL ESTATE', 'derivative': 'E220d AMG Line Premium 5dr 9G-Tronic', 'mileage': 110893, 'mileageWarranty': True, 'type': 'car', 'saleId': 19309, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WF18AOT/2026-03-25/image/b9aba0fe-b1c5-4819-9028-59782594e052_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/a8d7df2d-f7b7-4322-8d21-440d50687231_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/ccce8839-c5fa-4e78-911f-997bd9cd645f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/a446766c-5d14-42e3-859c-260d1b0780cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/98bf3fac-1363-4219-b3ff-65e06ae99ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/3807a210-cdd2-4d56-8394-446b708feda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/5cdcf506-71c4-4fab-8acc-7c193133c4c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/e797ac7f-172a-4645-acb4-6e9602c790d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/e274c1c9-76d7-45c0-8b50-1d6ba120af10_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF18AOT/2026-03-25/image/78d97a89-4ea9-40d8-a45b-1ca4eb505f2e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 3/19 14K, 2/20 29K, 1/21 38K, 12/21 52K, 12/22 67K, 12/23 81K, 9/24 92K, 9/25 104K', 'remarks': 'S/KEY, SD CARD, Active Parking Assist, Electric driver’s seat & exterior mirrors with memory, Garmin® MAP PILOT, Panoramic sliding sunroof, Exterior mirrors - electrically folding, Wood trim - black ash, HANDS-FREE ACCESS, Heated front seats, KEYLESS-GO Comfort Package, Parking package with reversing camera, Mirror Package, 19" AMG alloy wheels - Twin-spoke light-alloy wheels painted in titan,', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/0dab03fd-a779-405b-a6ce-7eb3449c87ac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10acc570-f882-5833-b1d2-bad88779bb0f with identifier: 120696860
2026-03-27 05:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10acc570-f882-5833-b1d2-bad88779bb0f with scrape type 2
2026-03-27 05:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10acc570-f882-5833-b1d2-bad88779bb0f with scrape type 2
2026-03-27 05:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 10acc570-f882-5833-b1d2-bad88779bb0f, identifier: 120696860
2026-03-27 05:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 10acc570-f882-5833-b1d2-bad88779bb0f with identifier: 120696860
2026-03-27 05:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 10acc570-f882-5833-b1d2-bad88779bb0f with identifier: 120696860
2026-03-27 05:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 10acc570-f882-5833-b1d2-bad88779bb0f with identifier: 120696860 to the API
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696860?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': '10acc570-f882-5833-b1d2-bad88779bb0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WF18AOT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696860',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL ESTATE',
'odometer': 110893,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-30',
'seller_name': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ E CLASS DIESEL ESTATE E220d AMG Line Premium 5dr '
'9G-Tronic',
'transmission': 'automatic',
'trim': 'E220d AMG Line Premium 5dr 9G-Tronic',
'vin': None,
'year': 2018}
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696860%27 HTTP/1.1" 200 None
2026-03-27 05:03:08 [astonbarclay.gb] INFO: Saving data for 120696860: {'auction_closing_time': 1775637900.0, 'created_time': 1774379112.890051, 'last_price_update_time': 1774587788.867088}
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696860') HTTP/1.1" 204 0
2026-03-27 05:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120029775?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120098855?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120756423, 'registration': 'GL69KGU', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line Premium 5dr EAT8', 'mileage': 90055, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GL69KGU/2026-03-26/image/0ad051aa-41ba-4f9c-8faf-94de9acfd980_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/e4d2ea59-4743-43fa-815c-5df899223b5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/c530dc5a-9eb8-425a-a407-7794c96d72d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/31d50aac-d5ae-4378-ba53-1970f8fa43d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/0819e484-914f-408e-81b8-bfaa9b3fcb7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/6fa3f32a-f53a-49dc-8aab-dd668ad65474_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/f23a6e02-6d75-46f7-8e3f-e8119afa6334_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/2f9a7b84-b2f2-4026-9f35-83538a693f4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/7e8b6f3e-fc61-49f1-94da-a3a1281c311a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/29f60487-ca36-43a4-90ab-757f7f6d5b15_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/c70a831a-ea65-49bd-b83a-afa8e8a2e994_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 1/23 27K, 12/24 65K, INVOICE @ 1/23 27K, 12/23 40K, 5/24 52K (REPLACEMENT ENGINE), 12/24 65K, 8/25 79K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', '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/07743bf5-796d-43be-a33b-518424108ced.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120756423, 'registration': 'GL69KGU', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line Premium 5dr EAT8', 'mileage': 90055, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GL69KGU/2026-03-26/image/0ad051aa-41ba-4f9c-8faf-94de9acfd980_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/e4d2ea59-4743-43fa-815c-5df899223b5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/c530dc5a-9eb8-425a-a407-7794c96d72d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/31d50aac-d5ae-4378-ba53-1970f8fa43d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/0819e484-914f-408e-81b8-bfaa9b3fcb7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/6fa3f32a-f53a-49dc-8aab-dd668ad65474_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/f23a6e02-6d75-46f7-8e3f-e8119afa6334_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/2f9a7b84-b2f2-4026-9f35-83538a693f4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/7e8b6f3e-fc61-49f1-94da-a3a1281c311a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/29f60487-ca36-43a4-90ab-757f7f6d5b15_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL69KGU/2026-03-26/image/c70a831a-ea65-49bd-b83a-afa8e8a2e994_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 1/23 27K, 12/24 65K, INVOICE @ 1/23 27K, 12/23 40K, 5/24 52K (REPLACEMENT ENGINE), 12/24 65K, 8/25 79K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', '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/07743bf5-796d-43be-a33b-518424108ced.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d261a12-2d6a-5ed9-9556-75ce7afdd952 with identifier: 120756423
2026-03-27 05:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d261a12-2d6a-5ed9-9556-75ce7afdd952 with scrape type 2
2026-03-27 05:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d261a12-2d6a-5ed9-9556-75ce7afdd952 with scrape type 2
2026-03-27 05:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6d261a12-2d6a-5ed9-9556-75ce7afdd952, identifier: 120756423
2026-03-27 05:03:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119628212, 'registration': 'GF14FFV', 'account': 'AST002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Titanium Navigator 5dr Powershift', 'mileage': 78791, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-04-15', 'fuel': 'Petrol', 'motExpiry': '2027-01-11', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF14FFV/2026-03-02/image/30292f0f-d524-4b9f-b3e5-677c02013ce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/c0a352a4-f175-4d56-a104-61cedfaf42ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/5688b0b0-d4de-4b33-93a5-fbb1a5d2648b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/54cebcfb-acc6-415c-a199-e1810d284140_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/acb680e5-8351-4aa4-afc5-ae85c0954805_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/8bf29c8e-f806-4001-90e1-0532510c81e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/03131168-ca72-4128-aee4-36d16b5fb9b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/c58bbc42-8262-4d70-897d-9e69ad4e35a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/cd6dc335-ecfa-4977-a6d4-83ed78c39e86_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 04/15 10K 06/16 21K 06/18 37K 07/19 46K 04/22 67K 09/25 75K', 'remarks': 'SD CARD / NO SPARE KEY', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22705262-9074-4cb6-9b8b-1842fc1f88f7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119628212, 'registration': 'GF14FFV', 'account': 'AST002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Titanium Navigator 5dr Powershift', 'mileage': 78791, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-04-15', 'fuel': 'Petrol', 'motExpiry': '2027-01-11', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF14FFV/2026-03-02/image/30292f0f-d524-4b9f-b3e5-677c02013ce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/c0a352a4-f175-4d56-a104-61cedfaf42ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/5688b0b0-d4de-4b33-93a5-fbb1a5d2648b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/54cebcfb-acc6-415c-a199-e1810d284140_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/acb680e5-8351-4aa4-afc5-ae85c0954805_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/8bf29c8e-f806-4001-90e1-0532510c81e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/03131168-ca72-4128-aee4-36d16b5fb9b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/c58bbc42-8262-4d70-897d-9e69ad4e35a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14FFV/2026-03-02/image/cd6dc335-ecfa-4977-a6d4-83ed78c39e86_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 04/15 10K 06/16 21K 06/18 37K 07/19 46K 04/22 67K 09/25 75K', 'remarks': 'SD CARD / NO SPARE KEY', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22705262-9074-4cb6-9b8b-1842fc1f88f7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212
2026-03-27 05:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179ee6d5-1c6f-55cc-8938-c49094f91e51 with scrape type 2
2026-03-27 05:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 179ee6d5-1c6f-55cc-8938-c49094f91e51 with scrape type 2
2026-03-27 05:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 179ee6d5-1c6f-55cc-8938-c49094f91e51, identifier: 119628212
2026-03-27 05:03:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120656433, 'registration': 'LP19XFV', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '508 DIESEL FASTBACK', 'derivative': '2.0 BlueHDi GT Line 5dr EAT8', 'mileage': 114812, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-08-23', 'fuel': 'Diesel', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 2000, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP19XFV/2026-03-21/image/bf1cf859-3344-4efe-9f4b-7e78c8e3e79a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/7b4c45a2-da65-4db4-8280-3672d614fcb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/4e5d7d3f-5a9a-4926-9106-4702b7202750_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/f2f9000a-f7aa-43a6-b83a-30cc69a22655_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/af17d668-95be-4af7-9189-4c7b3cc18932_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/b85b3cfd-c181-4af7-9763-2ae11cf6f7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/a2076ded-015f-4137-8cc4-b926b6e6ee9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/149d15e7-48d8-46eb-aa39-36015920259a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/bc58f78d-493d-42f4-877e-33aa9a51c49f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire -NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 81K, 100K, 107K, 114K 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': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d76f8791-dd41-497e-81a6-ba904dddb650.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120656433, 'registration': 'LP19XFV', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '508 DIESEL FASTBACK', 'derivative': '2.0 BlueHDi GT Line 5dr EAT8', 'mileage': 114812, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-08-23', 'fuel': 'Diesel', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 2000, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP19XFV/2026-03-21/image/bf1cf859-3344-4efe-9f4b-7e78c8e3e79a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/7b4c45a2-da65-4db4-8280-3672d614fcb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/4e5d7d3f-5a9a-4926-9106-4702b7202750_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/f2f9000a-f7aa-43a6-b83a-30cc69a22655_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/af17d668-95be-4af7-9189-4c7b3cc18932_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/b85b3cfd-c181-4af7-9763-2ae11cf6f7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/a2076ded-015f-4137-8cc4-b926b6e6ee9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/149d15e7-48d8-46eb-aa39-36015920259a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP19XFV/2026-03-21/image/bc58f78d-493d-42f4-877e-33aa9a51c49f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire -NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 81K, 100K, 107K, 114K 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': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d76f8791-dd41-497e-81a6-ba904dddb650.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d2b7727-7c97-5041-986b-a19187bddff6 with identifier: 120656433
2026-03-27 05:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d2b7727-7c97-5041-986b-a19187bddff6 with scrape type 2
2026-03-27 05:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d2b7727-7c97-5041-986b-a19187bddff6 with scrape type 2
2026-03-27 05:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d2b7727-7c97-5041-986b-a19187bddff6, identifier: 120656433
2026-03-27 05:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6d261a12-2d6a-5ed9-9556-75ce7afdd952 with identifier: 120756423
2026-03-27 05:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6d261a12-2d6a-5ed9-9556-75ce7afdd952 with identifier: 120756423
2026-03-27 05:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6d261a12-2d6a-5ed9-9556-75ce7afdd952 with identifier: 120756423 to the API
2026-03-27 05:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120756423?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '6d261a12-2d6a-5ed9-9556-75ce7afdd952',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL69KGU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120756423',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 90055,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-29',
'seller_name': 'MotoNovo Finance',
'title': 'PEUGEOT 3008 ESTATE 1.2 PureTech GT Line Premium 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech GT Line Premium 5dr EAT8',
'vin': None,
'year': 2019}
2026-03-27 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120756423%27 HTTP/1.1" 200 None
2026-03-27 05:03:09 [astonbarclay.gb] INFO: Saving data for 120756423: {'auction_closing_time': 1775033100.0, 'created_time': 1774379110.353229, 'last_price_update_time': 1774587789.592587}
2026-03-27 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120756423') HTTP/1.1" 204 0
2026-03-27 05:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212
2026-03-27 05:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212
2026-03-27 05:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212 to the API
2026-03-27 05:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119628212?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '179ee6d5-1c6f-55cc-8938-c49094f91e51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF14FFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119628212',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 78791,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-15',
'seller_name': '.',
'title': 'FORD FOCUS HATCHBACK 1.6 125 Titanium Navigator 5dr Powershift',
'transmission': 'automatic',
'trim': '1.6 125 Titanium Navigator 5dr Powershift',
'vin': None,
'year': 2014}
2026-03-27 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119628212%27 HTTP/1.1" 200 None
2026-03-27 05:03:10 [astonbarclay.gb] INFO: Saving data for 119628212: {'auction_closing_time': 1774857600.0, 'created_time': 1773402481.132717, 'last_price_update_time': 1774587790.005752}
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119628212') HTTP/1.1" 204 0
2026-03-27 05:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d2b7727-7c97-5041-986b-a19187bddff6 with identifier: 120656433
2026-03-27 05:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d2b7727-7c97-5041-986b-a19187bddff6 with identifier: 120656433
2026-03-27 05:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d2b7727-7c97-5041-986b-a19187bddff6 with identifier: 120656433 to the API
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120656433?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '0d2b7727-7c97-5041-986b-a19187bddff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP19XFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120656433',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '508 DIESEL FASTBACK',
'odometer': 114812,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-23',
'seller_name': 'MotoNovo Finance',
'title': 'PEUGEOT 508 DIESEL FASTBACK 2.0 BlueHDi GT Line 5dr EAT8',
'transmission': 'automatic',
'trim': '2.0 BlueHDi GT Line 5dr EAT8',
'vin': None,
'year': 2019}
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656433%27 HTTP/1.1" 200 None
2026-03-27 05:03:10 [astonbarclay.gb] INFO: Saving data for 120656433: {'auction_closing_time': 1774861200.0, 'created_time': 1774260475.952856, 'last_price_update_time': 1774587790.299443}
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656433') HTTP/1.1" 204 0
2026-03-27 05:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119212621?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120555558?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120029775, 'registration': 'LM18VGN', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 97424, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-07-12', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LM18VGN/2026-03-02/image/1688e089-d19c-4211-bb0a-3f56e9bbe50b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/4322d642-890d-40f3-a0d9-5ba96a128069_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/91716a60-af6c-4ee4-8c77-bfaa8b4080aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/daf4f4d8-d699-4c3e-84e4-32dc308470a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/2cec5b3b-4bd1-49d3-8abc-dfafca20094f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/0c0192f7-840d-43b8-a148-d3b956c110db_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/e2c0cc04-0827-4e5f-8d10-909581dd0f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/09d3d36c-f46b-42ea-a05f-5523ed054af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/ef2dbe0a-c488-4d32-be2c-b4531c860aaf_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 8/19 9K, 9/20 17K, 10/22 50K INVOICE @ 10/21 33K, 10/22 42K, 11/23 67K, 10/24 80K,', 'remarks': '*No Spare Key* POSSIBLE IMMOBILISER FAULT - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': False, 'seller': 'CarBuy Limited', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120029775, 'registration': 'LM18VGN', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 97424, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-07-12', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LM18VGN/2026-03-02/image/1688e089-d19c-4211-bb0a-3f56e9bbe50b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/4322d642-890d-40f3-a0d9-5ba96a128069_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/91716a60-af6c-4ee4-8c77-bfaa8b4080aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/daf4f4d8-d699-4c3e-84e4-32dc308470a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/2cec5b3b-4bd1-49d3-8abc-dfafca20094f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/0c0192f7-840d-43b8-a148-d3b956c110db_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/e2c0cc04-0827-4e5f-8d10-909581dd0f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/09d3d36c-f46b-42ea-a05f-5523ed054af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM18VGN/2026-03-02/image/ef2dbe0a-c488-4d32-be2c-b4531c860aaf_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 8/19 9K, 9/20 17K, 10/22 50K INVOICE @ 10/21 33K, 10/22 42K, 11/23 67K, 10/24 80K,', 'remarks': '*No Spare Key* POSSIBLE IMMOBILISER FAULT - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': False, 'seller': 'CarBuy Limited', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775
2026-03-27 05:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with scrape type 2
2026-03-27 05:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with scrape type 2
2026-03-27 05:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41d7e4df-acd5-5326-a9ce-76e51f69bc20, identifier: 120029775
2026-03-27 05:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120098855, 'registration': 'NU18HKF', 'account': 'MOT075', 'make': 'FORD', 'model': 'KUGA ESTATE (NR)', 'derivative': '1.5 EcoBoost ST-Line 5dr 2WD', 'mileage': 57817, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2025-06-13', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NU18HKF/2026-03-26/image/ea08a2ac-6367-499c-a8ad-e908f680745f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/ffdd90cc-8c2f-4f58-91e6-d270d9bcde86_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/f79bb66c-8eb1-4dd3-8c55-7d27529e505b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/170e86be-618d-4df9-aa27-2ced261821fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/b66d58d7-d92f-4ab0-b010-a38a7bb0aab0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 8/19 12K, 7/20 20K, 3/23 37K, 6/24 52K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3dd2e3af-dbce-4ed2-9170-7e4ff327113a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120098855, 'registration': 'NU18HKF', 'account': 'MOT075', 'make': 'FORD', 'model': 'KUGA ESTATE (NR)', 'derivative': '1.5 EcoBoost ST-Line 5dr 2WD', 'mileage': 57817, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2025-06-13', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NU18HKF/2026-03-26/image/ea08a2ac-6367-499c-a8ad-e908f680745f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/ffdd90cc-8c2f-4f58-91e6-d270d9bcde86_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/f79bb66c-8eb1-4dd3-8c55-7d27529e505b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/170e86be-618d-4df9-aa27-2ced261821fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU18HKF/2026-03-26/image/b66d58d7-d92f-4ab0-b010-a38a7bb0aab0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 8/19 12K, 7/20 20K, 3/23 37K, 6/24 52K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3dd2e3af-dbce-4ed2-9170-7e4ff327113a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d12ec93-e056-520c-bb66-623c88a102d5 with identifier: 120098855
2026-03-27 05:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d12ec93-e056-520c-bb66-623c88a102d5 with scrape type 2
2026-03-27 05:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d12ec93-e056-520c-bb66-623c88a102d5 with scrape type 2
2026-03-27 05:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d12ec93-e056-520c-bb66-623c88a102d5, identifier: 120098855
2026-03-27 05:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775
2026-03-27 05:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775
2026-03-27 05:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775 to the API
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120029775?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-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '41d7e4df-acd5-5326-a9ce-76e51f69bc20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM18VGN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120029775',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 97424,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-13',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 3008 ESTATE 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120029775%27 HTTP/1.1" 200 None
2026-03-27 05:03:10 [astonbarclay.gb] INFO: Saving data for 120029775: {'auction_closing_time': 1774857600.0, 'created_time': 1773404482.753992, 'last_price_update_time': 1774587790.877397}
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120029775') HTTP/1.1" 204 0
2026-03-27 05:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d12ec93-e056-520c-bb66-623c88a102d5 with identifier: 120098855
2026-03-27 05:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d12ec93-e056-520c-bb66-623c88a102d5 with identifier: 120098855
2026-03-27 05:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d12ec93-e056-520c-bb66-623c88a102d5 with identifier: 120098855 to the API
2026-03-27 05:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120098855?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': '1d12ec93-e056-520c-bb66-623c88a102d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NU18HKF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120098855',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'KUGA ESTATE (NR)',
'odometer': 57817,
'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': 'MotoNovo Finance',
'title': 'FORD KUGA ESTATE (NR) 1.5 EcoBoost ST-Line 5dr 2WD',
'transmission': 'manual',
'trim': '1.5 EcoBoost ST-Line 5dr 2WD',
'vin': None,
'year': 2018}
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120098855%27 HTTP/1.1" 200 None
2026-03-27 05:03:11 [astonbarclay.gb] INFO: Saving data for 120098855: {'auction_closing_time': 1775033100.0, 'created_time': 1774465757.122053, 'last_price_update_time': 1774587791.165325}
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120098855') HTTP/1.1" 204 0
2026-03-27 05:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120134274?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120174959?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120241494?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120211201?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119212621, 'registration': 'MA14XFH', 'account': 'TOM015', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.6 THP Active 5dr', 'mileage': 89446, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA14XFH/2026-03-06/image/d684386f-913f-46cd-8603-12e826d5e5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/5449ba71-7c3a-4d1e-8147-3c02cac6da79_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/a531e9bb-d0af-4517-999b-290106d54e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/fd0e8579-e298-4873-ae26-950f6c72d0c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/846c8130-d9a4-4fea-b338-b40f1cc41c1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/97fd472c-9476-4c9c-ae6f-3dbf8f17d18f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 09/24 78k, 10/25 87k', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'Local Account Dealer', '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/e928a6ab-a7f4-44f1-99ea-bd085f1c7a67.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119212621, 'registration': 'MA14XFH', 'account': 'TOM015', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.6 THP Active 5dr', 'mileage': 89446, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA14XFH/2026-03-06/image/d684386f-913f-46cd-8603-12e826d5e5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/5449ba71-7c3a-4d1e-8147-3c02cac6da79_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/a531e9bb-d0af-4517-999b-290106d54e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/fd0e8579-e298-4873-ae26-950f6c72d0c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/846c8130-d9a4-4fea-b338-b40f1cc41c1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14XFH/2026-03-06/image/97fd472c-9476-4c9c-ae6f-3dbf8f17d18f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 09/24 78k, 10/25 87k', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'Local Account Dealer', '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/e928a6ab-a7f4-44f1-99ea-bd085f1c7a67.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621
2026-03-27 05:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with scrape type 2
2026-03-27 05:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with scrape type 2
2026-03-27 05:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4edce66f-298c-5e51-a6b4-1cc1cc903f37, identifier: 119212621
2026-03-27 05:03:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120555558, 'registration': 'EO14BCV', 'account': 'KCS002', 'make': 'HYUNDAI', 'model': 'IX35 ESTATE', 'derivative': '1.6 GDI S 5dr 2WD', 'mileage': 96939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-08-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO14BCV/2026-03-18/image/9b789f21-20c4-4c47-8586-96a4babbabac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/e26f3124-1198-4615-80d4-ede578dd8d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/7cddc9e6-8bfc-4a4e-ba33-3156c86dc0b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/56d29e6f-ee65-4ae6-81e9-5c3148c713ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/e09b54c6-7581-42b1-8651-ac8c7158db40_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/4084f10f-e226-4036-be49-a6fa3f5c48e6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/16 11K 06/17 13K 03/19 21K 03/20 32K 04/21 39K 04/23 61K 04/24 74K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0ea3c7b6-6724-4773-b814-e596deee6a0e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120555558, 'registration': 'EO14BCV', 'account': 'KCS002', 'make': 'HYUNDAI', 'model': 'IX35 ESTATE', 'derivative': '1.6 GDI S 5dr 2WD', 'mileage': 96939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-08-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO14BCV/2026-03-18/image/9b789f21-20c4-4c47-8586-96a4babbabac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/e26f3124-1198-4615-80d4-ede578dd8d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/7cddc9e6-8bfc-4a4e-ba33-3156c86dc0b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/56d29e6f-ee65-4ae6-81e9-5c3148c713ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/e09b54c6-7581-42b1-8651-ac8c7158db40_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14BCV/2026-03-18/image/4084f10f-e226-4036-be49-a6fa3f5c48e6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/16 11K 06/17 13K 03/19 21K 03/20 32K 04/21 39K 04/23 61K 04/24 74K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0ea3c7b6-6724-4773-b814-e596deee6a0e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558
2026-03-27 05:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9078c847-399e-5b2a-8f4d-b3962a9d9494 with scrape type 2
2026-03-27 05:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9078c847-399e-5b2a-8f4d-b3962a9d9494 with scrape type 2
2026-03-27 05:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9078c847-399e-5b2a-8f4d-b3962a9d9494, identifier: 120555558
2026-03-27 05:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621
2026-03-27 05:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621
2026-03-27 05:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621 to the API
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119212621?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '4edce66f-298c-5e51-a6b4-1cc1cc903f37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA14XFH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119212621',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 89446,
'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': 'Local Account Dealer',
'title': 'PEUGEOT 308 HATCHBACK 1.6 THP Active 5dr',
'transmission': 'manual',
'trim': '1.6 THP Active 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119212621%27 HTTP/1.1" 200 None
2026-03-27 05:03:11 [astonbarclay.gb] INFO: Saving data for 119212621: {'auction_closing_time': 1774857600.0, 'created_time': 1773402402.976583, 'last_price_update_time': 1774587791.782879}
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119212621') HTTP/1.1" 204 0
2026-03-27 05:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558
2026-03-27 05:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558
2026-03-27 05:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558 to the API
2026-03-27 05:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120555558?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '9078c847-399e-5b2a-8f4d-b3962a9d9494',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO14BCV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120555558',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'HYUNDAI',
'model': 'IX35 ESTATE',
'odometer': 96939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-29',
'seller_name': 'CarBuy Limited',
'title': 'HYUNDAI IX35 ESTATE 1.6 GDI S 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 GDI S 5dr 2WD',
'vin': None,
'year': 2014}
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120555558%27 HTTP/1.1" 200 None
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Saving data for 120555558: {'auction_closing_time': 1774857600.0, 'created_time': 1773838904.343815, 'last_price_update_time': 1774587792.106131}
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555558') HTTP/1.1" 204 0
2026-03-27 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120263591?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120245728?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120134274, 'registration': 'LB69SKE', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 95 Trend 5dr', 'mileage': 45829, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LB69SKE/2026-03-04/image/35d8c78e-0d21-4008-bca7-318db9a67981_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/9b8493ce-d6a8-4431-9d9b-056a18ed8743_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/d1f874aa-d2e6-4831-90f1-f508deb793f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/6939b560-c7cf-411a-b54f-678aa2454b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/33415035-a9a9-4742-a39b-6628896c4436_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/3b2eb53a-a749-4596-a269-fc7cd4e3bd0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/6140c119-9f9d-4d35-80f4-98fa31970d4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/73d50b7f-8c7f-41fb-a2ce-f67e8f4cef51_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/567abf2f-7979-4000-b122-a4eafb4ea5bd_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SPARE KEY (Blade Missing)', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6bfc1558-7f7e-4e3e-8bc6-e2e16c0568d2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120134274, 'registration': 'LB69SKE', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 95 Trend 5dr', 'mileage': 45829, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LB69SKE/2026-03-04/image/35d8c78e-0d21-4008-bca7-318db9a67981_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/9b8493ce-d6a8-4431-9d9b-056a18ed8743_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/d1f874aa-d2e6-4831-90f1-f508deb793f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/6939b560-c7cf-411a-b54f-678aa2454b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/33415035-a9a9-4742-a39b-6628896c4436_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/3b2eb53a-a749-4596-a269-fc7cd4e3bd0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/6140c119-9f9d-4d35-80f4-98fa31970d4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/73d50b7f-8c7f-41fb-a2ce-f67e8f4cef51_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB69SKE/2026-03-04/image/567abf2f-7979-4000-b122-a4eafb4ea5bd_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SPARE KEY (Blade Missing)', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6bfc1558-7f7e-4e3e-8bc6-e2e16c0568d2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274
2026-03-27 05:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee44881e-cae0-5c1f-af22-06d8e0bda965 with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee44881e-cae0-5c1f-af22-06d8e0bda965 with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee44881e-cae0-5c1f-af22-06d8e0bda965, identifier: 120134274
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120174959, 'registration': 'EF65OZE', 'account': 'AST002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr Xtronic', 'mileage': 54433, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF65OZE/2026-03-10/image/c3821d28-673c-4aa3-baa3-b766bdfec34b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/30cdde81-2756-4764-b636-cdacc5130f8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/3a72bb20-7ab2-4662-a7ab-e2dd44cdda64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/bb7f142c-a87c-4232-a486-d72bce2d35a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/56c8b4fb-a5f4-455c-9075-5a5e53c38762_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/211fcc69-10a4-40e6-b0ce-d7c95483990b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/be61683e-674c-441f-b84c-91ebe5e06ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/fc506190-b79d-4958-b431-1ade87b14953_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/e1b481a3-29a4-4a7b-a88f-364236567808_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/ed51f18c-12cf-4923-9245-7ce1ef1cbd94_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 04/19-23k, 06/20-29k, 05/21-31k, 05/22-36k, 06/23-43k, 05/24-47k,', 'remarks': '**Possible Gearbox Fault / Juddering From Gearbox** - **Unable To Read Odometer / Last Known Mileage: VOSA 54,433m (Jan 2026)** - VOSA STATES: 54k, 50k, 46k, 41k, 35k, 31k, 27k, 23k - CAP Values Calculated At 54k - SPARE KEY & SD CARD -', 'virtual': False, 'seller': '.', '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/7289e144-51f8-4813-b16a-29d4c43a380f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120174959, 'registration': 'EF65OZE', 'account': 'AST002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr Xtronic', 'mileage': 54433, 'mileageWarranty': False, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF65OZE/2026-03-10/image/c3821d28-673c-4aa3-baa3-b766bdfec34b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/30cdde81-2756-4764-b636-cdacc5130f8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/3a72bb20-7ab2-4662-a7ab-e2dd44cdda64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/bb7f142c-a87c-4232-a486-d72bce2d35a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/56c8b4fb-a5f4-455c-9075-5a5e53c38762_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/211fcc69-10a4-40e6-b0ce-d7c95483990b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/be61683e-674c-441f-b84c-91ebe5e06ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/fc506190-b79d-4958-b431-1ade87b14953_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/e1b481a3-29a4-4a7b-a88f-364236567808_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF65OZE/2026-03-10/image/ed51f18c-12cf-4923-9245-7ce1ef1cbd94_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 04/19-23k, 06/20-29k, 05/21-31k, 05/22-36k, 06/23-43k, 05/24-47k,', 'remarks': '**Possible Gearbox Fault / Juddering From Gearbox** - **Unable To Read Odometer / Last Known Mileage: VOSA 54,433m (Jan 2026)** - VOSA STATES: 54k, 50k, 46k, 41k, 35k, 31k, 27k, 23k - CAP Values Calculated At 54k - SPARE KEY & SD CARD -', 'virtual': False, 'seller': '.', '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/7289e144-51f8-4813-b16a-29d4c43a380f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959
2026-03-27 05:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 549a7a51-1e00-5f21-8793-24a0168dd72a with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 549a7a51-1e00-5f21-8793-24a0168dd72a with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 549a7a51-1e00-5f21-8793-24a0168dd72a, identifier: 120174959
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120241494, 'registration': 'BF13UGE', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 VTi Active 5dr', 'mileage': 48751, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-04-18', 'fuel': 'Petrol', 'motExpiry': '2026-08-17', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF13UGE/2026-03-09/image/d29ba9d5-8bad-405f-9104-f8d136d19cb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/fae25b7e-f6fe-4150-b012-1b3177bcb43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/c47fb72b-3756-41f2-b2be-6af6104d0ccb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/5db41149-1b9a-4f2d-8ba5-d58fe337ea92_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/f14900db-9754-4c2a-8aa7-dafabf4c04c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/e66ffb2e-56cf-45c3-ab7f-8a5fea0a814e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/f111f473-0d40-4d62-8c63-a7f7037d2b57.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120241494, 'registration': 'BF13UGE', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 VTi Active 5dr', 'mileage': 48751, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-04-18', 'fuel': 'Petrol', 'motExpiry': '2026-08-17', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF13UGE/2026-03-09/image/d29ba9d5-8bad-405f-9104-f8d136d19cb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/fae25b7e-f6fe-4150-b012-1b3177bcb43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/c47fb72b-3756-41f2-b2be-6af6104d0ccb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/5db41149-1b9a-4f2d-8ba5-d58fe337ea92_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/f14900db-9754-4c2a-8aa7-dafabf4c04c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF13UGE/2026-03-09/image/e66ffb2e-56cf-45c3-ab7f-8a5fea0a814e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/f111f473-0d40-4d62-8c63-a7f7037d2b57.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494
2026-03-27 05:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbf67ec5-b143-5607-a00f-7d2ac354e69e with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbf67ec5-b143-5607-a00f-7d2ac354e69e with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbf67ec5-b143-5607-a00f-7d2ac354e69e, identifier: 120241494
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120211201, 'registration': 'BP19PZA', 'account': 'WIL004', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure Premium 5dr [Start Stop]', 'mileage': 39724, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-04-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BP19PZA/2026-03-10/image/b64aae01-5277-4b3b-ac47-d11d1a5c0096_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/38d63ae5-58de-4644-983f-c9c016ad6354_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/901c58a9-a13a-4f53-a32f-cfefe302f973_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/732508a8-43fc-42cd-8f8b-a374aba6e89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/47821023-c183-4e12-9cda-de49fc634b11_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/90a49b6b-9542-4a84-9044-6505972cc026_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/6d81792c-3bd9-4e8c-900f-fed2ebfd0a44_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/bf667d0b-13ff-4075-8b1d-d1ea2c2dc42f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/c4a9873e-ddd3-43d1-9f00-f6f4aff86eb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/4d2b0783-7553-4e8f-b873-d535a64e9560_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 03/22 8K INV @ 06/20 4K 03/21 5K', 'remarks': 'S/KEY ***VOSA ERROR @ 02/24 39K***', 'virtual': False, 'seller': 'Wilsons', '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/e5cede19-ae2b-44f3-90f4-ce56b8e194b1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120211201, 'registration': 'BP19PZA', 'account': 'WIL004', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure Premium 5dr [Start Stop]', 'mileage': 39724, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-04-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BP19PZA/2026-03-10/image/b64aae01-5277-4b3b-ac47-d11d1a5c0096_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/38d63ae5-58de-4644-983f-c9c016ad6354_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/901c58a9-a13a-4f53-a32f-cfefe302f973_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/732508a8-43fc-42cd-8f8b-a374aba6e89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/47821023-c183-4e12-9cda-de49fc634b11_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/90a49b6b-9542-4a84-9044-6505972cc026_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/6d81792c-3bd9-4e8c-900f-fed2ebfd0a44_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/bf667d0b-13ff-4075-8b1d-d1ea2c2dc42f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/c4a9873e-ddd3-43d1-9f00-f6f4aff86eb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP19PZA/2026-03-10/image/4d2b0783-7553-4e8f-b873-d535a64e9560_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 03/22 8K INV @ 06/20 4K 03/21 5K', 'remarks': 'S/KEY ***VOSA ERROR @ 02/24 39K***', 'virtual': False, 'seller': 'Wilsons', '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/e5cede19-ae2b-44f3-90f4-ce56b8e194b1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201
2026-03-27 05:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with scrape type 2
2026-03-27 05:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d, identifier: 120211201
2026-03-27 05:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274
2026-03-27 05:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274
2026-03-27 05:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274 to the API
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120134274?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee44881e-cae0-5c1f-af22-06d8e0bda965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LB69SKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120134274',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 45829,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-31',
'seller_name': 'CarBuy Limited',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 95 Trend 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 95 Trend 5dr',
'vin': None,
'year': 2020}
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120134274%27 HTTP/1.1" 200 None
2026-03-27 05:03:12 [astonbarclay.gb] INFO: Saving data for 120134274: {'auction_closing_time': 1774857600.0, 'created_time': 1773403029.966482, 'last_price_update_time': 1774587792.879929}
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120134274') HTTP/1.1" 204 0
2026-03-27 05:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959
2026-03-27 05:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959
2026-03-27 05:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959 to the API
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120174959?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '549a7a51-1e00-5f21-8793-24a0168dd72a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF65OZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120174959',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 54433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-29',
'seller_name': '.',
'title': 'NISSAN JUKE HATCHBACK 1.6 Tekna 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.6 Tekna 5dr Xtronic',
'vin': None,
'year': 2016}
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120174959%27 HTTP/1.1" 200 None
2026-03-27 05:03:13 [astonbarclay.gb] INFO: Saving data for 120174959: {'auction_closing_time': 1774857600.0, 'created_time': 1773402356.33834, 'last_price_update_time': 1774587793.260082}
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120174959') HTTP/1.1" 204 0
2026-03-27 05:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494
2026-03-27 05:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494
2026-03-27 05:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494 to the API
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120241494?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'bbf67ec5-b143-5607-a00f-7d2ac354e69e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF13UGE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120241494',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 48751,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-18',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 208 HATCHBACK 1.2 VTi Active 5dr',
'transmission': 'manual',
'trim': '1.2 VTi Active 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120241494%27 HTTP/1.1" 200 None
2026-03-27 05:03:13 [astonbarclay.gb] INFO: Saving data for 120241494: {'auction_closing_time': 1774857600.0, 'created_time': 1773402394.160329, 'last_price_update_time': 1774587793.590491}
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120241494') HTTP/1.1" 204 0
2026-03-27 05:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201
2026-03-27 05:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201
2026-03-27 05:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201 to the API
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120211201?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BP19PZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120211201',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 39724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-29',
'seller_name': 'Wilsons',
'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-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120211201%27 HTTP/1.1" 200 None
2026-03-27 05:03:13 [astonbarclay.gb] INFO: Saving data for 120211201: {'auction_closing_time': 1774857600.0, 'created_time': 1773403156.891774, 'last_price_update_time': 1774587793.92743}
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120211201') HTTP/1.1" 204 0
2026-03-27 05:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120478141?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120263591, 'registration': 'BF66ANU', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 Active 5dr', 'mileage': 76838, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-01-19', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF66ANU/2026-03-10/image/5cf4cf54-927d-4b27-982a-f3764c622c58_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/25be9918-a091-4b29-a55c-598b27046fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/61a52ff6-dc12-4a7b-a2f0-26a4b04a04d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/5ad4d34b-0a73-483c-ba2f-33b27c5c9d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/27812a87-4c4f-4517-aaf7-7b946922c84b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/574bb6df-d832-4995-a37b-619ee7641c86_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/448cf644-ee1d-4a96-bd02-5561674c9321_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/f0a9e4da-ee69-4ac0-9e27-2b671ce2a721_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/c1c586ff-16fa-4903-b537-12a9cb86e773.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120263591, 'registration': 'BF66ANU', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech 130 Active 5dr', 'mileage': 76838, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-01-19', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF66ANU/2026-03-10/image/5cf4cf54-927d-4b27-982a-f3764c622c58_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/25be9918-a091-4b29-a55c-598b27046fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/61a52ff6-dc12-4a7b-a2f0-26a4b04a04d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/5ad4d34b-0a73-483c-ba2f-33b27c5c9d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/27812a87-4c4f-4517-aaf7-7b946922c84b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/574bb6df-d832-4995-a37b-619ee7641c86_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/448cf644-ee1d-4a96-bd02-5561674c9321_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF66ANU/2026-03-10/image/f0a9e4da-ee69-4ac0-9e27-2b671ce2a721_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/c1c586ff-16fa-4903-b537-12a9cb86e773.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591
2026-03-27 05:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5708eeb9-255c-504f-a331-4deaa60aff26 with scrape type 2
2026-03-27 05:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5708eeb9-255c-504f-a331-4deaa60aff26 with scrape type 2
2026-03-27 05:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5708eeb9-255c-504f-a331-4deaa60aff26, identifier: 120263591
2026-03-27 05:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120245728, 'registration': 'CK72VOU', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto', 'mileage': 49728, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CK72VOU/2026-03-12/image/f7474b20-8963-4df6-8c86-01179a592575_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/0279a1dc-7f03-4e88-b07c-4ab6c017c375_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/063dd422-2907-40d8-b49d-cc86c696d54d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/c72df553-5caa-4336-80d1-ad339d18bc29_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/f2ef854e-0b8c-4a9e-ab11-cba17d81d1c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/03d5be8c-f599-4276-9b63-9daf0792bab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/03c3a454-1a47-40d9-be79-1e1f88c8ab33_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/3d46abda-3552-4be3-a8ef-19234d87fcaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/7109b2c9-1777-49aa-963d-80d16e4d60ed_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 02/24 19K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'GRS 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/17bc7169-fc41-4458-a607-b5d7b1af6238.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120245728, 'registration': 'CK72VOU', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto', 'mileage': 49728, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CK72VOU/2026-03-12/image/f7474b20-8963-4df6-8c86-01179a592575_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/0279a1dc-7f03-4e88-b07c-4ab6c017c375_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/063dd422-2907-40d8-b49d-cc86c696d54d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/c72df553-5caa-4336-80d1-ad339d18bc29_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/f2ef854e-0b8c-4a9e-ab11-cba17d81d1c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/03d5be8c-f599-4276-9b63-9daf0792bab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/03c3a454-1a47-40d9-be79-1e1f88c8ab33_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/3d46abda-3552-4be3-a8ef-19234d87fcaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72VOU/2026-03-12/image/7109b2c9-1777-49aa-963d-80d16e4d60ed_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 02/24 19K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'GRS 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/17bc7169-fc41-4458-a607-b5d7b1af6238.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728
2026-03-27 05:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baf07ef6-1f42-58c4-8763-b5206a136be1 with scrape type 2
2026-03-27 05:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baf07ef6-1f42-58c4-8763-b5206a136be1 with scrape type 2
2026-03-27 05:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: baf07ef6-1f42-58c4-8763-b5206a136be1, identifier: 120245728
2026-03-27 05:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591
2026-03-27 05:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591
2026-03-27 05:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591 to the API
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120263591?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '5708eeb9-255c-504f-a331-4deaa60aff26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF66ANU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120263591',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 76838,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-19',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 308 HATCHBACK 1.2 PureTech 130 Active 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Active 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120263591%27 HTTP/1.1" 200 None
2026-03-27 05:03:14 [astonbarclay.gb] INFO: Saving data for 120263591: {'auction_closing_time': 1774857600.0, 'created_time': 1773402476.570224, 'last_price_update_time': 1774587794.491232}
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120263591') HTTP/1.1" 204 0
2026-03-27 05:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728
2026-03-27 05:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728
2026-03-27 05:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728 to the API
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120245728?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'baf07ef6-1f42-58c4-8763-b5206a136be1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CK72VOU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120245728',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 49728,
'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': 'GRS Motor Group',
'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-27 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120245728%27 HTTP/1.1" 200 None
2026-03-27 05:03:14 [astonbarclay.gb] INFO: Saving data for 120245728: {'auction_closing_time': 1774857600.0, 'created_time': 1773402443.111326, 'last_price_update_time': 1774587794.833474}
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120245728') HTTP/1.1" 204 0
2026-03-27 05:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521299?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484239?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120478141, 'registration': 'CF68EFV', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 55330, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-02-15', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CF68EFV/2026-03-17/image/db58448b-55dd-4c92-bb40-82206786ddf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/fd70f873-8446-4843-90c8-9c8da92e36d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/8afaeed1-ed6c-4502-b200-f04a8929a9a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/0f757421-d97e-4803-a0f1-dab6ee8e8023_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/d618180d-1f33-49db-932c-bc0015b09bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/ce55296f-441c-4c0f-b9e3-75aa48e06a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/8739a3c6-2c7f-4084-be70-6ff5edac1d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/16bdaa24-9a31-45f0-be27-3f378275a664_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/b6528d70-3649-479f-8499-cbc0c377f66b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/5870cada-e4cb-4fd5-9006-7a7662194db9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2f9239ff-c341-4b09-8498-491f281214c6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120478141, 'registration': 'CF68EFV', 'account': 'KCS002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 55330, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-02-15', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CF68EFV/2026-03-17/image/db58448b-55dd-4c92-bb40-82206786ddf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/fd70f873-8446-4843-90c8-9c8da92e36d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/8afaeed1-ed6c-4502-b200-f04a8929a9a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/0f757421-d97e-4803-a0f1-dab6ee8e8023_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/d618180d-1f33-49db-932c-bc0015b09bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/ce55296f-441c-4c0f-b9e3-75aa48e06a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/8739a3c6-2c7f-4084-be70-6ff5edac1d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/16bdaa24-9a31-45f0-be27-3f378275a664_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/b6528d70-3649-479f-8499-cbc0c377f66b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF68EFV/2026-03-17/image/5870cada-e4cb-4fd5-9006-7a7662194db9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2f9239ff-c341-4b09-8498-491f281214c6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141
2026-03-27 05:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d5ae99-714c-5d44-b5c6-d749528db03d with scrape type 2
2026-03-27 05:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d5ae99-714c-5d44-b5c6-d749528db03d with scrape type 2
2026-03-27 05:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63d5ae99-714c-5d44-b5c6-d749528db03d, identifier: 120478141
2026-03-27 05:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141
2026-03-27 05:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141
2026-03-27 05:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141 to the API
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120478141?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '63d5ae99-714c-5d44-b5c6-d749528db03d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CF68EFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120478141',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 55330,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-15',
'seller_name': 'CarBuy Limited',
'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-27 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478141%27 HTTP/1.1" 200 None
2026-03-27 05:03:15 [astonbarclay.gb] INFO: Saving data for 120478141: {'auction_closing_time': 1774857600.0, 'created_time': 1773688007.020939, 'last_price_update_time': 1774587795.278372}
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478141') HTTP/1.1" 204 0
2026-03-27 05:03:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521299, 'registration': 'KM67SCZ', 'account': 'WIL004', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 Allure 5dr EAT6', 'mileage': 117030, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/0262fc99-a49d-4e4d-8240-e323f56257a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/5aa662a0-0510-4284-8802-e9ba6e1fe6fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/f58ff8f5-f4c0-49fd-8479-28e5e03ad305_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/0132b374-31f5-4403-b77e-ff161c737200_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/b1708a2e-b251-4674-b30d-a0adaf080dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/9bcfdb7e-d65c-41c2-a996-0e7bc7e86450_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/eded9a04-86ec-49fb-86c5-19cb0fa6935f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/cc883db2-52e0-423c-ac30-593360a825d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/2274b22a-8dc4-4adf-8b5e-722d846e5d81_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/7a4e4133-53b1-4b93-9d9a-846264f9a0a6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 11/18 18K, 10/20 37K, 11/21 48K, 1/23 62K, 12/23 78K, 7/24 90K, 8/24 91K, 10/25 112K, INVOICE @ 6/25 105K,', 'remarks': '*No Spare Key*', 'virtual': False, 'seller': 'Wilsons', '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/23682612-5ab3-4833-8e72-cc88667a7f1d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521299, 'registration': 'KM67SCZ', 'account': 'WIL004', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 Allure 5dr EAT6', 'mileage': 117030, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/0262fc99-a49d-4e4d-8240-e323f56257a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/5aa662a0-0510-4284-8802-e9ba6e1fe6fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/f58ff8f5-f4c0-49fd-8479-28e5e03ad305_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/0132b374-31f5-4403-b77e-ff161c737200_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/b1708a2e-b251-4674-b30d-a0adaf080dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/9bcfdb7e-d65c-41c2-a996-0e7bc7e86450_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/eded9a04-86ec-49fb-86c5-19cb0fa6935f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/cc883db2-52e0-423c-ac30-593360a825d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/2274b22a-8dc4-4adf-8b5e-722d846e5d81_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM67SCZ/2026-03-23/image/7a4e4133-53b1-4b93-9d9a-846264f9a0a6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book BOOK @ 11/18 18K, 10/20 37K, 11/21 48K, 1/23 62K, 12/23 78K, 7/24 90K, 8/24 91K, 10/25 112K, INVOICE @ 6/25 105K,', 'remarks': '*No Spare Key*', 'virtual': False, 'seller': 'Wilsons', '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/23682612-5ab3-4833-8e72-cc88667a7f1d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299
2026-03-27 05:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with scrape type 2
2026-03-27 05:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with scrape type 2
2026-03-27 05:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2a7eccd3-593c-5db5-8273-05f69e4c4a17, identifier: 120521299
2026-03-27 05:03:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120484239, 'registration': 'YJ13YKO', 'account': 'MOT075', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.6 125 Zetec 5dr Powershift', 'mileage': 84178, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-03-22', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/e2542c1e-0c5e-47b8-bc51-a93ca0ee39fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/4c943a8e-aab6-4a2a-b8aa-21b733868d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/cfea0554-c963-42dc-8f3c-a42d35c1d4e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/adc9ecfd-fa57-4662-a269-de0976a5e4b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/4a1db5f0-669c-47f6-9068-69d0fa747455_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/830b7a0f-4755-4fe3-b3bb-44101ae46dec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/7a18f5ae-c7c9-4f2a-af33-13efe7450b75_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/dec5641b-5b2e-41cc-a30e-57734cfc7947_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/1fa0dfa1-a3ea-4aa2-9bfe-4fa2d175dbb2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 03/24 78K INV @ 03/22 71K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6365da7c-defc-4fee-b555-4a9160c6374f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120484239, 'registration': 'YJ13YKO', 'account': 'MOT075', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.6 125 Zetec 5dr Powershift', 'mileage': 84178, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-03-22', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/e2542c1e-0c5e-47b8-bc51-a93ca0ee39fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/4c943a8e-aab6-4a2a-b8aa-21b733868d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/cfea0554-c963-42dc-8f3c-a42d35c1d4e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/adc9ecfd-fa57-4662-a269-de0976a5e4b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/4a1db5f0-669c-47f6-9068-69d0fa747455_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/830b7a0f-4755-4fe3-b3bb-44101ae46dec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/7a18f5ae-c7c9-4f2a-af33-13efe7450b75_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/dec5641b-5b2e-41cc-a30e-57734cfc7947_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/1fa0dfa1-a3ea-4aa2-9bfe-4fa2d175dbb2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 03/24 78K INV @ 03/22 71K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6365da7c-defc-4fee-b555-4a9160c6374f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239
2026-03-27 05:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 611e533f-94b9-5a69-9333-d6265d9d42f6 with scrape type 2
2026-03-27 05:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 611e533f-94b9-5a69-9333-d6265d9d42f6 with scrape type 2
2026-03-27 05:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 611e533f-94b9-5a69-9333-d6265d9d42f6, identifier: 120484239
2026-03-27 05:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299
2026-03-27 05:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299
2026-03-27 05:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299 to the API
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521299?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '2a7eccd3-593c-5db5-8273-05f69e4c4a17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM67SCZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521299',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 117030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-31',
'seller_name': 'Wilsons',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.6 BlueHDi 120 Allure 5dr EAT6',
'transmission': 'automatic',
'trim': '1.6 BlueHDi 120 Allure 5dr EAT6',
'vin': None,
'year': 2017}
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120521299%27 HTTP/1.1" 200 None
2026-03-27 05:03:15 [astonbarclay.gb] INFO: Saving data for 120521299: {'auction_closing_time': 1775033100.0, 'created_time': 1774260813.502599, 'last_price_update_time': 1774587795.796307}
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521299') HTTP/1.1" 204 0
2026-03-27 05:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239
2026-03-27 05:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239
2026-03-27 05:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239 to the API
2026-03-27 05:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120484239?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': '611e533f-94b9-5a69-9333-d6265d9d42f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YJ13YKO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484239',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FOCUS ESTATE',
'odometer': 84178,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-20',
'seller_name': 'MotoNovo Finance',
'title': 'FORD FOCUS ESTATE 1.6 125 Zetec 5dr Powershift',
'transmission': 'automatic',
'trim': '1.6 125 Zetec 5dr Powershift',
'vin': None,
'year': 2013}
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120484239%27 HTTP/1.1" 200 None
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Saving data for 120484239: {'auction_closing_time': 1774857600.0, 'created_time': 1773688005.819915, 'last_price_update_time': 1774587796.166173}
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484239') HTTP/1.1" 204 0
2026-03-27 05:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794514?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587610?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798154?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794514, 'registration': 'HJ12TKE', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Edge 5dr', 'mileage': 152253, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-11-26', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/66119a07-deae-4bbb-845e-0d6427a71884_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/ad8ac1d0-fcf1-4e69-8c01-46cc2984d8cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/96c52087-2f51-4f9c-93ff-3092c115c7a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/270d44a1-84bc-419e-8b32-4627523944ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/3ca5cb3d-b91d-4a22-9031-a8b87891ed73_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/75fc4756-a508-4143-927f-f7b0632185b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/54c2be56-c57c-4311-9dea-390e65083e86_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/eebc7139-5349-4be1-b372-0d2d91b7d19c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/634decac-c05a-4946-b7c5-18ef57f70b1b_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/13 - 8K, 02/14 - 17K, 08/14 - 26K, 01/15 - 32K, 11/15 - 50K, 12/16 - 64K, 07/17 - 71K, 04/19 - 89K, 11/21 - 107K, 09/22 - 118K, 11/23 - 129K,', 'remarks': '**789** VOSA STATES 32K, 50K, 64K, 77K, 86K, 97K, 100K, 107K, 120K, 129K, 138K, 148K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4cbed349-e83b-48cf-8ae4-22d70e207a0d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794514, 'registration': 'HJ12TKE', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Edge 5dr', 'mileage': 152253, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-11-26', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/66119a07-deae-4bbb-845e-0d6427a71884_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/ad8ac1d0-fcf1-4e69-8c01-46cc2984d8cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/96c52087-2f51-4f9c-93ff-3092c115c7a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/270d44a1-84bc-419e-8b32-4627523944ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/3ca5cb3d-b91d-4a22-9031-a8b87891ed73_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/75fc4756-a508-4143-927f-f7b0632185b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/54c2be56-c57c-4311-9dea-390e65083e86_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/eebc7139-5349-4be1-b372-0d2d91b7d19c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ12TKE/2026-03-26/image/634decac-c05a-4946-b7c5-18ef57f70b1b_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/13 - 8K, 02/14 - 17K, 08/14 - 26K, 01/15 - 32K, 11/15 - 50K, 12/16 - 64K, 07/17 - 71K, 04/19 - 89K, 11/21 - 107K, 09/22 - 118K, 11/23 - 129K,', 'remarks': '**789** VOSA STATES 32K, 50K, 64K, 77K, 86K, 97K, 100K, 107K, 120K, 129K, 138K, 148K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4cbed349-e83b-48cf-8ae4-22d70e207a0d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313974b7-fcfe-5132-b78f-0e6489d3bbe4 with identifier: 120794514
2026-03-27 05:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313974b7-fcfe-5132-b78f-0e6489d3bbe4 with scrape type 2
2026-03-27 05:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313974b7-fcfe-5132-b78f-0e6489d3bbe4 with scrape type 2
2026-03-27 05:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 313974b7-fcfe-5132-b78f-0e6489d3bbe4, identifier: 120794514
2026-03-27 05:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 313974b7-fcfe-5132-b78f-0e6489d3bbe4 with identifier: 120794514
2026-03-27 05:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 313974b7-fcfe-5132-b78f-0e6489d3bbe4 with identifier: 120794514
2026-03-27 05:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 313974b7-fcfe-5132-b78f-0e6489d3bbe4 with identifier: 120794514 to the API
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794514?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'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': '313974b7-fcfe-5132-b78f-0e6489d3bbe4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HJ12TKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794514',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 152253,
'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': 'FORD FIESTA HATCHBACK 1.25 Edge 5dr',
'transmission': 'manual',
'trim': '1.25 Edge 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794514%27 HTTP/1.1" 200 None
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Saving data for 120794514: {'auction_closing_time': 1774958400.0, 'created_time': 1774465886.676798, 'last_price_update_time': 1774587796.679581}
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794514') HTTP/1.1" 204 0
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587610, 'registration': 'VF66EUV', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Petrol', 'motExpiry': '2023-09-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VF66EUV/2026-03-25/image/5501ec53-5fa4-49cb-868d-58edc3e26079_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/a4847c23-b798-4e61-b550-1d77cdeb6f04_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/b2e3458f-9814-4d5d-8dd3-f09b450c78ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/3683f4e0-2ce2-4886-911f-14c4d5c18f8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/64435480-a9f2-4583-a705-8dcafb960787_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/d9353d5f-d746-45c3-8c17-89ab575bc817_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/8d17969d-9daf-4b15-aa4c-40e469c1d598_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/894196e6-e0f2-4692-8bd5-0e49f7b5b704_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/168c9e6f-e931-4a7b-af39-8aca300af70b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 47K, 61K, 69K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb090eb2-4a0b-4dd9-8216-cd90e7bc6c77.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587610, 'registration': 'VF66EUV', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Petrol', 'motExpiry': '2023-09-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VF66EUV/2026-03-25/image/5501ec53-5fa4-49cb-868d-58edc3e26079_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/a4847c23-b798-4e61-b550-1d77cdeb6f04_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/b2e3458f-9814-4d5d-8dd3-f09b450c78ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/3683f4e0-2ce2-4886-911f-14c4d5c18f8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/64435480-a9f2-4583-a705-8dcafb960787_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/d9353d5f-d746-45c3-8c17-89ab575bc817_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/8d17969d-9daf-4b15-aa4c-40e469c1d598_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/894196e6-e0f2-4692-8bd5-0e49f7b5b704_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66EUV/2026-03-25/image/168c9e6f-e931-4a7b-af39-8aca300af70b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 47K, 61K, 69K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb090eb2-4a0b-4dd9-8216-cd90e7bc6c77.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cf21ffd-63b2-507d-8c12-e581df5492df with identifier: 120587610
2026-03-27 05:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cf21ffd-63b2-507d-8c12-e581df5492df with scrape type 2
2026-03-27 05:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cf21ffd-63b2-507d-8c12-e581df5492df with scrape type 2
2026-03-27 05:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6cf21ffd-63b2-507d-8c12-e581df5492df, identifier: 120587610
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798154, 'registration': 'WR65DXY', 'account': 'WBA004', 'make': 'JEEP', 'model': 'RENEGADE DIESEL HATCHBACK', 'derivative': '2.0 Multijet Limited 5dr 4WD', 'mileage': 101781, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-05', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR65DXY/2026-03-26/image/f00a5a43-2fc2-4246-9338-fe7d87348a2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/51a6d22b-c096-4698-888b-4ccaa9a19f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/3a210189-508a-4b47-870a-e60959497609_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/21923879-bd63-4653-b37e-6b769819a70e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/2809a48d-054a-49e1-9d11-98251719441f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/03db7932-366d-48fe-87dd-fb5c290948b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/67948559-5402-4e19-983f-a50c9ce6be80_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/ce63929f-340a-415e-98c2-7c7011503976_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/eb32732a-7e9f-4867-a297-38e30ecc1e29_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 - 15K, 01/18 - 2K, 06/18 - 30K, 04/19 - 43K, 03/20 - 58K, 08/20 - 65K, 08/25 - 78K, DISCREPENCY IN SERVICE BOOK', 'remarks': '**618** VOSA STATES 34K, 51K, 65K, 75K, 84K, 84K, 94K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fbc0f4e-d585-4778-8423-2653ff5fa2ae.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798154, 'registration': 'WR65DXY', 'account': 'WBA004', 'make': 'JEEP', 'model': 'RENEGADE DIESEL HATCHBACK', 'derivative': '2.0 Multijet Limited 5dr 4WD', 'mileage': 101781, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-05', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR65DXY/2026-03-26/image/f00a5a43-2fc2-4246-9338-fe7d87348a2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/51a6d22b-c096-4698-888b-4ccaa9a19f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/3a210189-508a-4b47-870a-e60959497609_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/21923879-bd63-4653-b37e-6b769819a70e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/2809a48d-054a-49e1-9d11-98251719441f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/03db7932-366d-48fe-87dd-fb5c290948b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/67948559-5402-4e19-983f-a50c9ce6be80_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/ce63929f-340a-415e-98c2-7c7011503976_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR65DXY/2026-03-26/image/eb32732a-7e9f-4867-a297-38e30ecc1e29_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 - 15K, 01/18 - 2K, 06/18 - 30K, 04/19 - 43K, 03/20 - 58K, 08/20 - 65K, 08/25 - 78K, DISCREPENCY IN SERVICE BOOK', 'remarks': '**618** VOSA STATES 34K, 51K, 65K, 75K, 84K, 84K, 94K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fbc0f4e-d585-4778-8423-2653ff5fa2ae.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ce0893d-fbd6-596d-80de-51a08689c71d with identifier: 120798154
2026-03-27 05:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ce0893d-fbd6-596d-80de-51a08689c71d with scrape type 2
2026-03-27 05:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ce0893d-fbd6-596d-80de-51a08689c71d with scrape type 2
2026-03-27 05:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ce0893d-fbd6-596d-80de-51a08689c71d, identifier: 120798154
2026-03-27 05:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6cf21ffd-63b2-507d-8c12-e581df5492df with identifier: 120587610
2026-03-27 05:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6cf21ffd-63b2-507d-8c12-e581df5492df with identifier: 120587610
2026-03-27 05:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6cf21ffd-63b2-507d-8c12-e581df5492df with identifier: 120587610 to the API
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120587610?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '6cf21ffd-63b2-507d-8c12-e581df5492df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VF66EUV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587610',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 1,
'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': 'MotoNovo Finance',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120587610%27 HTTP/1.1" 200 None
2026-03-27 05:03:17 [astonbarclay.gb] INFO: Saving data for 120587610: {'auction_closing_time': 1774958400.0, 'created_time': 1773860555.601894, 'last_price_update_time': 1774587797.299909}
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587610') HTTP/1.1" 204 0
2026-03-27 05:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ce0893d-fbd6-596d-80de-51a08689c71d with identifier: 120798154
2026-03-27 05:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ce0893d-fbd6-596d-80de-51a08689c71d with identifier: 120798154
2026-03-27 05:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ce0893d-fbd6-596d-80de-51a08689c71d with identifier: 120798154 to the API
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798154?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2ce0893d-fbd6-596d-80de-51a08689c71d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR65DXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798154',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JEEP',
'model': 'RENEGADE DIESEL HATCHBACK',
'odometer': 101781,
'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': 'UKCGR - Trade',
'title': 'JEEP RENEGADE DIESEL HATCHBACK 2.0 Multijet Limited 5dr 4WD',
'transmission': 'manual',
'trim': '2.0 Multijet Limited 5dr 4WD',
'vin': None,
'year': 2015}
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798154%27 HTTP/1.1" 200 None
2026-03-27 05:03:17 [astonbarclay.gb] INFO: Saving data for 120798154: {'auction_closing_time': 1774958400.0, 'created_time': 1774465869.026884, 'last_price_update_time': 1774587797.62885}
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798154') HTTP/1.1" 204 0
2026-03-27 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119785658?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120055164?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119785658, 'registration': 'YL70KYE', 'account': 'MOT075', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Exclusive 5dr DCT', 'mileage': 64871, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-02-26', 'fuel': 'Petrol', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL70KYE/2026-02-23/image/06d4e949-acfc-432a-b395-4ae9a825e7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/8a08821a-19eb-40af-b75d-12b7dea384a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/593a9138-efd7-42e8-b6d8-f15af5ee9e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/6854ef54-481e-47dd-ad9d-f86f79dddf43_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/a143549c-7eb3-4b2c-98cf-26b998fe7035_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/3b579c28-57d5-46c7-8f94-1a67c7a50820_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/cfe47541-94a6-4852-ac04-0eab54f01e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/c6253548-e95b-4942-9d9e-667090de0d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/6effa11b-5fe8-4fc8-a332-f8a6f98184f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/4478f7a9-98da-4fdc-8aaf-9bf5c7e67c49_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/23- 20K, 02/25- 63K', 'remarks': '**1722**VOSA STATES 35K, 63K, 64K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa707251-53b9-45ae-91bd-f5e58b104fda.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119785658, 'registration': 'YL70KYE', 'account': 'MOT075', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Exclusive 5dr DCT', 'mileage': 64871, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-02-26', 'fuel': 'Petrol', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL70KYE/2026-02-23/image/06d4e949-acfc-432a-b395-4ae9a825e7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/8a08821a-19eb-40af-b75d-12b7dea384a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/593a9138-efd7-42e8-b6d8-f15af5ee9e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/6854ef54-481e-47dd-ad9d-f86f79dddf43_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/a143549c-7eb3-4b2c-98cf-26b998fe7035_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/3b579c28-57d5-46c7-8f94-1a67c7a50820_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/cfe47541-94a6-4852-ac04-0eab54f01e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/c6253548-e95b-4942-9d9e-667090de0d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/6effa11b-5fe8-4fc8-a332-f8a6f98184f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL70KYE/2026-02-23/image/4478f7a9-98da-4fdc-8aaf-9bf5c7e67c49_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/23- 20K, 02/25- 63K', 'remarks': '**1722**VOSA STATES 35K, 63K, 64K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa707251-53b9-45ae-91bd-f5e58b104fda.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658
2026-03-27 05:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86b5f065-6063-58e6-a9fc-410e005e9dc3 with scrape type 2
2026-03-27 05:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86b5f065-6063-58e6-a9fc-410e005e9dc3 with scrape type 2
2026-03-27 05:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86b5f065-6063-58e6-a9fc-410e005e9dc3, identifier: 119785658
2026-03-27 05:03:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120669991, 'registration': 'MF68OZC', 'account': 'VAN047', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 75354, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-27', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MF68OZC/2026-03-25/image/8752bce5-008e-4687-823f-98569c17e09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/85371d18-b2e0-4ac5-a3b6-ef7b8d365595_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/a8f6edad-4be1-46b5-90f6-35216695905b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/0ba43af2-1228-4f0b-8dbd-ebfdb201baf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/eef97f5b-0c58-430c-b03f-40c2eb119a5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/f8566d4f-10d3-4464-8034-7c0f66402e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/cb0f7a10-5d34-45c2-b2c1-919d863158a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/7dc09868-321b-484a-8370-93c3f21d8d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/2cd62fa1-fbcc-4881-8c39-7c5ec9dc537b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/20 - 18K, 07/22 - 34K, 08/23 - 46K, 08/24 - 54K, 08/25 - 66K,', 'remarks': '**1312** VOSA STATES 26K, 34K, 46K, 54K, 66K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/29b1fb8f-f2a7-4995-a8ef-9618e412d839.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120669991, 'registration': 'MF68OZC', 'account': 'VAN047', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 75354, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-27', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MF68OZC/2026-03-25/image/8752bce5-008e-4687-823f-98569c17e09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/85371d18-b2e0-4ac5-a3b6-ef7b8d365595_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/a8f6edad-4be1-46b5-90f6-35216695905b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/0ba43af2-1228-4f0b-8dbd-ebfdb201baf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/eef97f5b-0c58-430c-b03f-40c2eb119a5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/f8566d4f-10d3-4464-8034-7c0f66402e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/cb0f7a10-5d34-45c2-b2c1-919d863158a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/7dc09868-321b-484a-8370-93c3f21d8d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF68OZC/2026-03-25/image/2cd62fa1-fbcc-4881-8c39-7c5ec9dc537b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/20 - 18K, 07/22 - 34K, 08/23 - 46K, 08/24 - 54K, 08/25 - 66K,', 'remarks': '**1312** VOSA STATES 26K, 34K, 46K, 54K, 66K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/29b1fb8f-f2a7-4995-a8ef-9618e412d839.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991
2026-03-27 05:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b with scrape type 2
2026-03-27 05:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b with scrape type 2
2026-03-27 05:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dda50d6d-29cc-522a-9aa0-ab5784b13b3b, identifier: 120669991
2026-03-27 05:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658
2026-03-27 05:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658
2026-03-27 05:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658 to the API
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119785658?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '86b5f065-6063-58e6-a9fc-410e005e9dc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL70KYE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119785658',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 64871,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seller_name': 'MotoNovo Finance',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Exclusive 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Exclusive 5dr DCT',
'vin': None,
'year': 2021}
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119785658%27 HTTP/1.1" 200 None
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Saving data for 119785658: {'auction_closing_time': 1774958400.0, 'created_time': 1773403274.007566, 'last_price_update_time': 1774587798.255897}
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119785658') HTTP/1.1" 204 0
2026-03-27 05:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991
2026-03-27 05:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991
2026-03-27 05:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991 to the API
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'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': 'dda50d6d-29cc-522a-9aa0-ab5784b13b3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MF68OZC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120669991',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 75354,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-27',
'seller_name': 'Vantage Motor Group',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120669991%27 HTTP/1.1" 200 None
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Saving data for 120669991: {'auction_closing_time': 1774958400.0, 'created_time': 1774357557.065409, 'last_price_update_time': 1774587798.550439}
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120669991') HTTP/1.1" 204 0
2026-03-27 05:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798460?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694542?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120055164, 'registration': 'SO17HSZ', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD', 'mileage': 78383, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2025-05-22', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/98ebab67-800f-4741-9739-5b0833aba389_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/1cdf64e0-1f8c-475b-9dbb-db256002d543_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/608b47a3-c67e-4ad8-96aa-574f00ce1d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/26dcfcbb-d549-4867-9f64-c16afd5d027f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/f345067f-810b-41d0-832c-332d4189436d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/038a307f-bf38-4590-a630-58f29d71d8fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/b528d052-8492-4171-a13c-731bf1c284e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/720b286e-ca40-481e-87e9-b0abdbeb0af2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/faabebf1-1c9d-46ec-9470-4a12d4a978f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/af0683e4-cc41-4105-a7bd-1ae39d0862d7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**1884**VOSA STATES 47K, 59K,71K, 74K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9977512e-6c35-4158-b741-ffd23d6cc36e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120055164, 'registration': 'SO17HSZ', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD', 'mileage': 78383, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2025-05-22', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/98ebab67-800f-4741-9739-5b0833aba389_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/1cdf64e0-1f8c-475b-9dbb-db256002d543_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/608b47a3-c67e-4ad8-96aa-574f00ce1d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/26dcfcbb-d549-4867-9f64-c16afd5d027f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/f345067f-810b-41d0-832c-332d4189436d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/038a307f-bf38-4590-a630-58f29d71d8fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/b528d052-8492-4171-a13c-731bf1c284e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/720b286e-ca40-481e-87e9-b0abdbeb0af2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/faabebf1-1c9d-46ec-9470-4a12d4a978f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO17HSZ/2026-03-03/image/af0683e4-cc41-4105-a7bd-1ae39d0862d7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**1884**VOSA STATES 47K, 59K,71K, 74K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9977512e-6c35-4158-b741-ffd23d6cc36e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164
2026-03-27 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with scrape type 2
2026-03-27 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with scrape type 2
2026-03-27 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a, identifier: 120055164
2026-03-27 05:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794313?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119329130?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164
2026-03-27 05:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164
2026-03-27 05:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164 to the API
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120055164?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SO17HSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120055164',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NAVARA DIESEL',
'odometer': 78383,
'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': 'NISSAN NAVARA DIESEL Double Cab Pick Up Tekna 2.3dCi 190 4WD',
'transmission': 'manual',
'trim': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD',
'vin': None,
'year': 2017}
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120055164%27 HTTP/1.1" 200 None
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Saving data for 120055164: {'auction_closing_time': 1774958400.0, 'created_time': 1773402905.335886, 'last_price_update_time': 1774587798.935641}
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120055164') HTTP/1.1" 204 0
2026-03-27 05:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798460, 'registration': 'NL62UYO', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.2 SZ3 3dr', 'mileage': 115526, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-12-01', 'fuel': 'Petrol', 'motExpiry': '2026-10-03', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL62UYO/2026-03-26/image/4cff2256-54b2-4749-b369-d57c02911234_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/a6bf5764-10d0-4454-a0d9-65db4def2b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/24d615d5-68e4-4e99-adf4-9e835045e7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/d459c545-2f7a-4b9d-a9ca-cacb5d5157b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/035a5836-2aa5-4376-befd-063d29ef756a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/1734f170-44e9-46c5-a5e0-73d03b05199e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/37d40c70-5f54-4f4c-a390-42a6c52de5a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/58e89ee3-2faa-4d8f-b707-1aeba317bd1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/02bc2232-8cfa-47b0-b79d-f27bb01b9dd0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - **640** VOSA STATES 22K, 33K, 45K, 50K, 59K, 69K, 69K, 76K, 83K, 88K, 104K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798460, 'registration': 'NL62UYO', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.2 SZ3 3dr', 'mileage': 115526, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-12-01', 'fuel': 'Petrol', 'motExpiry': '2026-10-03', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL62UYO/2026-03-26/image/4cff2256-54b2-4749-b369-d57c02911234_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/a6bf5764-10d0-4454-a0d9-65db4def2b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/24d615d5-68e4-4e99-adf4-9e835045e7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/d459c545-2f7a-4b9d-a9ca-cacb5d5157b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/035a5836-2aa5-4376-befd-063d29ef756a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/1734f170-44e9-46c5-a5e0-73d03b05199e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/37d40c70-5f54-4f4c-a390-42a6c52de5a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/58e89ee3-2faa-4d8f-b707-1aeba317bd1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL62UYO/2026-03-26/image/02bc2232-8cfa-47b0-b79d-f27bb01b9dd0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair CAT N - NON-STRUCTURAL - **640** VOSA STATES 22K, 33K, 45K, 50K, 59K, 69K, 69K, 76K, 83K, 88K, 104K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a8b4cee-f830-5527-a044-bf5b93f4753a with identifier: 120798460
2026-03-27 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8b4cee-f830-5527-a044-bf5b93f4753a with scrape type 2
2026-03-27 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a8b4cee-f830-5527-a044-bf5b93f4753a with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a8b4cee-f830-5527-a044-bf5b93f4753a, identifier: 120798460
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694542, 'registration': 'WO67GSU', 'account': 'VAN042', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 78803, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO67GSU/2026-03-26/image/930f9d21-7ae6-46e3-8d38-e6b84e7b972f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/90ac8076-b469-46af-b0ad-c81cf5373318_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/0e716d4e-591e-4401-a10b-88e7882b4297_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/f4b20c22-fa92-4381-bf15-632c9f16575b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/fe83e79e-ddf5-4639-8349-7f4ef539c75e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/09319255-156b-4fd9-8e69-22ef2ae4473e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/95558ede-8717-4d20-93b0-2d5f8b2da708_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/c3cb3937-22b1-444e-a9ae-fd5291d3260f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/acbb03a4-5305-41d0-96f0-2fc3826924f7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/19 - 18K, 07/20 - 27K, 02/22 - 39K, 01/23 - 48K, 01/24 - 60K, 01/25 - 69K, 01/26 - 77K', 'remarks': '**1306** VOSA STATES 30K, 38K, 48K, 60K, 69K, 77K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/914e9b34-254b-4ccd-bb7c-0a79b6c0104f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694542, 'registration': 'WO67GSU', 'account': 'VAN042', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 78803, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO67GSU/2026-03-26/image/930f9d21-7ae6-46e3-8d38-e6b84e7b972f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/90ac8076-b469-46af-b0ad-c81cf5373318_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/0e716d4e-591e-4401-a10b-88e7882b4297_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/f4b20c22-fa92-4381-bf15-632c9f16575b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/fe83e79e-ddf5-4639-8349-7f4ef539c75e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/09319255-156b-4fd9-8e69-22ef2ae4473e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/95558ede-8717-4d20-93b0-2d5f8b2da708_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/c3cb3937-22b1-444e-a9ae-fd5291d3260f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO67GSU/2026-03-26/image/acbb03a4-5305-41d0-96f0-2fc3826924f7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/19 - 18K, 07/20 - 27K, 02/22 - 39K, 01/23 - 48K, 01/24 - 60K, 01/25 - 69K, 01/26 - 77K', 'remarks': '**1306** VOSA STATES 30K, 38K, 48K, 60K, 69K, 77K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/914e9b34-254b-4ccd-bb7c-0a79b6c0104f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1ef6e5-b2ca-5027-a117-d122f0f1a754 with identifier: 120694542
2026-03-27 05:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1ef6e5-b2ca-5027-a117-d122f0f1a754 with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e1ef6e5-b2ca-5027-a117-d122f0f1a754 with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e1ef6e5-b2ca-5027-a117-d122f0f1a754, identifier: 120694542
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794313, 'registration': 'BU67PZV', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL GRAND SPORT', 'derivative': '2.0 Turbo D SRi Vx-line Nav 5dr Auto', 'mileage': 55583, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-11-28', 'fuel': 'Diesel', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**1784** VOSA STATES 16K, 20K, 24K, 28K, 31K, 51K', 'virtual': False, 'seller': 'MotoNovo Finance', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794313, 'registration': 'BU67PZV', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL GRAND SPORT', 'derivative': '2.0 Turbo D SRi Vx-line Nav 5dr Auto', 'mileage': 55583, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-11-28', 'fuel': 'Diesel', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**1784** VOSA STATES 16K, 20K, 24K, 28K, 31K, 51K', 'virtual': False, 'seller': 'MotoNovo Finance', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0169d2e9-48aa-5447-91f8-ac48b312d18d with identifier: 120794313
2026-03-27 05:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0169d2e9-48aa-5447-91f8-ac48b312d18d with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0169d2e9-48aa-5447-91f8-ac48b312d18d with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0169d2e9-48aa-5447-91f8-ac48b312d18d, identifier: 120794313
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119329130, 'registration': 'NX67XMR', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 GT Line 5dr', 'mileage': 124429, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-05', 'fuel': 'Diesel', 'motExpiry': '2024-09-24', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NX67XMR/2026-02-11/image/b3dd3e93-0685-40d9-8743-aa3936c54243_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/8f1e09c4-5460-4439-9d58-188aa977da62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/e1616ac0-1116-4d8c-afcd-2739375643ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/53d5cc02-705a-4c98-8b0b-b1a4d737618a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/d6c604f0-9574-4818-92c1-6b1b326f6a91_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/55d5c3e1-70ca-4d46-be45-0d1f92aba603_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/d62fe1a2-5191-4f0f-9505-0d27e53bc5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/600de239-621a-4966-912b-bb507bcab1b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/da0d00ac-f7ab-4031-b9e0-8dcb46c1ece6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/21- 69K, 09/22- 74K,', 'remarks': '**1806**VOSA STATES 60K, 69K, 74K, 89K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/28be0744-86b6-4667-86a8-6ac92958b943.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119329130, 'registration': 'NX67XMR', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 GT Line 5dr', 'mileage': 124429, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-05', 'fuel': 'Diesel', 'motExpiry': '2024-09-24', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NX67XMR/2026-02-11/image/b3dd3e93-0685-40d9-8743-aa3936c54243_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/8f1e09c4-5460-4439-9d58-188aa977da62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/e1616ac0-1116-4d8c-afcd-2739375643ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/53d5cc02-705a-4c98-8b0b-b1a4d737618a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/d6c604f0-9574-4818-92c1-6b1b326f6a91_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/55d5c3e1-70ca-4d46-be45-0d1f92aba603_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/d62fe1a2-5191-4f0f-9505-0d27e53bc5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/600de239-621a-4966-912b-bb507bcab1b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX67XMR/2026-02-11/image/da0d00ac-f7ab-4031-b9e0-8dcb46c1ece6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/21- 69K, 09/22- 74K,', 'remarks': '**1806**VOSA STATES 60K, 69K, 74K, 89K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/28be0744-86b6-4667-86a8-6ac92958b943.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130
2026-03-27 05:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abead41a-5953-565a-a47a-8df31a33164f with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abead41a-5953-565a-a47a-8df31a33164f with scrape type 2
2026-03-27 05:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: abead41a-5953-565a-a47a-8df31a33164f, identifier: 119329130
2026-03-27 05:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a8b4cee-f830-5527-a044-bf5b93f4753a with identifier: 120798460
2026-03-27 05:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a8b4cee-f830-5527-a044-bf5b93f4753a with identifier: 120798460
2026-03-27 05:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a8b4cee-f830-5527-a044-bf5b93f4753a with identifier: 120798460 to the API
2026-03-27 05:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798460?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8a8b4cee-f830-5527-a044-bf5b93f4753a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL62UYO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798460',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'SWIFT HATCHBACK',
'odometer': 115526,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-12-01',
'seller_name': 'UKCGR - Trade',
'title': 'SUZUKI SWIFT HATCHBACK 1.2 SZ3 3dr',
'transmission': 'manual',
'trim': '1.2 SZ3 3dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798460%27 HTTP/1.1" 200 None
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Saving data for 120798460: {'auction_closing_time': 1774958400.0, 'created_time': 1774465865.056332, 'last_price_update_time': 1774587799.705304}
2026-03-27 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798460') HTTP/1.1" 204 0
2026-03-27 05:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e1ef6e5-b2ca-5027-a117-d122f0f1a754 with identifier: 120694542
2026-03-27 05:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e1ef6e5-b2ca-5027-a117-d122f0f1a754 with identifier: 120694542
2026-03-27 05:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e1ef6e5-b2ca-5027-a117-d122f0f1a754 with identifier: 120694542 to the API
2026-03-27 05:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694542?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '6e1ef6e5-b2ca-5027-a117-d122f0f1a754',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WO67GSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694542',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 78803,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-31',
'seller_name': 'Vantage Motor Group',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120694542%27 HTTP/1.1" 200 None
2026-03-27 05:03:19 [astonbarclay.gb] INFO: Saving data for 120694542: {'auction_closing_time': 1774958400.0, 'created_time': 1774465903.648996, 'last_price_update_time': 1774587799.998638}
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694542') HTTP/1.1" 204 0
2026-03-27 05:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0169d2e9-48aa-5447-91f8-ac48b312d18d with identifier: 120794313
2026-03-27 05:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0169d2e9-48aa-5447-91f8-ac48b312d18d with identifier: 120794313
2026-03-27 05:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0169d2e9-48aa-5447-91f8-ac48b312d18d with identifier: 120794313 to the API
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794313?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'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': '0169d2e9-48aa-5447-91f8-ac48b312d18d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU67PZV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794313',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'INSIGNIA DIESEL GRAND SPORT',
'odometer': 55583,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-28',
'seller_name': 'MotoNovo Finance',
'title': 'VAUXHALL INSIGNIA DIESEL GRAND SPORT 2.0 Turbo D SRi Vx-line Nav '
'5dr Auto',
'transmission': 'automatic',
'trim': '2.0 Turbo D SRi Vx-line Nav 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794313%27 HTTP/1.1" 200 None
2026-03-27 05:03:20 [astonbarclay.gb] INFO: Saving data for 120794313: {'auction_closing_time': 1774958400.0, 'created_time': 1774465926.096721, 'last_price_update_time': 1774587800.279384}
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794313') HTTP/1.1" 204 0
2026-03-27 05:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130
2026-03-27 05:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130
2026-03-27 05:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130 to the API
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119329130?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'abead41a-5953-565a-a47a-8df31a33164f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NX67XMR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119329130',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 124429,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-05',
'seller_name': 'MotoNovo Finance',
'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-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119329130%27 HTTP/1.1" 200 None
2026-03-27 05:03:20 [astonbarclay.gb] INFO: Saving data for 119329130: {'auction_closing_time': 1774958400.0, 'created_time': 1773402908.984366, 'last_price_update_time': 1774587800.568858}
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119329130') HTTP/1.1" 204 0
2026-03-27 05:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714788?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120478150?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714788, 'registration': 'FA51FCF', 'account': 'VAN052', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.3 16v VVTi CDX 5dr', 'mileage': 107234, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-02-19', 'fuel': 'Petrol', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1299, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FA51FCF/2026-03-26/image/aceeb42b-a230-41a8-a23b-46a7b7e6c41e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/319608c1-77c7-4654-a52f-8a4b7b9ff7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/5a8c121a-d3df-4741-bc94-0fadb74f66fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/5974eb56-3cf6-46fb-8d96-a53de2d7d4fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/ea745d9f-c103-4cb1-9d70-62ddf01712d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/a3b7f7fd-613d-4909-b1f7-de0c7be7ffde_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/70d4deb8-3a11-49a3-b384-23f3b2e37800_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 02/04 - 9K, 02/05 - 12K, 07/07 - 17K, 07/09 - 22K, 07/10 - 24K, 07/11 - 25K, 02/16 - 38K', 'remarks': '**1235** VOSA STATES 13K, 16K, 19K, 21K, 24K, 24K, 26K, 28K, 30K, 32K, 38K, 49K, 60K, 72K, 83K, 84K, 85K, 89K, 94K, 100K', 'virtual': False, 'seller': 'Vantage Motor Group', '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/df4b03e2-144a-4bf2-a6a5-461bb4035c71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 0, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714788, 'registration': 'FA51FCF', 'account': 'VAN052', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.3 16v VVTi CDX 5dr', 'mileage': 107234, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-02-19', 'fuel': 'Petrol', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1299, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FA51FCF/2026-03-26/image/aceeb42b-a230-41a8-a23b-46a7b7e6c41e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/319608c1-77c7-4654-a52f-8a4b7b9ff7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/5a8c121a-d3df-4741-bc94-0fadb74f66fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/5974eb56-3cf6-46fb-8d96-a53de2d7d4fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/ea745d9f-c103-4cb1-9d70-62ddf01712d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/a3b7f7fd-613d-4909-b1f7-de0c7be7ffde_removebg.jpg?w=600', 'https://abimg003.imgix.net/FA51FCF/2026-03-26/image/70d4deb8-3a11-49a3-b384-23f3b2e37800_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 02/04 - 9K, 02/05 - 12K, 07/07 - 17K, 07/09 - 22K, 07/10 - 24K, 07/11 - 25K, 02/16 - 38K', 'remarks': '**1235** VOSA STATES 13K, 16K, 19K, 21K, 24K, 24K, 26K, 28K, 30K, 32K, 38K, 49K, 60K, 72K, 83K, 84K, 85K, 89K, 94K, 100K', 'virtual': False, 'seller': 'Vantage Motor Group', '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/df4b03e2-144a-4bf2-a6a5-461bb4035c71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 0, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06312c7a-16e9-533a-b725-7aee21760dac with identifier: 120714788
2026-03-27 05:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06312c7a-16e9-533a-b725-7aee21760dac with scrape type 2
2026-03-27 05:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06312c7a-16e9-533a-b725-7aee21760dac with scrape type 2
2026-03-27 05:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 06312c7a-16e9-533a-b725-7aee21760dac, identifier: 120714788
2026-03-27 05:03:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120684736, 'registration': 'YF15GVR', 'account': 'VAN047', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Sport 2dr', 'mileage': 82665, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-05-12', 'fuel': 'Petrol', 'motExpiry': '2026-11-14', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/YF15GVR/2026-03-25/image/9f335ef7-ee18-47e9-830c-a7bd00bd19e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/ba7b30a2-374c-46b4-8580-1b4c91ed1bbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/6da3d78a-27fa-4ae6-b173-088946181328_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/bbe781de-0c6a-461c-b37c-063c65894c24_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/34ce64a1-331d-4807-8561-fa1072a15ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/0b578d08-306e-4d2a-9985-b1807b6dcbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/14b001d4-97b1-4771-831d-2275b2ea8e8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/e49a5f95-5a6f-45e4-8ab0-22f3d4a89453_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/e79ae3d0-4ea4-439c-b5b7-e1c26a544888_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/3b150dad-5a70-40c8-ab3b-cc4c0cd4f7cd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1308** VOSA STATES 15K, 22K, 34K, 41K, 49K, 59K, 70K, 80K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/1ade99ae-b79c-443c-9f19-f3efcca0e01c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120684736, 'registration': 'YF15GVR', 'account': 'VAN047', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Sport 2dr', 'mileage': 82665, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-05-12', 'fuel': 'Petrol', 'motExpiry': '2026-11-14', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/YF15GVR/2026-03-25/image/9f335ef7-ee18-47e9-830c-a7bd00bd19e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/ba7b30a2-374c-46b4-8580-1b4c91ed1bbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/6da3d78a-27fa-4ae6-b173-088946181328_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/bbe781de-0c6a-461c-b37c-063c65894c24_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/34ce64a1-331d-4807-8561-fa1072a15ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/0b578d08-306e-4d2a-9985-b1807b6dcbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/14b001d4-97b1-4771-831d-2275b2ea8e8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/e49a5f95-5a6f-45e4-8ab0-22f3d4a89453_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/e79ae3d0-4ea4-439c-b5b7-e1c26a544888_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF15GVR/2026-03-25/image/3b150dad-5a70-40c8-ab3b-cc4c0cd4f7cd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1308** VOSA STATES 15K, 22K, 34K, 41K, 49K, 59K, 70K, 80K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/1ade99ae-b79c-443c-9f19-f3efcca0e01c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736
2026-03-27 05:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b45095-1468-516a-8920-b0dd0d1da62c with scrape type 2
2026-03-27 05:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1b45095-1468-516a-8920-b0dd0d1da62c with scrape type 2
2026-03-27 05:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1b45095-1468-516a-8920-b0dd0d1da62c, identifier: 120684736
2026-03-27 05:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 06312c7a-16e9-533a-b725-7aee21760dac with identifier: 120714788
2026-03-27 05:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 06312c7a-16e9-533a-b725-7aee21760dac with identifier: 120714788
2026-03-27 05:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 06312c7a-16e9-533a-b725-7aee21760dac with identifier: 120714788 to the API
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714788?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '06312c7a-16e9-533a-b725-7aee21760dac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FA51FCF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714788',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 107234,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-02-19',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA YARIS HATCHBACK 1.3 16v VVTi CDX 5dr',
'transmission': 'manual',
'trim': '1.3 16v VVTi CDX 5dr',
'vin': None,
'year': 2002}
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714788%27 HTTP/1.1" 200 None
2026-03-27 05:03:21 [astonbarclay.gb] INFO: Saving data for 120714788: {'auction_closing_time': 1774958400.0, 'created_time': 1774466042.04891, 'last_price_update_time': 1774587801.247225}
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714788') HTTP/1.1" 204 0
2026-03-27 05:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736
2026-03-27 05:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736
2026-03-27 05:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736 to the API
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'c1b45095-1468-516a-8920-b0dd0d1da62c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF15GVR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120684736',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'TT COUPE',
'odometer': 82665,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-12',
'seller_name': 'Vantage Motor Group',
'title': 'AUDI TT COUPE 2.0T FSI Sport 2dr',
'transmission': 'manual',
'trim': '2.0T FSI Sport 2dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120684736%27 HTTP/1.1" 200 None
2026-03-27 05:03:21 [astonbarclay.gb] INFO: Saving data for 120684736: {'auction_closing_time': 1774958400.0, 'created_time': 1774357776.763596, 'last_price_update_time': 1774587801.553848}
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684736') HTTP/1.1" 204 0
2026-03-27 05:03:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120478150, 'registration': 'ESZ1891', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T Acenta Premium 5dr', 'mileage': 21582, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-07-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ESZ1891/2026-03-17/image/03fb1eea-d39b-46c4-aba5-d029565b3829_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/ee4824d6-7461-45ed-a6a8-65e1502efad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/343805b5-070f-481c-b9de-5ac470614e25_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/2b8804fb-855d-4d6a-89f8-08abd3872ffb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/6d44555a-bea7-4a25-995a-16a01b4ad0f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/c45eb89c-1929-431a-b1c9-990c356d73c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/4638954b-b0bf-48d5-9bd4-0815e058b738_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/6a246369-a1fa-4116-a25d-72c43fb63fe3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/4ef3898e-4201-47c6-8018-b23e4ddaa81d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f7b0fbf6-71f2-49a0-921a-0755175af700.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120478150, 'registration': 'ESZ1891', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T Acenta Premium 5dr', 'mileage': 21582, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 105}, 'saleStart': '2026-03-30T08:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-07-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ESZ1891/2026-03-17/image/03fb1eea-d39b-46c4-aba5-d029565b3829_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/ee4824d6-7461-45ed-a6a8-65e1502efad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/343805b5-070f-481c-b9de-5ac470614e25_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/2b8804fb-855d-4d6a-89f8-08abd3872ffb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/6d44555a-bea7-4a25-995a-16a01b4ad0f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/c45eb89c-1929-431a-b1c9-990c356d73c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/4638954b-b0bf-48d5-9bd4-0815e058b738_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/6a246369-a1fa-4116-a25d-72c43fb63fe3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ESZ1891/2026-03-17/image/4ef3898e-4201-47c6-8018-b23e4ddaa81d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f7b0fbf6-71f2-49a0-921a-0755175af700.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150
2026-03-27 05:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce9d2c8-565b-598e-a938-044f102a154d with scrape type 2
2026-03-27 05:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce9d2c8-565b-598e-a938-044f102a154d with scrape type 2
2026-03-27 05:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dce9d2c8-565b-598e-a938-044f102a154d, identifier: 120478150
2026-03-27 05:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695251?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150
2026-03-27 05:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150
2026-03-27 05:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150 to the API
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120478150?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:00:00Z',
'fuel_type': 'Petrol',
'id': 'dce9d2c8-565b-598e-a938-044f102a154d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ESZ1891',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120478150',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 21582,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-28',
'seller_name': 'CarBuy Limited',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T Acenta Premium 5dr',
'vin': None,
'year': 2020}
2026-03-27 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120478150%27 HTTP/1.1" 200 None
2026-03-27 05:03:21 [astonbarclay.gb] INFO: Saving data for 120478150: {'auction_closing_time': 1774857600.0, 'created_time': 1773687718.356604, 'last_price_update_time': 1774587801.997771}
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478150') HTTP/1.1" 204 0
2026-03-27 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-27 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693961?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695251, 'registration': 'DE22KVZ', 'account': 'HAT003', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK SPECIAL EDITIONS', 'derivative': 'A180 AMG Line Executive Edition 5dr Auto', 'mileage': 38804, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-04-07', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 27K,', 'virtual': False, 'seller': 'Hatfields 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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695251, 'registration': 'DE22KVZ', 'account': 'HAT003', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK SPECIAL EDITIONS', 'derivative': 'A180 AMG Line Executive Edition 5dr Auto', 'mileage': 38804, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-04-07', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 27K,', 'virtual': False, 'seller': 'Hatfields 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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251
2026-03-27 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e459962-1533-5209-a6ae-101c410aacff with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e459962-1533-5209-a6ae-101c410aacff with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1e459962-1533-5209-a6ae-101c410aacff, identifier: 120695251
2026-03-27 05:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251
2026-03-27 05:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251
2026-03-27 05:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251 to the API
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695251?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1e459962-1533-5209-a6ae-101c410aacff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DE22KVZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695251',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK SPECIAL EDITIONS',
'odometer': 38804,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK SPECIAL EDITIONS A180 AMG Line '
'Executive Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'A180 AMG Line Executive Edition 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695251%27 HTTP/1.1" 200 None
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Saving data for 120695251: {'auction_closing_time': 1774958400.0, 'created_time': 1774357547.241522, 'last_price_update_time': 1774587802.416162}
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695251') HTTP/1.1" 204 0
2026-03-27 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695273?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695260?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693961, 'registration': 'Y16CSH', 'account': 'DJC016', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 [306] HSE Dynamic 5dr Auto', 'mileage': 93227, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-28', 'fuel': 'Diesel', 'motExpiry': '2027-02-13', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/Y16CSH/2026-03-26/image/5fe03035-cd4e-4f2f-a3f6-10e5018d7bcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/d3524c2f-506a-49b0-bdd7-da0e1fa0510c_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/af646fc7-a205-46e8-ad0e-a4f95d9b6067_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/5f870550-c15f-471c-862f-fd1939f3a046_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/bd1a69b6-1179-41cb-96f4-484f9d588e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/f2e66978-6652-4c5f-a767-3735c6e6ebef_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/4e328841-606f-44fa-8849-a5fea66c1b49_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/b14f1002-5375-4f71-97d9-7ca50de41d1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/6a3ef830-5e8a-4633-a8f6-8906bdce8267_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/16 - 13K, 08/17 - 25K, 07/18 - 36K, 09/19 - 49K, 09/20 - 57K, 09/21 - 65K, 09/22 - 74K', 'remarks': '**174** VOSA STATES 38K, 49K, 57K, 65K, 74K, 81K, 82K, 88K, 92K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d3bd242-1d49-4dc2-871c-d07dbefbd896.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693961, 'registration': 'Y16CSH', 'account': 'DJC016', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 [306] HSE Dynamic 5dr Auto', 'mileage': 93227, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-28', 'fuel': 'Diesel', 'motExpiry': '2027-02-13', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/Y16CSH/2026-03-26/image/5fe03035-cd4e-4f2f-a3f6-10e5018d7bcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/d3524c2f-506a-49b0-bdd7-da0e1fa0510c_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/af646fc7-a205-46e8-ad0e-a4f95d9b6067_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/5f870550-c15f-471c-862f-fd1939f3a046_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/bd1a69b6-1179-41cb-96f4-484f9d588e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/f2e66978-6652-4c5f-a767-3735c6e6ebef_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/4e328841-606f-44fa-8849-a5fea66c1b49_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/b14f1002-5375-4f71-97d9-7ca50de41d1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/Y16CSH/2026-03-26/image/6a3ef830-5e8a-4633-a8f6-8906bdce8267_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/16 - 13K, 08/17 - 25K, 07/18 - 36K, 09/19 - 49K, 09/20 - 57K, 09/21 - 65K, 09/22 - 74K', 'remarks': '**174** VOSA STATES 38K, 49K, 57K, 65K, 74K, 81K, 82K, 88K, 92K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d3bd242-1d49-4dc2-871c-d07dbefbd896.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbefaad6-1346-5670-ae2a-ca09cb65973b with identifier: 120693961
2026-03-27 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbefaad6-1346-5670-ae2a-ca09cb65973b with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbefaad6-1346-5670-ae2a-ca09cb65973b with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbefaad6-1346-5670-ae2a-ca09cb65973b, identifier: 120693961
2026-03-27 05:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbefaad6-1346-5670-ae2a-ca09cb65973b with identifier: 120693961
2026-03-27 05:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbefaad6-1346-5670-ae2a-ca09cb65973b with identifier: 120693961
2026-03-27 05:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbefaad6-1346-5670-ae2a-ca09cb65973b with identifier: 120693961 to the API
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693961?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'bbefaad6-1346-5670-ae2a-ca09cb65973b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'Y16CSH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693961',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT DIESEL ESTATE',
'odometer': 93227,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-28',
'seller_name': 'Cox Motor Group',
'title': 'LAND ROVER RANGE ROVER SPORT DIESEL ESTATE 3.0 SDV6 [306] HSE '
'Dynamic 5dr Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 [306] HSE Dynamic 5dr Auto',
'vin': None,
'year': 2015}
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693961%27 HTTP/1.1" 200 None
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Saving data for 120693961: {'auction_closing_time': 1774958400.0, 'created_time': 1774465895.024557, 'last_price_update_time': 1774587802.824629}
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693961') HTTP/1.1" 204 0
2026-03-27 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716273?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695365?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695286?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695273, 'registration': 'YB72OWD', 'account': 'HAT003', 'make': 'AUDI', 'model': 'Q3 ESTATE', 'derivative': '35 TFSI S Line 5dr S Tronic', 'mileage': 38845, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-14', 'fuel': 'Petrol', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695273, 'registration': 'YB72OWD', 'account': 'HAT003', 'make': 'AUDI', 'model': 'Q3 ESTATE', 'derivative': '35 TFSI S Line 5dr S Tronic', 'mileage': 38845, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-14', 'fuel': 'Petrol', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273
2026-03-27 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 063bf5a6-af54-521e-8732-dcfce4e5fe2e with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 063bf5a6-af54-521e-8732-dcfce4e5fe2e with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 063bf5a6-af54-521e-8732-dcfce4e5fe2e, identifier: 120695273
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695260, 'registration': 'OV69DHX', 'account': 'HAT003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 D240 R-Dynamic HSE 5dr Auto', 'mileage': 54955, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-23', 'fuel': 'Diesel', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 21K, 28K, 38K, 45K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695260, 'registration': 'OV69DHX', 'account': 'HAT003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 D240 R-Dynamic HSE 5dr Auto', 'mileage': 54955, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-23', 'fuel': 'Diesel', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 21K, 28K, 38K, 45K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260
2026-03-27 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with scrape type 2
2026-03-27 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae, identifier: 120695260
2026-03-27 05:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273
2026-03-27 05:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273
2026-03-27 05:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273 to the API
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695273?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '063bf5a6-af54-521e-8732-dcfce4e5fe2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB72OWD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695273',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q3 ESTATE',
'odometer': 38845,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-14',
'seller_name': 'Hatfields Group',
'title': 'AUDI Q3 ESTATE 35 TFSI S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '35 TFSI S Line 5dr S Tronic',
'vin': None,
'year': 2023}
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695273%27 HTTP/1.1" 200 None
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Saving data for 120695273: {'auction_closing_time': 1774958400.0, 'created_time': 1774357555.189811, 'last_price_update_time': 1774587803.333537}
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695273') HTTP/1.1" 204 0
2026-03-27 05:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260
2026-03-27 05:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260
2026-03-27 05:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260 to the API
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695260?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'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': '60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OV69DHX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695260',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 54955,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-23',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 D240 R-Dynamic '
'HSE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 D240 R-Dynamic HSE 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695260%27 HTTP/1.1" 200 None
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Saving data for 120695260: {'auction_closing_time': 1774958400.0, 'created_time': 1774357561.144283, 'last_price_update_time': 1774587803.62602}
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695260') HTTP/1.1" 204 0
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716273, 'registration': 'RO22KHP', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'DEFENDER ESTATE SPECIAL EDITIONS', 'derivative': '3.0 D250 XS Edition 110 5dr Auto', 'mileage': 65029, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-17', 'doors': 5, 'engineSize': 2997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 59K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 238, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716273, 'registration': 'RO22KHP', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'DEFENDER ESTATE SPECIAL EDITIONS', 'derivative': '3.0 D250 XS Edition 110 5dr Auto', 'mileage': 65029, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-17', 'doors': 5, 'engineSize': 2997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 59K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 238, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273
2026-03-27 05:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631299f0-7843-5652-ac5f-e8c2587906e7 with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 631299f0-7843-5652-ac5f-e8c2587906e7 with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 631299f0-7843-5652-ac5f-e8c2587906e7, identifier: 120716273
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695365, 'registration': 'OE22XFO', 'account': 'HAT003', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 78kWh Long Range SM [Plus] 5dr Auto', 'mileage': 42156, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-07-20', 'fuel': 'Electric', 'motExpiry': '2026-09-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 38K,', 'virtual': False, 'seller': 'Hatfields Group', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695365, 'registration': 'OE22XFO', 'account': 'HAT003', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '170kW 78kWh Long Range SM [Plus] 5dr Auto', 'mileage': 42156, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-07-20', 'fuel': 'Electric', 'motExpiry': '2026-09-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 38K,', 'virtual': False, 'seller': 'Hatfields Group', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365
2026-03-27 05:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c452436b-50e3-5aa9-84c3-3d363776de7a with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c452436b-50e3-5aa9-84c3-3d363776de7a with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c452436b-50e3-5aa9-84c3-3d363776de7a, identifier: 120695365
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695286, 'registration': 'BB72MEG', 'account': 'HAT003', 'make': 'MERCEDES-BENZ', 'model': 'GLS DIESEL ESTATE', 'derivative': 'GLS 400d 4Matic Night Ed Exec 5dr 9G-Tron', 'mileage': 55535, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 2925, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 46K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 231, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695286, 'registration': 'BB72MEG', 'account': 'HAT003', 'make': 'MERCEDES-BENZ', 'model': 'GLS DIESEL ESTATE', 'derivative': 'GLS 400d 4Matic Night Ed Exec 5dr 9G-Tron', 'mileage': 55535, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 2925, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 46K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 231, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286
2026-03-27 05:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d75753-5aa7-598d-8502-d10f1846df5a with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5d75753-5aa7-598d-8502-d10f1846df5a with scrape type 2
2026-03-27 05:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5d75753-5aa7-598d-8502-d10f1846df5a, identifier: 120695286
2026-03-27 05:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273
2026-03-27 05:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273
2026-03-27 05:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273 to the API
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716273?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 238,
'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': '631299f0-7843-5652-ac5f-e8c2587906e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RO22KHP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716273',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DEFENDER ESTATE SPECIAL EDITIONS',
'odometer': 65029,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DEFENDER ESTATE SPECIAL EDITIONS 3.0 D250 XS Edition 110 '
'5dr Auto',
'transmission': 'automatic',
'trim': '3.0 D250 XS Edition 110 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716273%27 HTTP/1.1" 200 None
2026-03-27 05:03:24 [astonbarclay.gb] INFO: Saving data for 120716273: {'auction_closing_time': 1774958400.0, 'created_time': 1774357575.151808, 'last_price_update_time': 1774587804.193819}
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716273') HTTP/1.1" 204 0
2026-03-27 05:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365
2026-03-27 05:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365
2026-03-27 05:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365 to the API
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695365?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-31T12:00:00Z',
'fuel_type': 'Electric',
'id': 'c452436b-50e3-5aa9-84c3-3d363776de7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE22XFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695365',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 42156,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-20',
'seller_name': 'Hatfields Group',
'title': 'POLESTAR 2 FASTBACK 170kW 78kWh Long Range SM [Plus] 5dr Auto',
'transmission': 'automatic',
'trim': '170kW 78kWh Long Range SM [Plus] 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695365%27 HTTP/1.1" 200 None
2026-03-27 05:03:24 [astonbarclay.gb] INFO: Saving data for 120695365: {'auction_closing_time': 1774958400.0, 'created_time': 1774357580.439259, 'last_price_update_time': 1774587804.494661}
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695365') HTTP/1.1" 204 0
2026-03-27 05:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286
2026-03-27 05:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286
2026-03-27 05:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286 to the API
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695286?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 231,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c5d75753-5aa7-598d-8502-d10f1846df5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BB72MEG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695286',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'GLS DIESEL ESTATE',
'odometer': 55535,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-02',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ GLS DIESEL ESTATE GLS 400d 4Matic Night Ed Exec 5dr '
'9G-Tron',
'transmission': 'automatic',
'trim': 'GLS 400d 4Matic Night Ed Exec 5dr 9G-Tron',
'vin': None,
'year': 2022}
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695286%27 HTTP/1.1" 200 None
2026-03-27 05:03:24 [astonbarclay.gb] INFO: Saving data for 120695286: {'auction_closing_time': 1774958400.0, 'created_time': 1774357559.581738, 'last_price_update_time': 1774587804.79191}
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695286') HTTP/1.1" 204 0
2026-03-27 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120792348?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715027?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120792348, 'registration': 'SH53GKE', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'GRAND VITARA ESTATE', 'derivative': '1.6 GV1600 Sport 3dr', 'mileage': 36173, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 3, 'engineSize': 1590, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SH53GKE/2026-03-26/image/51d3ffca-5c7f-4202-b496-cfff3fda251b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/133dea3e-5b14-4047-8c6f-b241560511cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/6fb4d875-a666-4e2d-b854-156ebcef99cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/94d1ebad-1f59-48a3-90e9-7104f937fa86_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/0afd61de-787f-41b0-a86b-f09879c3f670_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/f44aa156-6ea7-4827-9c07-5fda1653c74b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/02958a88-06da-462f-bbc9-05f431cfc1a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/d2299e41-157f-4417-b126-3b6efd83e591_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/3da89c03-103b-46fa-8abd-cdd57287c639_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/12 - 22K, 01/13 - 23K, 02/14 - 23K, 02/15 - 24K, 09/16 - NO MILEAGE, 10/16 - 25K, 01/22 - NO MILEAGE', 'remarks': '**663** VOSA STATES 15K, 16K, 17K, 19K, 20K, 21K, 22K, 23K, 23K, 24K, 24K, 26K, 28K, 28K, 30K, 31K, 32K, 33K, 34K, 35K, 36K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 193, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f3f1ada5-e8ea-4d18-bed6-48a4ac418e44.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120792348, 'registration': 'SH53GKE', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'GRAND VITARA ESTATE', 'derivative': '1.6 GV1600 Sport 3dr', 'mileage': 36173, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 3, 'engineSize': 1590, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SH53GKE/2026-03-26/image/51d3ffca-5c7f-4202-b496-cfff3fda251b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/133dea3e-5b14-4047-8c6f-b241560511cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/6fb4d875-a666-4e2d-b854-156ebcef99cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/94d1ebad-1f59-48a3-90e9-7104f937fa86_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/0afd61de-787f-41b0-a86b-f09879c3f670_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/f44aa156-6ea7-4827-9c07-5fda1653c74b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/02958a88-06da-462f-bbc9-05f431cfc1a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/d2299e41-157f-4417-b126-3b6efd83e591_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH53GKE/2026-03-26/image/3da89c03-103b-46fa-8abd-cdd57287c639_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/12 - 22K, 01/13 - 23K, 02/14 - 23K, 02/15 - 24K, 09/16 - NO MILEAGE, 10/16 - 25K, 01/22 - NO MILEAGE', 'remarks': '**663** VOSA STATES 15K, 16K, 17K, 19K, 20K, 21K, 22K, 23K, 23K, 24K, 24K, 26K, 28K, 28K, 30K, 31K, 32K, 33K, 34K, 35K, 36K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 193, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f3f1ada5-e8ea-4d18-bed6-48a4ac418e44.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f375b999-dcc0-5cdf-9266-0b1a5a27288f with identifier: 120792348
2026-03-27 05:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f375b999-dcc0-5cdf-9266-0b1a5a27288f with scrape type 2
2026-03-27 05:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f375b999-dcc0-5cdf-9266-0b1a5a27288f with scrape type 2
2026-03-27 05:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f375b999-dcc0-5cdf-9266-0b1a5a27288f, identifier: 120792348
2026-03-27 05:03:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715027, 'registration': 'WF68VKK', 'account': 'HAT004', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '2.0d Portfolio 5dr Auto AWD', 'mileage': 74270, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-10-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 41K, 48K, 58K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715027, 'registration': 'WF68VKK', 'account': 'HAT004', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '2.0d Portfolio 5dr Auto AWD', 'mileage': 74270, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-10-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 35K, 41K, 48K, 58K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027
2026-03-27 05:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00a7951b-2184-5c24-84f7-e76f21a8394e with scrape type 2
2026-03-27 05:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00a7951b-2184-5c24-84f7-e76f21a8394e with scrape type 2
2026-03-27 05:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00a7951b-2184-5c24-84f7-e76f21a8394e, identifier: 120715027
2026-03-27 05:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f375b999-dcc0-5cdf-9266-0b1a5a27288f with identifier: 120792348
2026-03-27 05:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f375b999-dcc0-5cdf-9266-0b1a5a27288f with identifier: 120792348
2026-03-27 05:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f375b999-dcc0-5cdf-9266-0b1a5a27288f with identifier: 120792348 to the API
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120792348?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 193,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f375b999-dcc0-5cdf-9266-0b1a5a27288f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH53GKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120792348',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'GRAND VITARA ESTATE',
'odometer': 36173,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-09-30',
'seller_name': 'UKCGR - Trade',
'title': 'SUZUKI GRAND VITARA ESTATE 1.6 GV1600 Sport 3dr',
'transmission': 'manual',
'trim': '1.6 GV1600 Sport 3dr',
'vin': None,
'year': 2003}
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120792348%27 HTTP/1.1" 200 None
2026-03-27 05:03:25 [astonbarclay.gb] INFO: Saving data for 120792348: {'auction_closing_time': 1774958400.0, 'created_time': 1774465888.426282, 'last_price_update_time': 1774587805.400857}
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120792348') HTTP/1.1" 204 0
2026-03-27 05:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027
2026-03-27 05:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027
2026-03-27 05:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027 to the API
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715027?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 157,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '00a7951b-2184-5c24-84f7-e76f21a8394e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WF68VKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715027',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'F-PACE DIESEL ESTATE',
'odometer': 74270,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-15',
'seller_name': 'Hatfields Group',
'title': 'JAGUAR F-PACE DIESEL ESTATE 2.0d Portfolio 5dr Auto AWD',
'transmission': 'automatic',
'trim': '2.0d Portfolio 5dr Auto AWD',
'vin': None,
'year': 2018}
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715027%27 HTTP/1.1" 200 None
2026-03-27 05:03:25 [astonbarclay.gb] INFO: Saving data for 120715027: {'auction_closing_time': 1774958400.0, 'created_time': 1774357517.984169, 'last_price_update_time': 1774587805.68281}
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715027') HTTP/1.1" 204 0
2026-03-27 05:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715036?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798881?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693161, 'registration': 'DU19ZYK', 'account': 'MOT129', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL GRAND SPORT', 'derivative': '2.0 Turbo D SRi Vx-line Nav 5dr', 'mileage': 79489, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/d5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/20- 28K, 02/22- 43K, 12/22- 48K, 11/23- 58K, 11/24- 69K, 12/25- 78K', 'remarks': '**1453** VOSA STATES 43K, 48K, 58K, 69K, 78K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/c8e99267-baab-47b4-aa8a-57ad751ceba1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693161, 'registration': 'DU19ZYK', 'account': 'MOT129', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL GRAND SPORT', 'derivative': '2.0 Turbo D SRi Vx-line Nav 5dr', 'mileage': 79489, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-02', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/d5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/20- 28K, 02/22- 43K, 12/22- 48K, 11/23- 58K, 11/24- 69K, 12/25- 78K', 'remarks': '**1453** VOSA STATES 43K, 48K, 58K, 69K, 78K', 'virtual': False, 'seller': 'MotoNovo Finance', '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/c8e99267-baab-47b4-aa8a-57ad751ceba1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161
2026-03-27 05:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with scrape type 2
2026-03-27 05:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with scrape type 2
2026-03-27 05:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89a9d588-c2dd-58b4-bc10-90a8e54a9360, identifier: 120693161
2026-03-27 05:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120296653?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161
2026-03-27 05:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161
2026-03-27 05:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161 to the API
2026-03-27 05:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'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': '89a9d588-c2dd-58b4-bc10-90a8e54a9360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DU19ZYK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693161',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'INSIGNIA DIESEL GRAND SPORT',
'odometer': 79489,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seller_name': 'MotoNovo Finance',
'title': 'VAUXHALL INSIGNIA DIESEL GRAND SPORT 2.0 Turbo D SRi Vx-line Nav '
'5dr',
'transmission': 'manual',
'trim': '2.0 Turbo D SRi Vx-line Nav 5dr',
'vin': None,
'year': 2019}
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693161%27 HTTP/1.1" 200 None
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Saving data for 120693161: {'auction_closing_time': 1774958400.0, 'created_time': 1774357535.770989, 'last_price_update_time': 1774587806.071986}
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693161') HTTP/1.1" 204 0
2026-03-27 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-27 05:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715036, 'registration': 'AF65DLV', 'account': 'HAT004', 'make': 'MITSUBISHI', 'model': 'L200 DIESEL', 'derivative': 'Double Cab DI-D 178 Titan 4WD', 'mileage': 132755, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-09', 'fuel': 'Diesel', 'motExpiry': '2026-10-13', 'doors': None, 'engineSize': 2442, 'bodyType': 'Double Cab Pick-up', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 77K, 82K, 90K, 97K, 106K, 116K, 122K, 129K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715036, 'registration': 'AF65DLV', 'account': 'HAT004', 'make': 'MITSUBISHI', 'model': 'L200 DIESEL', 'derivative': 'Double Cab DI-D 178 Titan 4WD', 'mileage': 132755, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-09', 'fuel': 'Diesel', 'motExpiry': '2026-10-13', 'doors': None, 'engineSize': 2442, 'bodyType': 'Double Cab Pick-up', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 77K, 82K, 90K, 97K, 106K, 116K, 122K, 129K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036
2026-03-27 05:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c01619-f97c-51ad-8ae1-19cabfbb1aed with scrape type 2
2026-03-27 05:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2c01619-f97c-51ad-8ae1-19cabfbb1aed with scrape type 2
2026-03-27 05:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e2c01619-f97c-51ad-8ae1-19cabfbb1aed, identifier: 120715036
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798881, 'registration': 'YH17PXY', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.5 TDCi Zetec 5dr', 'mileage': 76391, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-22', 'fuel': 'Diesel', 'motExpiry': '2027-03-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH17PXY/2026-03-26/image/320823d0-1c1b-41f1-84d7-0967a4d0faea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/be655739-1b76-4c67-9030-c91a132a911d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ddffe7de-6781-4160-a5bf-390a6d6ac676_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/dd45d8fe-7401-4e98-89aa-65eccf1e0224_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ccdf9e5b-1a1b-4dc4-996a-fa710abbe4e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/f56bdb56-eebd-434b-bc56-58239ffc0679_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ba4ae3a2-6c95-45e8-bb60-3e681842bab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ceb8a47e-26c9-4588-b225-f6e89ca33a42_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/f5939682-f95f-4500-8811-11b1f5072ab4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/18 - 7K, 02/19 - 16K, 03/20 - 25K, 03/21 - 29K, 04/22 - 35K, 04/23 - 41K, 05/24 - 48K, 02/25 - 61K, 12/25 - 73K,', 'remarks': '**509** VOSA STATES 25K, 29K, 34K, 41K, 47K, 61K, 76K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ddeeefde-57e3-4d93-95cb-9d419dc22b95.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798881, 'registration': 'YH17PXY', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.5 TDCi Zetec 5dr', 'mileage': 76391, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-22', 'fuel': 'Diesel', 'motExpiry': '2027-03-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH17PXY/2026-03-26/image/320823d0-1c1b-41f1-84d7-0967a4d0faea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/be655739-1b76-4c67-9030-c91a132a911d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ddffe7de-6781-4160-a5bf-390a6d6ac676_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/dd45d8fe-7401-4e98-89aa-65eccf1e0224_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ccdf9e5b-1a1b-4dc4-996a-fa710abbe4e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/f56bdb56-eebd-434b-bc56-58239ffc0679_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ba4ae3a2-6c95-45e8-bb60-3e681842bab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/ceb8a47e-26c9-4588-b225-f6e89ca33a42_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH17PXY/2026-03-26/image/f5939682-f95f-4500-8811-11b1f5072ab4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/18 - 7K, 02/19 - 16K, 03/20 - 25K, 03/21 - 29K, 04/22 - 35K, 04/23 - 41K, 05/24 - 48K, 02/25 - 61K, 12/25 - 73K,', 'remarks': '**509** VOSA STATES 25K, 29K, 34K, 41K, 47K, 61K, 76K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ddeeefde-57e3-4d93-95cb-9d419dc22b95.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2c7ca8-3b02-5796-82f3-78113919a4b4 with identifier: 120798881
2026-03-27 05:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2c7ca8-3b02-5796-82f3-78113919a4b4 with scrape type 2
2026-03-27 05:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2c7ca8-3b02-5796-82f3-78113919a4b4 with scrape type 2
2026-03-27 05:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1f2c7ca8-3b02-5796-82f3-78113919a4b4, identifier: 120798881
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120296653, 'registration': 'CN67VBO', 'account': 'MOD010', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi N-Connecta 5dr', 'mileage': 72910, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CN67VBO/2026-03-11/image/b6a1b870-4afa-4714-976f-5e0b46fde168_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/c87566ba-e573-4b55-986f-32d65689669c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/9a84a19e-1d0a-4b86-bc51-75043a4de8bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/31ac44ec-f5e8-4b18-947f-0232c31a8d7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/92a4a56d-7dbf-433c-b97c-a9175d173e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/62634634-8764-4304-a514-078243640b92_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/4ee5d2d7-636a-435d-b1b0-5ffbe8e7c114_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/e5813e8d-2428-422b-b547-898c782ad4e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/eb1e9e9b-ab5d-4f91-aee5-aca0cf03633d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/18- 9K, 09/19- 14K, 06/22- 23K, 06/23- 37K, 06/25- 72K', 'remarks': '**1452**VOSA STATES 19K, 21K, 23K, 37K, 55K, 71K, 72K SD CARD', 'virtual': False, 'seller': 'Autolend', '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/5e712b82-d4cc-48f6-a7c5-b2520f0f096a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120296653, 'registration': 'CN67VBO', 'account': 'MOD010', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi N-Connecta 5dr', 'mileage': 72910, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CN67VBO/2026-03-11/image/b6a1b870-4afa-4714-976f-5e0b46fde168_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/c87566ba-e573-4b55-986f-32d65689669c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/9a84a19e-1d0a-4b86-bc51-75043a4de8bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/31ac44ec-f5e8-4b18-947f-0232c31a8d7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/92a4a56d-7dbf-433c-b97c-a9175d173e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/62634634-8764-4304-a514-078243640b92_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/4ee5d2d7-636a-435d-b1b0-5ffbe8e7c114_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/e5813e8d-2428-422b-b547-898c782ad4e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN67VBO/2026-03-11/image/eb1e9e9b-ab5d-4f91-aee5-aca0cf03633d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/18- 9K, 09/19- 14K, 06/22- 23K, 06/23- 37K, 06/25- 72K', 'remarks': '**1452**VOSA STATES 19K, 21K, 23K, 37K, 55K, 71K, 72K SD CARD', 'virtual': False, 'seller': 'Autolend', '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/5e712b82-d4cc-48f6-a7c5-b2520f0f096a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb with identifier: 120296653
2026-03-27 05:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb with scrape type 2
2026-03-27 05:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb with scrape type 2
2026-03-27 05:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb, identifier: 120296653
2026-03-27 05:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036
2026-03-27 05:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036
2026-03-27 05:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036 to the API
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715036?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '2.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'e2c01619-f97c-51ad-8ae1-19cabfbb1aed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF65DLV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715036',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MITSUBISHI',
'model': 'L200 DIESEL',
'odometer': 132755,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-09',
'seller_name': 'Hatfields Group',
'title': 'MITSUBISHI L200 DIESEL Double Cab DI-D 178 Titan 4WD',
'transmission': 'manual',
'trim': 'Double Cab DI-D 178 Titan 4WD',
'vin': None,
'year': 2015}
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715036%27 HTTP/1.1" 200 None
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Saving data for 120715036: {'auction_closing_time': 1774958400.0, 'created_time': 1774357542.026787, 'last_price_update_time': 1774587806.633312}
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715036') HTTP/1.1" 204 0
2026-03-27 05:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1f2c7ca8-3b02-5796-82f3-78113919a4b4 with identifier: 120798881
2026-03-27 05:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1f2c7ca8-3b02-5796-82f3-78113919a4b4 with identifier: 120798881
2026-03-27 05:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1f2c7ca8-3b02-5796-82f3-78113919a4b4 with identifier: 120798881 to the API
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798881?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '1f2c7ca8-3b02-5796-82f3-78113919a4b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH17PXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798881',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA DIESEL HATCHBACK',
'odometer': 76391,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-22',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA DIESEL HATCHBACK 1.5 TDCi Zetec 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798881%27 HTTP/1.1" 200 None
2026-03-27 05:03:26 [astonbarclay.gb] INFO: Saving data for 120798881: {'auction_closing_time': 1774958400.0, 'created_time': 1774465858.865621, 'last_price_update_time': 1774587806.917275}
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798881') HTTP/1.1" 204 0
2026-03-27 05:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb with identifier: 120296653
2026-03-27 05:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb with identifier: 120296653
2026-03-27 05:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb with identifier: 120296653 to the API
2026-03-27 05:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120296653?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-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f82c1b9a-0ad6-56c4-8353-dbbc8c75a9bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CN67VBO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120296653',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 72910,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-04',
'seller_name': 'Autolend',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.5 dCi N-Connecta 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120296653%27 HTTP/1.1" 200 None
2026-03-27 05:03:27 [astonbarclay.gb] INFO: Saving data for 120296653: {'auction_closing_time': 1774958400.0, 'created_time': 1774466021.273987, 'last_price_update_time': 1774587807.238085}
2026-03-27 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120296653') HTTP/1.1" 204 0
2026-03-27 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120681551?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695095?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120791424?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693919?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120681551, 'registration': 'PE14OYB', 'account': 'VAN052', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.2 i-VTEC SE 5dr [Start Stop]', 'mileage': 88478, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE14OYB/2026-03-26/image/ef64b2ff-bdd3-4301-8f0a-501f1da9dd50_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/5c5cce26-ab1d-43db-9c7f-b4797c78c53f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/a27e024d-672d-49f5-a8ca-d7736faa123f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/9b2343f4-5406-421c-a1e9-006ea63fa630_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/7cdb89de-5acb-455d-bb70-31808d99091f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/e8c29032-4747-41c1-988a-4e43cc1fc853_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/d6334b5a-29ac-4fee-908d-6a60fbbe0031_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/15 - 15K, 09/16 - 21K, 05/17 - 29K, 03/17 - 36K, 03/21 - 60K, 10/21 - 63K, 09/22 - 67K, 09/23 - 72K, 12/24 - 80K', 'remarks': '**1289** VOSA STATES 29K, 36K, 45K, 54K, 60K, 63K, 67K, 72K, 78K, 85K', 'virtual': False, 'seller': 'Vantage Motor 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/5a098e8a-00fe-4ca6-baf2-ebfa8de021b4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120681551, 'registration': 'PE14OYB', 'account': 'VAN052', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.2 i-VTEC SE 5dr [Start Stop]', 'mileage': 88478, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE14OYB/2026-03-26/image/ef64b2ff-bdd3-4301-8f0a-501f1da9dd50_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/5c5cce26-ab1d-43db-9c7f-b4797c78c53f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/a27e024d-672d-49f5-a8ca-d7736faa123f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/9b2343f4-5406-421c-a1e9-006ea63fa630_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/7cdb89de-5acb-455d-bb70-31808d99091f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/e8c29032-4747-41c1-988a-4e43cc1fc853_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE14OYB/2026-03-26/image/d6334b5a-29ac-4fee-908d-6a60fbbe0031_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/15 - 15K, 09/16 - 21K, 05/17 - 29K, 03/17 - 36K, 03/21 - 60K, 10/21 - 63K, 09/22 - 67K, 09/23 - 72K, 12/24 - 80K', 'remarks': '**1289** VOSA STATES 29K, 36K, 45K, 54K, 60K, 63K, 67K, 72K, 78K, 85K', 'virtual': False, 'seller': 'Vantage Motor 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/5a098e8a-00fe-4ca6-baf2-ebfa8de021b4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08ead2dc-f48e-5842-b030-ca6a4dce95de with identifier: 120681551
2026-03-27 05:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08ead2dc-f48e-5842-b030-ca6a4dce95de with scrape type 2
2026-03-27 05:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08ead2dc-f48e-5842-b030-ca6a4dce95de with scrape type 2
2026-03-27 05:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 08ead2dc-f48e-5842-b030-ca6a4dce95de, identifier: 120681551
2026-03-27 05:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695095, 'registration': 'GC17AOD', 'account': 'VAN039', 'make': 'SKODA', 'model': 'RAPID SPACEBACK HATCHBACK', 'derivative': '1.2 TSI 90 SE Tech 5dr', 'mileage': 113339, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GC17AOD/2026-03-26/image/94d4183c-ee85-4a47-9594-3c95379ff541_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/2d89f923-8317-40f1-be60-f50285d06bc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/b08be731-e0f4-438e-b926-02ce29988574_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/667f7c5e-ed7b-4ced-8592-393b8b937c71_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/e9e5d11c-98f9-4058-8ceb-1de38520a872_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/17f24ce5-f191-472d-a124-0992a86b50ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/ab5b917b-62c4-45a7-9234-ad41bf3ef6f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/06c8b617-6b62-4dc5-a517-fffab42c1b27_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/7a20f217-6ca0-4f4c-b39d-01e03319db1c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/21 - 38K, 01/23 - 63K, 01/24 - 81K, 01/25 - 97K, 10/25 - 108K', 'remarks': '**1227** VOSA STATES 32K, 42K, 56K, 72K, 88K, 104K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/b77ae4e9-64d6-46c8-bff1-0210d0f82972.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695095, 'registration': 'GC17AOD', 'account': 'VAN039', 'make': 'SKODA', 'model': 'RAPID SPACEBACK HATCHBACK', 'derivative': '1.2 TSI 90 SE Tech 5dr', 'mileage': 113339, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GC17AOD/2026-03-26/image/94d4183c-ee85-4a47-9594-3c95379ff541_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/2d89f923-8317-40f1-be60-f50285d06bc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/b08be731-e0f4-438e-b926-02ce29988574_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/667f7c5e-ed7b-4ced-8592-393b8b937c71_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/e9e5d11c-98f9-4058-8ceb-1de38520a872_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/17f24ce5-f191-472d-a124-0992a86b50ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/ab5b917b-62c4-45a7-9234-ad41bf3ef6f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/06c8b617-6b62-4dc5-a517-fffab42c1b27_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17AOD/2026-03-26/image/7a20f217-6ca0-4f4c-b39d-01e03319db1c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/21 - 38K, 01/23 - 63K, 01/24 - 81K, 01/25 - 97K, 10/25 - 108K', 'remarks': '**1227** VOSA STATES 32K, 42K, 56K, 72K, 88K, 104K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/b77ae4e9-64d6-46c8-bff1-0210d0f82972.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b299f34-2423-57df-b779-905d3aa66e63 with identifier: 120695095
2026-03-27 05:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b299f34-2423-57df-b779-905d3aa66e63 with scrape type 2
2026-03-27 05:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b299f34-2423-57df-b779-905d3aa66e63 with scrape type 2
2026-03-27 05:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b299f34-2423-57df-b779-905d3aa66e63, identifier: 120695095
2026-03-27 05:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120791424, 'registration': 'LL16OGA', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDI Ultra SE 5dr S Tronic', 'mileage': 106184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-05', 'fuel': 'Diesel', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LL16OGA/2026-03-26/image/bebc8b94-811b-4a8f-be40-ff2df10ee3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/21cde2cd-72cd-49c4-90ef-65160e577eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/07805edc-d3c4-40da-a494-93f4fe629d52_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/8ecd1091-7a4c-4303-866c-b2f0f7ad7246_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/46fd92c1-9768-46c6-8839-b3a2e9badd13_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/1285df89-d3d1-45dd-8343-950fa8580545_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/22d53dc1-654b-4dde-940b-7a6ed5a0b532_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/fd7e9083-8b99-4413-8a2c-a6b30554b517_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/2ddf1510-607b-4b7f-8a1d-f30004bb55ea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/17 - 19K, 05/18 - 42K, 08/21 - 74K', 'remarks': '**1898** VOSA STATES 59K, 67K, 75K, 81K, 92K, 100K, 105K,', 'virtual': False, 'seller': 'MotoNovo Finance', '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/1aaf1c35-9559-408a-988b-05d2cec9a74a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120791424, 'registration': 'LL16OGA', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDI Ultra SE 5dr S Tronic', 'mileage': 106184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-05', 'fuel': 'Diesel', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LL16OGA/2026-03-26/image/bebc8b94-811b-4a8f-be40-ff2df10ee3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/21cde2cd-72cd-49c4-90ef-65160e577eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/07805edc-d3c4-40da-a494-93f4fe629d52_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/8ecd1091-7a4c-4303-866c-b2f0f7ad7246_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/46fd92c1-9768-46c6-8839-b3a2e9badd13_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/1285df89-d3d1-45dd-8343-950fa8580545_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/22d53dc1-654b-4dde-940b-7a6ed5a0b532_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/fd7e9083-8b99-4413-8a2c-a6b30554b517_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL16OGA/2026-03-26/image/2ddf1510-607b-4b7f-8a1d-f30004bb55ea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/17 - 19K, 05/18 - 42K, 08/21 - 74K', 'remarks': '**1898** VOSA STATES 59K, 67K, 75K, 81K, 92K, 100K, 105K,', 'virtual': False, 'seller': 'MotoNovo Finance', '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/1aaf1c35-9559-408a-988b-05d2cec9a74a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 019faa70-b4ed-573c-adb5-54cb3914652e with identifier: 120791424
2026-03-27 05:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 019faa70-b4ed-573c-adb5-54cb3914652e with scrape type 2
2026-03-27 05:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 019faa70-b4ed-573c-adb5-54cb3914652e with scrape type 2
2026-03-27 05:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 019faa70-b4ed-573c-adb5-54cb3914652e, identifier: 120791424
2026-03-27 05:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 08ead2dc-f48e-5842-b030-ca6a4dce95de with identifier: 120681551
2026-03-27 05:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 08ead2dc-f48e-5842-b030-ca6a4dce95de with identifier: 120681551
2026-03-27 05:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 08ead2dc-f48e-5842-b030-ca6a4dce95de with identifier: 120681551 to the API
2026-03-27 05:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120681551?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'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': '08ead2dc-f48e-5842-b030-ca6a4dce95de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PE14OYB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120681551',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 88478,
'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': 'Vantage Motor Group',
'title': 'HONDA JAZZ HATCHBACK 1.2 i-VTEC SE 5dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 i-VTEC SE 5dr [Start Stop]',
'vin': None,
'year': 2014}
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120681551%27 HTTP/1.1" 200 None
2026-03-27 05:03:28 [astonbarclay.gb] INFO: Saving data for 120681551: {'auction_closing_time': 1774958400.0, 'created_time': 1774465896.590529, 'last_price_update_time': 1774587808.018135}
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120681551') HTTP/1.1" 204 0
2026-03-27 05:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b299f34-2423-57df-b779-905d3aa66e63 with identifier: 120695095
2026-03-27 05:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b299f34-2423-57df-b779-905d3aa66e63 with identifier: 120695095
2026-03-27 05:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2b299f34-2423-57df-b779-905d3aa66e63 with identifier: 120695095 to the API
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695095?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-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '2b299f34-2423-57df-b779-905d3aa66e63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GC17AOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695095',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'RAPID SPACEBACK HATCHBACK',
'odometer': 113339,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-26',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA RAPID SPACEBACK HATCHBACK 1.2 TSI 90 SE Tech 5dr',
'transmission': 'manual',
'trim': '1.2 TSI 90 SE Tech 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120695095%27 HTTP/1.1" 200 None
2026-03-27 05:03:28 [astonbarclay.gb] INFO: Saving data for 120695095: {'auction_closing_time': 1774958400.0, 'created_time': 1774465927.276839, 'last_price_update_time': 1774587808.307025}
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695095') HTTP/1.1" 204 0
2026-03-27 05:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 019faa70-b4ed-573c-adb5-54cb3914652e with identifier: 120791424
2026-03-27 05:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 019faa70-b4ed-573c-adb5-54cb3914652e with identifier: 120791424
2026-03-27 05:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 019faa70-b4ed-573c-adb5-54cb3914652e with identifier: 120791424 to the API
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120791424?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'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': '019faa70-b4ed-573c-adb5-54cb3914652e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL16OGA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120791424',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A4 DIESEL AVANT',
'odometer': 106184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-05',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI A4 DIESEL AVANT 2.0 TDI Ultra SE 5dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI Ultra SE 5dr S Tronic',
'vin': None,
'year': 2016}
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120791424%27 HTTP/1.1" 200 None
2026-03-27 05:03:28 [astonbarclay.gb] INFO: Saving data for 120791424: {'auction_closing_time': 1774958400.0, 'created_time': 1774465939.121809, 'last_price_update_time': 1774587808.655207}
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120791424') HTTP/1.1" 204 0
2026-03-27 05:03:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693919, 'registration': 'PE09MYS', 'account': 'DJC016', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.2 i-VTEC SE 5dr', 'mileage': 48723, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE09MYS/2026-03-26/image/6f288610-3208-4678-b484-fbe08e32b7b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/87e628a7-6a64-4033-b516-5b7784a35221_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/2c1a2344-4701-45fd-8cf1-3c12c6e64cdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/80fb73a2-3ee4-4843-b254-90166bca567b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/53890550-3a94-437a-850f-2dfd146aa304_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/0e013f18-ae5d-4a2d-b031-2a7b6e5f1139_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/523568ab-c0c1-40bc-a20d-37d4a0d2a1a3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**138** VOSA STATES 13K, 17K, 20K, 22K, 25K, 28K, 30K, 33K, 36K, 38K, 39K, 41K, 43K, 46K, 48K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4e3fdd93-99fe-4310-a2e3-97e1a944a8ae.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693919, 'registration': 'PE09MYS', 'account': 'DJC016', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.2 i-VTEC SE 5dr', 'mileage': 48723, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE09MYS/2026-03-26/image/6f288610-3208-4678-b484-fbe08e32b7b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/87e628a7-6a64-4033-b516-5b7784a35221_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/2c1a2344-4701-45fd-8cf1-3c12c6e64cdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/80fb73a2-3ee4-4843-b254-90166bca567b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/53890550-3a94-437a-850f-2dfd146aa304_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/0e013f18-ae5d-4a2d-b031-2a7b6e5f1139_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE09MYS/2026-03-26/image/523568ab-c0c1-40bc-a20d-37d4a0d2a1a3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**138** VOSA STATES 13K, 17K, 20K, 22K, 25K, 28K, 30K, 33K, 36K, 38K, 39K, 41K, 43K, 46K, 48K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4e3fdd93-99fe-4310-a2e3-97e1a944a8ae.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b40bcd-da8c-58ed-ac1a-097ce4955f13 with identifier: 120693919
2026-03-27 05:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b40bcd-da8c-58ed-ac1a-097ce4955f13 with scrape type 2
2026-03-27 05:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b40bcd-da8c-58ed-ac1a-097ce4955f13 with scrape type 2
2026-03-27 05:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 99b40bcd-da8c-58ed-ac1a-097ce4955f13, identifier: 120693919
2026-03-27 05:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 99b40bcd-da8c-58ed-ac1a-097ce4955f13 with identifier: 120693919
2026-03-27 05:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 99b40bcd-da8c-58ed-ac1a-097ce4955f13 with identifier: 120693919
2026-03-27 05:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 99b40bcd-da8c-58ed-ac1a-097ce4955f13 with identifier: 120693919 to the API
2026-03-27 05:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693919?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '99b40bcd-da8c-58ed-ac1a-097ce4955f13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PE09MYS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693919',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 48723,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-01',
'seller_name': 'Cox Motor Group',
'title': 'HONDA JAZZ HATCHBACK 1.2 i-VTEC SE 5dr',
'transmission': 'manual',
'trim': '1.2 i-VTEC SE 5dr',
'vin': None,
'year': 2009}
2026-03-27 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693919%27 HTTP/1.1" 200 None
2026-03-27 05:03:29 [astonbarclay.gb] INFO: Saving data for 120693919: {'auction_closing_time': 1774958400.0, 'created_time': 1774465892.948475, 'last_price_update_time': 1774587809.052282}
2026-03-27 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693919') HTTP/1.1" 204 0
2026-03-27 05:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120775323?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120208207?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471398?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120775323, 'registration': 'ST62XON', 'account': 'MOT075', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '120d M Sport 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-12-17', 'fuel': 'Diesel', 'motExpiry': '2025-09-18', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 45K, 57K, 69K, 78K, 87K, 97K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120775323, 'registration': 'ST62XON', 'account': 'MOT075', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '120d M Sport 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-12-17', 'fuel': 'Diesel', 'motExpiry': '2025-09-18', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 45K, 57K, 69K, 78K, 87K, 97K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6202dee2-bb46-521b-a45e-5e06e751a050 with identifier: 120775323
2026-03-27 05:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6202dee2-bb46-521b-a45e-5e06e751a050 with scrape type 2
2026-03-27 05:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6202dee2-bb46-521b-a45e-5e06e751a050 with scrape type 2
2026-03-27 05:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6202dee2-bb46-521b-a45e-5e06e751a050, identifier: 120775323
2026-03-27 05:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6202dee2-bb46-521b-a45e-5e06e751a050 with identifier: 120775323
2026-03-27 05:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6202dee2-bb46-521b-a45e-5e06e751a050 with identifier: 120775323
2026-03-27 05:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6202dee2-bb46-521b-a45e-5e06e751a050 with identifier: 120775323 to the API
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120775323?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'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': '6202dee2-bb46-521b-a45e-5e06e751a050',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ST62XON',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120775323',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-12-17',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 120d M Sport 5dr',
'transmission': 'manual',
'trim': '120d M Sport 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:30 [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-27 05:03:30 [astonbarclay.gb] INFO: Saving data for 120775323: {'created_time': 1774465586.119481, 'last_price_update_time': 1774587810.30799, 'auction_closing_time': 1774958400.0}
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120775323') HTTP/1.1" 204 0
2026-03-27 05:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733148?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797356?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622731?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120796024?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120208207, 'registration': 'GY67YAU', 'account': 'MAN027', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '3.0 TDI Quattro S Line 5dr Tip Auto', 'mileage': 104587, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-12-08', 'fuel': 'Diesel', 'motExpiry': '2026-03-02', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GY67YAU/2026-03-06/image/60c7c301-9bd5-4c3f-a75d-b53fbe1c5436_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/a25af7a3-a97b-4e3d-aad2-b2870bdb0051_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/b331572e-b133-4dfa-ac51-91537e8595b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/16c349b0-3639-4e53-8481-c7a01371d047_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/829a151e-fe06-43bd-917e-5beea3b53871_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/1e45e92f-1192-4272-b15d-db82e9cc7794_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/1c95813c-d2b1-4f66-833f-7f7c0c4c5c46_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/f5c931eb-15da-426c-bfee-11e35dbd5af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/1deb57f2-4303-40d8-a4a1-3ecb0920008e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/22 - 68K,', 'remarks': '**1656** VOSA STATES 51K, 68K, 77K, 87K, 96K,', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f59ba6f-e627-4f11-bf4c-21dc1bd6b9fb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120208207, 'registration': 'GY67YAU', 'account': 'MAN027', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '3.0 TDI Quattro S Line 5dr Tip Auto', 'mileage': 104587, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-12-08', 'fuel': 'Diesel', 'motExpiry': '2026-03-02', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GY67YAU/2026-03-06/image/60c7c301-9bd5-4c3f-a75d-b53fbe1c5436_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/a25af7a3-a97b-4e3d-aad2-b2870bdb0051_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/b331572e-b133-4dfa-ac51-91537e8595b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/16c349b0-3639-4e53-8481-c7a01371d047_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/829a151e-fe06-43bd-917e-5beea3b53871_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/1e45e92f-1192-4272-b15d-db82e9cc7794_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/1c95813c-d2b1-4f66-833f-7f7c0c4c5c46_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/f5c931eb-15da-426c-bfee-11e35dbd5af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY67YAU/2026-03-06/image/1deb57f2-4303-40d8-a4a1-3ecb0920008e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/22 - 68K,', 'remarks': '**1656** VOSA STATES 51K, 68K, 77K, 87K, 96K,', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f59ba6f-e627-4f11-bf4c-21dc1bd6b9fb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207
2026-03-27 05:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with scrape type 2
2026-03-27 05:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with scrape type 2
2026-03-27 05:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb, identifier: 120208207
2026-03-27 05:03:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120471398, 'registration': 'PE13TFV', 'account': 'DJC003', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.0 VTi Active 5dr', 'mileage': 54298, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE13TFV/2026-03-20/image/7bb6b592-4f7b-4556-b560-f18ea03f019d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/687d4f38-a0e5-441f-8943-e5b69f69e968_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/70c0f963-ef74-4020-91cd-dcad122a1f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/ad3db58b-8f5d-43e7-a64b-4600683fc383_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/fcf00207-d5a4-4777-9da2-c0ea01e25aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/6ddfce4f-1948-45d4-996a-8cebe7f3f654_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/6602ddef-a112-4438-a605-8f469d6877f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/76c8b226-8f0d-4445-8749-c4b728f6c9c4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **123** VOSA STATES 14K, 20K, 24K, 26K, 30K, 30K, 34K, 38K, 43K, 47K', 'virtual': False, 'seller': 'Cox Motor Group', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120471398, 'registration': 'PE13TFV', 'account': 'DJC003', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.0 VTi Active 5dr', 'mileage': 54298, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE13TFV/2026-03-20/image/7bb6b592-4f7b-4556-b560-f18ea03f019d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/687d4f38-a0e5-441f-8943-e5b69f69e968_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/70c0f963-ef74-4020-91cd-dcad122a1f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/ad3db58b-8f5d-43e7-a64b-4600683fc383_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/fcf00207-d5a4-4777-9da2-c0ea01e25aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/6ddfce4f-1948-45d4-996a-8cebe7f3f654_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/6602ddef-a112-4438-a605-8f469d6877f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE13TFV/2026-03-20/image/76c8b226-8f0d-4445-8749-c4b728f6c9c4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **123** VOSA STATES 14K, 20K, 24K, 26K, 30K, 30K, 34K, 38K, 43K, 47K', 'virtual': False, 'seller': 'Cox Motor Group', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398
2026-03-27 05:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 546d607a-701d-5399-9a2f-832bce1d6268 with scrape type 2
2026-03-27 05:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 546d607a-701d-5399-9a2f-832bce1d6268 with scrape type 2
2026-03-27 05:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 546d607a-701d-5399-9a2f-832bce1d6268, identifier: 120471398
2026-03-27 05:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207
2026-03-27 05:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207
2026-03-27 05:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207 to the API
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120208207?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8ab093d5-53e2-5a9e-a337-7cae6d6377cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GY67YAU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120208207',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q7 DIESEL ESTATE',
'odometer': 104587,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-08',
'seller_name': 'Mann Island Finance',
'title': 'AUDI Q7 DIESEL ESTATE 3.0 TDI Quattro S Line 5dr Tip Auto',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro S Line 5dr Tip Auto',
'vin': None,
'year': 2017}
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:30 [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-27 05:03:30 [astonbarclay.gb] INFO: Saving data for 120208207: {'auction_closing_time': 1774612800.0, 'created_time': 1773741771.546501, 'last_price_update_time': 1774587810.805164}
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120208207') HTTP/1.1" 204 0
2026-03-27 05:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398
2026-03-27 05:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398
2026-03-27 05:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398 to the API
2026-03-27 05:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:03: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-27 05:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471398?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '546d607a-701d-5399-9a2f-832bce1d6268',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PE13TFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471398',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 54298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-28',
'seller_name': 'Cox Motor Group',
'title': 'PEUGEOT 208 HATCHBACK 1.0 VTi Active 5dr',
'transmission': 'manual',
'trim': '1.0 VTi Active 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120471398%27 HTTP/1.1" 200 None
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Saving data for 120471398: {'auction_closing_time': 1774612800.0, 'created_time': 1773947280.401556, 'last_price_update_time': 1774587811.41007}
2026-03-27 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471398') HTTP/1.1" 204 0
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733148, 'registration': 'CF69SBV', 'account': 'MOT070', 'make': 'BMW', 'model': '2 SERIES COUPE', 'derivative': '218i M Sport 2dr [Nav] Step Auto', 'mileage': 28074, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-10-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-29', 'doors': 2, 'engineSize': 1499, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/CF69SBV/2026-03-25/image/ee98ed87-a621-4def-90a9-a078e570b694_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/6fd9f457-b6c8-46dc-a465-22af33ab68de_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/51147ccf-c8f9-44d6-86f4-2e6d97d8dcf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/8f619cdc-d15a-4589-839d-8bc2a563f47a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/52ba7530-a8d5-4d95-b614-4a38bbccc934_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/75af742d-1422-4d8d-a506-97a8dd35b157_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/a862e35a-d4d1-4ccc-b12c-b20c844526bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/282617f6-54ee-4880-a97b-1bce548cccff_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/8f9e349b-1af3-4f30-a8b0-b29b92b3ff85_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/dde68708-f4fb-49be-bbf9-43cc9286e4b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/ac118732-2ad2-43a3-b576-ac945dc3f288_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book iDrive - 08/21- 2k, 10/22- 8k, 10/23- 13k, 10/24- 19k, 06/25- 23k, 10/25- 24k', 'remarks': 'vosa - 8k, 13k, 19k, 24k SPARE KEY IN OFFICE, CAR IS HEAVILY ADAPATED UNABLE TO BE REMOVED', 'virtual': False, 'seller': 'Motability Operations', '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/f1ba8957-c3c5-41e4-b42f-33a53c4041b2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733148, 'registration': 'CF69SBV', 'account': 'MOT070', 'make': 'BMW', 'model': '2 SERIES COUPE', 'derivative': '218i M Sport 2dr [Nav] Step Auto', 'mileage': 28074, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-10-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-29', 'doors': 2, 'engineSize': 1499, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/CF69SBV/2026-03-25/image/ee98ed87-a621-4def-90a9-a078e570b694_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/6fd9f457-b6c8-46dc-a465-22af33ab68de_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/51147ccf-c8f9-44d6-86f4-2e6d97d8dcf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/8f619cdc-d15a-4589-839d-8bc2a563f47a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/52ba7530-a8d5-4d95-b614-4a38bbccc934_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/75af742d-1422-4d8d-a506-97a8dd35b157_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/a862e35a-d4d1-4ccc-b12c-b20c844526bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/282617f6-54ee-4880-a97b-1bce548cccff_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/8f9e349b-1af3-4f30-a8b0-b29b92b3ff85_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/dde68708-f4fb-49be-bbf9-43cc9286e4b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF69SBV/2026-03-25/image/ac118732-2ad2-43a3-b576-ac945dc3f288_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book iDrive - 08/21- 2k, 10/22- 8k, 10/23- 13k, 10/24- 19k, 06/25- 23k, 10/25- 24k', 'remarks': 'vosa - 8k, 13k, 19k, 24k SPARE KEY IN OFFICE, CAR IS HEAVILY ADAPATED UNABLE TO BE REMOVED', 'virtual': False, 'seller': 'Motability Operations', '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/f1ba8957-c3c5-41e4-b42f-33a53c4041b2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148
2026-03-27 05:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89201a21-0477-549b-bf80-14131ecb86be with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89201a21-0477-549b-bf80-14131ecb86be with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89201a21-0477-549b-bf80-14131ecb86be, identifier: 120733148
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797356, 'registration': 'ML74AFN', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'TRAFIC SWB MINIBUS DIESEL', 'derivative': 'SL28 Blue dCi 150 Advance 9 Seater', 'mileage': 9558, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2024-10-03', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/ML74AFN/2026-03-26/image/fe8a0c84-edc4-46e1-adf4-3dcc31391317_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b30b54c1-7529-4d4b-86ac-c9548a4f9825_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/752a19f3-2e54-4af3-a62a-5829e9fc2ec7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/4bf01526-5a13-4b3c-9af6-b8a6ccf911b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/7d42c53a-5fe5-4a17-a8c6-6e4f5a49a532_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/81cbf7b8-bf9c-4857-9e05-d91b84e2d458_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/9a73708f-f20d-438c-999f-7af326238572_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b69b5f3b-3943-4ffe-8ff5-2a92e592238c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/0db3b643-3670-421b-b8ba-53904612890d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/7310b7a3-2f45-449b-909f-de87db095e57_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/2220a28b-56df-4cb3-8881-de3664d0ad83_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/a0a46f7e-67b3-4dfe-9e80-3f8e21a2d0c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b2d01ecb-ced5-4578-8de9-b49b265e3174_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/3b66ba13-8d18-450a-a8cf-e7bda6d4bb90_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/323096bd-3bdd-43c8-ac1c-b4f7c8eb09fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b3aa29dd-58d3-4983-9c8c-919a7e312465_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', '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': 'TF', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b134fe3-98c0-4e65-8d58-586e7bfd8d6b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797356, 'registration': 'ML74AFN', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'TRAFIC SWB MINIBUS DIESEL', 'derivative': 'SL28 Blue dCi 150 Advance 9 Seater', 'mileage': 9558, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2024-10-03', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/ML74AFN/2026-03-26/image/fe8a0c84-edc4-46e1-adf4-3dcc31391317_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b30b54c1-7529-4d4b-86ac-c9548a4f9825_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/752a19f3-2e54-4af3-a62a-5829e9fc2ec7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/4bf01526-5a13-4b3c-9af6-b8a6ccf911b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/7d42c53a-5fe5-4a17-a8c6-6e4f5a49a532_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/81cbf7b8-bf9c-4857-9e05-d91b84e2d458_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/9a73708f-f20d-438c-999f-7af326238572_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b69b5f3b-3943-4ffe-8ff5-2a92e592238c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/0db3b643-3670-421b-b8ba-53904612890d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/7310b7a3-2f45-449b-909f-de87db095e57_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/2220a28b-56df-4cb3-8881-de3664d0ad83_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/a0a46f7e-67b3-4dfe-9e80-3f8e21a2d0c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b2d01ecb-ced5-4578-8de9-b49b265e3174_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/3b66ba13-8d18-450a-a8cf-e7bda6d4bb90_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/323096bd-3bdd-43c8-ac1c-b4f7c8eb09fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML74AFN/2026-03-26/image/b3aa29dd-58d3-4983-9c8c-919a7e312465_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', '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': 'TF', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b134fe3-98c0-4e65-8d58-586e7bfd8d6b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f with identifier: 120797356
2026-03-27 05:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f, identifier: 120797356
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120622731, 'registration': 'VN25YTU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 6211, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-06-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VN25YTU/2026-03-20/image/0708945b-a833-404c-9369-ea54da7503d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/d7347f7d-e464-48be-b641-8735507bc420_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/45ab7a67-a577-4634-aa0f-de4b7f12a85d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/7df18a58-6091-4162-834d-af94c85c9557_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/a36f16bc-f623-4808-95ff-1164c37458ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/04430427-cd55-47b5-bc42-40c290235972_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office, V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d3b0064-ee34-4900-af2f-2a660bee5c51.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120622731, 'registration': 'VN25YTU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 6211, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-06-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VN25YTU/2026-03-20/image/0708945b-a833-404c-9369-ea54da7503d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/d7347f7d-e464-48be-b641-8735507bc420_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/45ab7a67-a577-4634-aa0f-de4b7f12a85d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/7df18a58-6091-4162-834d-af94c85c9557_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/a36f16bc-f623-4808-95ff-1164c37458ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25YTU/2026-03-20/image/04430427-cd55-47b5-bc42-40c290235972_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office, V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d3b0064-ee34-4900-af2f-2a660bee5c51.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731
2026-03-27 05:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d0c73bb-08bc-50fc-82b4-49347192369e with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d0c73bb-08bc-50fc-82b4-49347192369e with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d0c73bb-08bc-50fc-82b4-49347192369e, identifier: 120622731
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120796024, 'registration': 'SR73KAU', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '2.0 TSI 4MOTION R-Line 5dr DSG', 'mileage': 20219, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-10-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SR73KAU/2026-03-26/image/64dbb664-12ef-4fd1-bd91-f376bba1121f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/01d26f5a-da98-49b3-9289-b904a9f15799_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/558eb53f-61c6-4f43-9ac3-11682bc54b01_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/c008b751-4123-46cb-9c80-2c9f82bc3c59_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/6ffd4df3-47a6-4572-8093-90e7484a3387_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/7bb22e4f-ae8f-4b86-8f05-783278835dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/f3c0d611-2a10-4dee-8ae5-744c6decca23_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/0f92b20a-eeaf-4374-a657-b251a8717397_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/8b577819-bc2a-495b-ab45-22638c3927de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/0a6cb6a7-ae00-4895-8afc-a61ef8eb4d92_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': 'TF', 'co2': 176, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6c2de52-b94b-43a0-9f24-82a948903937.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120796024, 'registration': 'SR73KAU', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '2.0 TSI 4MOTION R-Line 5dr DSG', 'mileage': 20219, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-10-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SR73KAU/2026-03-26/image/64dbb664-12ef-4fd1-bd91-f376bba1121f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/01d26f5a-da98-49b3-9289-b904a9f15799_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/558eb53f-61c6-4f43-9ac3-11682bc54b01_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/c008b751-4123-46cb-9c80-2c9f82bc3c59_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/6ffd4df3-47a6-4572-8093-90e7484a3387_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/7bb22e4f-ae8f-4b86-8f05-783278835dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/f3c0d611-2a10-4dee-8ae5-744c6decca23_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/0f92b20a-eeaf-4374-a657-b251a8717397_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/8b577819-bc2a-495b-ab45-22638c3927de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR73KAU/2026-03-26/image/0a6cb6a7-ae00-4895-8afc-a61ef8eb4d92_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': 'TF', 'co2': 176, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6c2de52-b94b-43a0-9f24-82a948903937.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5 with identifier: 120796024
2026-03-27 05:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5 with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5 with scrape type 2
2026-03-27 05:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5, identifier: 120796024
2026-03-27 05:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148
2026-03-27 05:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148
2026-03-27 05:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148 to the API
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733148?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '89201a21-0477-549b-bf80-14131ecb86be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CF69SBV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733148',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'BMW',
'model': '2 SERIES COUPE',
'odometer': 28074,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-30',
'seller_name': 'Motability Operations',
'title': 'BMW 2 SERIES COUPE 218i M Sport 2dr [Nav] Step Auto',
'transmission': 'automatic',
'trim': '218i M Sport 2dr [Nav] Step Auto',
'vin': None,
'year': 2019}
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733148%27 HTTP/1.1" 200 None
2026-03-27 05:03:32 [astonbarclay.gb] INFO: Saving data for 120733148: {'auction_closing_time': 1774949400.0, 'created_time': 1774357637.134727, 'last_price_update_time': 1774587812.307836}
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733148') HTTP/1.1" 204 0
2026-03-27 05:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f with identifier: 120797356
2026-03-27 05:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f with identifier: 120797356
2026-03-27 05:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f with identifier: 120797356 to the API
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120797356?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 183,
'color': 'RED',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'b0f2c7da-be8c-5e5a-a9ba-7b3edec26d4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML74AFN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797356',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'TRAFIC SWB MINIBUS DIESEL',
'odometer': 9558,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-03',
'seller_name': 'Motability Operations',
'title': 'RENAULT TRAFIC SWB MINIBUS DIESEL SL28 Blue dCi 150 Advance 9 '
'Seater',
'transmission': 'manual',
'trim': 'SL28 Blue dCi 150 Advance 9 Seater',
'vin': None,
'year': 2024}
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120797356%27 HTTP/1.1" 200 None
2026-03-27 05:03:32 [astonbarclay.gb] INFO: Saving data for 120797356: {'auction_closing_time': 1774949400.0, 'created_time': 1774466042.877875, 'last_price_update_time': 1774587812.659128}
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797356') HTTP/1.1" 204 0
2026-03-27 05:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731
2026-03-27 05:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731
2026-03-27 05:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731 to the API
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622731?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-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0d0c73bb-08bc-50fc-82b4-49347192369e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VN25YTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622731',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 6211,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'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-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622731%27 HTTP/1.1" 200 None
2026-03-27 05:03:32 [astonbarclay.gb] INFO: Saving data for 120622731: {'auction_closing_time': 1774612800.0, 'created_time': 1773946901.066967, 'last_price_update_time': 1774587812.939262}
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622731') HTTP/1.1" 204 0
2026-03-27 05:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5 with identifier: 120796024
2026-03-27 05:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5 with identifier: 120796024
2026-03-27 05:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b0b47a7-f0ba-5191-8dec-a6eab914a2f5 with identifier: 120796024 to the API
2026-03-27 05:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120796024?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 176,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '9b0b47a7-f0ba-5191-8dec-a6eab914a2f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SR73KAU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120796024',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 20219,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-14',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 2.0 TSI 4MOTION R-Line 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TSI 4MOTION R-Line 5dr DSG',
'vin': None,
'year': 2023}
2026-03-27 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120796024%27 HTTP/1.1" 200 None
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Saving data for 120796024: {'auction_closing_time': 1774949400.0, 'created_time': 1774466089.258539, 'last_price_update_time': 1774587813.269327}
2026-03-27 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120796024') HTTP/1.1" 204 0
2026-03-27 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119432954?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674696?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673292?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120798777?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 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-27 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119432954, 'registration': 'YX18USF', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A3 SALOON', 'derivative': '1.5 TFSI S Line 4dr S Tronic', 'mileage': 118082, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 4, 'engineSize': 1498, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YX18USF/2026-02-10/image/9ea9097b-1d9b-4d0e-a096-5a6eb555c1c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/64e26287-0832-4504-98cb-39ea634e4b86_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/65cad18f-3d1c-443d-92e6-514c701c62c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/265b2b4d-7604-43c9-a133-6842962b5ed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/44aad654-564e-4077-b7bb-1884f3944bd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/ce7f55d1-da6a-4ecc-88d4-ac2d69d2cfbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/ee3bf92c-76e8-41f3-8000-9f4eec44d6fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/4519f7c7-4343-4966-bb5c-00609292a944_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/0c456d2d-49b8-43ab-b098-c132905a4652_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1464** VOSA STATES 59K (FAIL), 60K, 69K, 92K, 94K, 115K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', '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/df3f2652-8b08-4155-88e2-65717c360eb4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119432954, 'registration': 'YX18USF', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A3 SALOON', 'derivative': '1.5 TFSI S Line 4dr S Tronic', 'mileage': 118082, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 4, 'engineSize': 1498, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YX18USF/2026-02-10/image/9ea9097b-1d9b-4d0e-a096-5a6eb555c1c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/64e26287-0832-4504-98cb-39ea634e4b86_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/65cad18f-3d1c-443d-92e6-514c701c62c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/265b2b4d-7604-43c9-a133-6842962b5ed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/44aad654-564e-4077-b7bb-1884f3944bd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/ce7f55d1-da6a-4ecc-88d4-ac2d69d2cfbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/ee3bf92c-76e8-41f3-8000-9f4eec44d6fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/4519f7c7-4343-4966-bb5c-00609292a944_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18USF/2026-02-10/image/0c456d2d-49b8-43ab-b098-c132905a4652_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1464** VOSA STATES 59K (FAIL), 60K, 69K, 92K, 94K, 115K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', '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/df3f2652-8b08-4155-88e2-65717c360eb4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954
2026-03-27 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3147ec08-f655-5ccc-bcb0-1811594e45d3 with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3147ec08-f655-5ccc-bcb0-1811594e45d3 with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3147ec08-f655-5ccc-bcb0-1811594e45d3, identifier: 119432954
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674696, 'registration': 'EO72HJA', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '1.5 TSI SE L Executive 5dr DSG [7 Seat]', 'mileage': 29670, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO72HJA/2026-03-23/image/3083d8fa-3bca-47ee-86bc-54396db2421f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/070043d4-9136-4776-80dc-38585fff8f46_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/ab3e7f15-3e12-4b77-a19e-5daec6b318ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/f74731e2-d5de-427b-b222-ad0084b200b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/8f98d2fc-cbed-44ec-8923-887b217d9a6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/68b76cd2-3566-444b-a96c-a4faa7928ebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/95495dbe-653f-48d9-b84e-3e161bab62bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/962149fc-a158-4510-8919-c5b474e6ad76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/678f5c1f-7345-4660-938e-d43aa9542361_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/146a7ade-29a8-476c-aa52-c2c9a486d138_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/630dd535-88b3-40ec-ada0-34e98520d326_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/34a6c2c4-2cb8-4b97-bf06-167f177cdba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/55bf6f7f-d134-454d-810c-49510d9d4045_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/24-17K', 'remarks': 'vosa @ 27k - 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': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/96b311b4-d1c8-48c4-b2bf-38e89daf9722.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674696, 'registration': 'EO72HJA', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '1.5 TSI SE L Executive 5dr DSG [7 Seat]', 'mileage': 29670, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO72HJA/2026-03-23/image/3083d8fa-3bca-47ee-86bc-54396db2421f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/070043d4-9136-4776-80dc-38585fff8f46_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/ab3e7f15-3e12-4b77-a19e-5daec6b318ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/f74731e2-d5de-427b-b222-ad0084b200b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/8f98d2fc-cbed-44ec-8923-887b217d9a6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/68b76cd2-3566-444b-a96c-a4faa7928ebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/95495dbe-653f-48d9-b84e-3e161bab62bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/962149fc-a158-4510-8919-c5b474e6ad76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/678f5c1f-7345-4660-938e-d43aa9542361_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/146a7ade-29a8-476c-aa52-c2c9a486d138_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/630dd535-88b3-40ec-ada0-34e98520d326_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/34a6c2c4-2cb8-4b97-bf06-167f177cdba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72HJA/2026-03-23/image/55bf6f7f-d134-454d-810c-49510d9d4045_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/24-17K', 'remarks': 'vosa @ 27k - 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': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/96b311b4-d1c8-48c4-b2bf-38e89daf9722.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696
2026-03-27 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf10010-d0c9-546e-828e-86297ec00a4d with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bf10010-d0c9-546e-828e-86297ec00a4d with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6bf10010-d0c9-546e-828e-86297ec00a4d, identifier: 120674696
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673292, 'registration': 'FE21XJX', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TRANSPORTER SHUTTLE T32 LWB DIESEL', 'derivative': '2.0 TDI 150PS SE Minibus DSG', 'mileage': 56684, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-06-15', 'fuel': 'Diesel', 'motExpiry': '2026-06-14', 'doors': None, 'engineSize': 1968, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/FE21XJX/2026-03-26/image/3e1a6192-b972-48e8-ae71-a77b667e366e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/4824fb4d-c1b6-49f2-9072-47401c8f7760_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/3d448006-af1c-4969-9c50-d984edc931e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/2239f9ed-c953-4a54-86f4-fcba352c8017_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/68e26282-23b9-4517-9c44-a41a040c8554_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/50c6e670-84d0-4bd8-bac8-e46430a13124_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/077c884b-0e40-45e1-a588-2bbd4893b0d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/521ed69f-e1fc-4e62-8154-f0405a3c3ac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/0606d2ae-4ff1-48da-aba6-7973786a0ad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/a0e76f19-dd5e-4593-a0ca-58b528753443_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/4adaf613-e8cb-4217-be08-9a5fed94b535_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/c8260819-12a0-4689-acb0-314d4f876018_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 04/23- 19k, 03/24- 29k, 02/25- 39k', 'remarks': 'vosa @ 31k 44k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 206, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2badb47c-956f-49ee-bd74-2e051329f760.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673292, 'registration': 'FE21XJX', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TRANSPORTER SHUTTLE T32 LWB DIESEL', 'derivative': '2.0 TDI 150PS SE Minibus DSG', 'mileage': 56684, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-06-15', 'fuel': 'Diesel', 'motExpiry': '2026-06-14', 'doors': None, 'engineSize': 1968, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/FE21XJX/2026-03-26/image/3e1a6192-b972-48e8-ae71-a77b667e366e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/4824fb4d-c1b6-49f2-9072-47401c8f7760_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/3d448006-af1c-4969-9c50-d984edc931e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/2239f9ed-c953-4a54-86f4-fcba352c8017_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/68e26282-23b9-4517-9c44-a41a040c8554_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/50c6e670-84d0-4bd8-bac8-e46430a13124_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/077c884b-0e40-45e1-a588-2bbd4893b0d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/521ed69f-e1fc-4e62-8154-f0405a3c3ac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/0606d2ae-4ff1-48da-aba6-7973786a0ad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/a0e76f19-dd5e-4593-a0ca-58b528753443_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/4adaf613-e8cb-4217-be08-9a5fed94b535_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-26/image/c8260819-12a0-4689-acb0-314d4f876018_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 04/23- 19k, 03/24- 29k, 02/25- 39k', 'remarks': 'vosa @ 31k 44k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 206, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2badb47c-956f-49ee-bd74-2e051329f760.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292
2026-03-27 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac074f7e-04b6-53f0-b182-b8e827413bed with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac074f7e-04b6-53f0-b182-b8e827413bed with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac074f7e-04b6-53f0-b182-b8e827413bed, identifier: 120673292
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120798777, 'registration': 'BV23WSL', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech full hybrid 145 Evolution 5dr Auto', 'mileage': 11336, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV23WSL/2026-03-26/image/030fa52a-5f5e-4b7b-8a25-72052ba85e47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/c9c9814b-5835-4147-ae6c-937cb843a973_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/a8d0a30b-2c60-4870-b87a-316ba45b8201_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/ce5aa764-2e77-45cb-ac0c-8801151a08b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/8ceb7aca-840e-4210-9d16-aa2ecc0d6f8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/cd457361-cf34-40c4-a67f-8cdd12160612_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/8011258d-0176-4973-84e4-ce094cd7616d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/1e27b8af-cccf-4064-94a5-f1ff8ae81074_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/633dc931-7160-4a5d-8f12-01e3c5e019f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/a7b300c5-f3b1-48cc-8e7a-becb26490c04_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/3d01d85b-58a6-452c-b71e-c7f3b36b9894_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/b8ed80f8-a9d4-4a97-b65a-22971c52b610_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/bd665c56-8d74-4bb6-a06c-66452cd8f153_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/49d87190-1b4a-424d-8497-6e166be71c15_removebg.jpg?w=600'], 'colour': 'RED', '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': False, 'v5details': 'TF', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22120e51-daf9-4514-9fc8-785adc5f22c7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120798777, 'registration': 'BV23WSL', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech full hybrid 145 Evolution 5dr Auto', 'mileage': 11336, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV23WSL/2026-03-26/image/030fa52a-5f5e-4b7b-8a25-72052ba85e47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/c9c9814b-5835-4147-ae6c-937cb843a973_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/a8d0a30b-2c60-4870-b87a-316ba45b8201_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/ce5aa764-2e77-45cb-ac0c-8801151a08b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/8ceb7aca-840e-4210-9d16-aa2ecc0d6f8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/cd457361-cf34-40c4-a67f-8cdd12160612_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/8011258d-0176-4973-84e4-ce094cd7616d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/1e27b8af-cccf-4064-94a5-f1ff8ae81074_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/633dc931-7160-4a5d-8f12-01e3c5e019f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/a7b300c5-f3b1-48cc-8e7a-becb26490c04_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/3d01d85b-58a6-452c-b71e-c7f3b36b9894_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/b8ed80f8-a9d4-4a97-b65a-22971c52b610_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/bd665c56-8d74-4bb6-a06c-66452cd8f153_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV23WSL/2026-03-26/image/49d87190-1b4a-424d-8497-6e166be71c15_removebg.jpg?w=600'], 'colour': 'RED', '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': False, 'v5details': 'TF', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22120e51-daf9-4514-9fc8-785adc5f22c7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d28c1e8f-3e72-59a9-a0ee-2bf59fd49135 with identifier: 120798777
2026-03-27 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d28c1e8f-3e72-59a9-a0ee-2bf59fd49135 with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d28c1e8f-3e72-59a9-a0ee-2bf59fd49135 with scrape type 2
2026-03-27 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d28c1e8f-3e72-59a9-a0ee-2bf59fd49135, identifier: 120798777
2026-03-27 05:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954
2026-03-27 05:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954
2026-03-27 05:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954 to the API
2026-03-27 05:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119432954?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '3147ec08-f655-5ccc-bcb0-1811594e45d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX18USF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119432954',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 SALOON',
'odometer': 118082,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-28',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI A3 SALOON 1.5 TFSI S Line 4dr S Tronic',
'transmission': 'automatic',
'trim': '1.5 TFSI S Line 4dr S Tronic',
'vin': None,
'year': 2018}
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119432954%27 HTTP/1.1" 200 None
2026-03-27 05:03:34 [astonbarclay.gb] INFO: Saving data for 119432954: {'auction_closing_time': 1774958400.0, 'created_time': 1773403472.448894, 'last_price_update_time': 1774587814.109306}
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119432954') HTTP/1.1" 204 0
2026-03-27 05:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696
2026-03-27 05:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696
2026-03-27 05:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696 to the API
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674696?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '6bf10010-d0c9-546e-828e-86297ec00a4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO72HJA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674696',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KODIAQ ESTATE',
'odometer': 29670,
'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': 'SKODA KODIAQ ESTATE 1.5 TSI SE L Executive 5dr DSG [7 Seat]',
'transmission': 'automatic',
'trim': '1.5 TSI SE L Executive 5dr DSG [7 Seat]',
'vin': None,
'year': 2023}
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120674696%27 HTTP/1.1" 200 None
2026-03-27 05:03:34 [astonbarclay.gb] INFO: Saving data for 120674696: {'auction_closing_time': 1774949400.0, 'created_time': 1774260364.678362, 'last_price_update_time': 1774587814.457276}
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674696') HTTP/1.1" 204 0
2026-03-27 05:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292
2026-03-27 05:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292
2026-03-27 05:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292 to the API
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673292?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 206,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'ac074f7e-04b6-53f0-b182-b8e827413bed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FE21XJX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673292',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER SHUTTLE T32 LWB DIESEL',
'odometer': 56684,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-15',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TRANSPORTER SHUTTLE T32 LWB DIESEL 2.0 TDI 150PS SE '
'Minibus DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 150PS SE Minibus DSG',
'vin': None,
'year': 2021}
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120673292%27 HTTP/1.1" 200 None
2026-03-27 05:03:34 [astonbarclay.gb] INFO: Saving data for 120673292: {'auction_closing_time': 1774949400.0, 'created_time': 1774260374.844954, 'last_price_update_time': 1774587814.768107}
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673292') HTTP/1.1" 204 0
2026-03-27 05:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d28c1e8f-3e72-59a9-a0ee-2bf59fd49135 with identifier: 120798777
2026-03-27 05:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d28c1e8f-3e72-59a9-a0ee-2bf59fd49135 with identifier: 120798777
2026-03-27 05:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d28c1e8f-3e72-59a9-a0ee-2bf59fd49135 with identifier: 120798777 to the API
2026-03-27 05:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120798777?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd28c1e8f-3e72-59a9-a0ee-2bf59fd49135',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV23WSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120798777',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 11336,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-03',
'seller_name': 'Motability Operations',
'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-27 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120798777%27 HTTP/1.1" 200 None
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Saving data for 120798777: {'auction_closing_time': 1774949400.0, 'created_time': 1774466056.817571, 'last_price_update_time': 1774587815.116739}
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120798777') HTTP/1.1" 204 0
2026-03-27 05:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120735340?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657755?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120379756?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120735340, 'registration': 'MJ21EXC', 'account': 'MOT070', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 AMG Line Executive 5dr Auto', 'mileage': 42061, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': 704, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/c4d10cbe-8cc9-4292-9b3d-686f5ec6f901_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/a5e7d86f-f5d1-40ea-8b28-0b7cd94b8582_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/8a3dfeec-c1ba-4653-aa32-ca22b87d20b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/a47e4d1f-038b-4edc-a3b4-262419588e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/e05759c2-565a-475d-9d09-dcb0f7ab7754_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/715e9381-3aed-4c78-b3a0-2e6eb27a94fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/f7ec8d99-cce9-4986-846b-196facd0e1f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/2d24df26-1ef0-407b-bbf1-161f1f888725_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22- 8k, 04/23- 15k, 04/24- 24k, 05/25- 34k', 'remarks': 'vosa - 21k, 31k, 40k 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': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/049ae52c-d194-4d20-84ab-974141c238a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120735340, 'registration': 'MJ21EXC', 'account': 'MOT070', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 AMG Line Executive 5dr Auto', 'mileage': 42061, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': 704, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/c4d10cbe-8cc9-4292-9b3d-686f5ec6f901_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/a5e7d86f-f5d1-40ea-8b28-0b7cd94b8582_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/8a3dfeec-c1ba-4653-aa32-ca22b87d20b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/a47e4d1f-038b-4edc-a3b4-262419588e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/e05759c2-565a-475d-9d09-dcb0f7ab7754_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/715e9381-3aed-4c78-b3a0-2e6eb27a94fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/f7ec8d99-cce9-4986-846b-196facd0e1f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21EXC/2026-03-26/image/2d24df26-1ef0-407b-bbf1-161f1f888725_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22- 8k, 04/23- 15k, 04/24- 24k, 05/25- 34k', 'remarks': 'vosa - 21k, 31k, 40k 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': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/049ae52c-d194-4d20-84ab-974141c238a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340
2026-03-27 05:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7952097b-1f58-593e-aca1-8e77c7848a44 with scrape type 2
2026-03-27 05:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7952097b-1f58-593e-aca1-8e77c7848a44 with scrape type 2
2026-03-27 05:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7952097b-1f58-593e-aca1-8e77c7848a44, identifier: 120735340
2026-03-27 05:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340
2026-03-27 05:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340
2026-03-27 05:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340 to the API
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120735340?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '7952097b-1f58-593e-aca1-8e77c7848a44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ21EXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120735340',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 42061,
'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': 'Motability Operations',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 180 AMG Line Executive 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 180 AMG Line Executive 5dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120735340%27 HTTP/1.1" 200 None
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Saving data for 120735340: {'auction_closing_time': 1774949400.0, 'created_time': 1774357631.609158, 'last_price_update_time': 1774587815.677092}
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735340') HTTP/1.1" 204 0
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657755, 'registration': 'LS23NDF', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Icon 5dr CVT', 'mileage': 17781, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': 701, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-07', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS23NDF/2026-03-23/image/77b1f51b-67f8-49fe-b478-06975903bc95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/e4993e55-8d92-418a-ae13-4e1f8aa8f5f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/95562b46-90d6-437d-9543-ed18b9dc0df4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/0d33b6e2-4c30-41e1-87f8-a848501bf8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/94cefca7-ed29-481a-99c5-4d9078576c79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/c41b79ed-9a57-474b-8092-f894dd3c461e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/e6db7cc5-12ee-4beb-a24d-6d93f06ce46c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/6b903fde-9687-4668-a176-9007bd29659b_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-5k, 02/25-12k, 02/26-17k', 'remarks': 'vosa - 17k spare key', 'virtual': False, 'seller': 'Motability Operations', '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/ce99af9f-0c7d-432f-b482-46ee243c926d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657755, 'registration': 'LS23NDF', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Icon 5dr CVT', 'mileage': 17781, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': 701, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-07', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS23NDF/2026-03-23/image/77b1f51b-67f8-49fe-b478-06975903bc95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/e4993e55-8d92-418a-ae13-4e1f8aa8f5f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/95562b46-90d6-437d-9543-ed18b9dc0df4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/0d33b6e2-4c30-41e1-87f8-a848501bf8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/94cefca7-ed29-481a-99c5-4d9078576c79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/c41b79ed-9a57-474b-8092-f894dd3c461e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/e6db7cc5-12ee-4beb-a24d-6d93f06ce46c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS23NDF/2026-03-23/image/6b903fde-9687-4668-a176-9007bd29659b_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-5k, 02/25-12k, 02/26-17k', 'remarks': 'vosa - 17k spare key', 'virtual': False, 'seller': 'Motability Operations', '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/ce99af9f-0c7d-432f-b482-46ee243c926d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755
2026-03-27 05:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27b6ccb2-1293-5b37-8337-2e8a95240b27 with scrape type 2
2026-03-27 05:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27b6ccb2-1293-5b37-8337-2e8a95240b27 with scrape type 2
2026-03-27 05:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 27b6ccb2-1293-5b37-8337-2e8a95240b27, identifier: 120657755
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120379756, 'registration': 'YH62EJZ', 'account': 'RIC030', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 60 Match 5dr', 'mileage': 113742, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/c1415d2f-0d0e-4c7c-b639-ddbec929de6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/13e593a1-ca7d-477e-b0f5-0c6f58813587_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/da4ecb79-0809-41e9-bd9d-912f6d123531_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/a20a2472-d3f9-4212-a407-e4c16ebf633c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/bb60411e-908b-4f58-8f0e-52b7fde07944_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/d6ebee4d-27f5-40a7-963e-e988b151444e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/159b0119-b32f-4806-9545-ff3ec9bdb052_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/bc9ba0b6-a2db-46a1-be2d-ad5936fc9fcd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/13 5K 09/14 11K 09/15 17K 09/16 27K 09/17 37K 09/19 54K 09/21 67K 09/23 86K', 'remarks': 'SPARE KEY, VOSA STATES 15K 17K 27K 37K 45K 54K 60K 67K 76K 86K 96K 108K', 'virtual': False, 'seller': 'Local Dealer 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/c56ae226-4d72-46fb-87d9-f3e48bc2ae9f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120379756, 'registration': 'YH62EJZ', 'account': 'RIC030', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 60 Match 5dr', 'mileage': 113742, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/c1415d2f-0d0e-4c7c-b639-ddbec929de6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/13e593a1-ca7d-477e-b0f5-0c6f58813587_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/da4ecb79-0809-41e9-bd9d-912f6d123531_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/a20a2472-d3f9-4212-a407-e4c16ebf633c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/bb60411e-908b-4f58-8f0e-52b7fde07944_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/d6ebee4d-27f5-40a7-963e-e988b151444e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/159b0119-b32f-4806-9545-ff3ec9bdb052_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH62EJZ/2026-03-12/image/bc9ba0b6-a2db-46a1-be2d-ad5936fc9fcd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/13 5K 09/14 11K 09/15 17K 09/16 27K 09/17 37K 09/19 54K 09/21 67K 09/23 86K', 'remarks': 'SPARE KEY, VOSA STATES 15K 17K 27K 37K 45K 54K 60K 67K 76K 86K 96K 108K', 'virtual': False, 'seller': 'Local Dealer 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/c56ae226-4d72-46fb-87d9-f3e48bc2ae9f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee13938e-b1f8-5820-879f-8877956db9f4 with identifier: 120379756
2026-03-27 05:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee13938e-b1f8-5820-879f-8877956db9f4 with scrape type 2
2026-03-27 05:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee13938e-b1f8-5820-879f-8877956db9f4 with scrape type 2
2026-03-27 05:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee13938e-b1f8-5820-879f-8877956db9f4, identifier: 120379756
2026-03-27 05:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755
2026-03-27 05:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755
2026-03-27 05:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755 to the API
2026-03-27 05:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657755?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'MAUVE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '27b6ccb2-1293-5b37-8337-2e8a95240b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS23NDF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657755',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 17781,
'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': 'Motability Operations',
'title': 'TOYOTA C-HR HATCHBACK 1.8 Hybrid Icon 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 Hybrid Icon 5dr CVT',
'vin': None,
'year': 2023}
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657755%27 HTTP/1.1" 200 None
2026-03-27 05:03:36 [astonbarclay.gb] INFO: Saving data for 120657755: {'auction_closing_time': 1774949400.0, 'created_time': 1774033509.960507, 'last_price_update_time': 1774587816.206398}
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657755') HTTP/1.1" 204 0
2026-03-27 05:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee13938e-b1f8-5820-879f-8877956db9f4 with identifier: 120379756
2026-03-27 05:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee13938e-b1f8-5820-879f-8877956db9f4 with identifier: 120379756
2026-03-27 05:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee13938e-b1f8-5820-879f-8877956db9f4 with identifier: 120379756 to the API
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120379756?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee13938e-b1f8-5820-879f-8877956db9f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH62EJZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120379756',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 113742,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-14',
'seller_name': 'Local Dealer Group',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 60 Match 5dr',
'transmission': 'manual',
'trim': '1.2 60 Match 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120379756%27 HTTP/1.1" 200 None
2026-03-27 05:03:36 [astonbarclay.gb] INFO: Saving data for 120379756: {'auction_closing_time': 1774612800.0, 'created_time': 1773403641.304066, 'last_price_update_time': 1774587816.500736}
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120379756') HTTP/1.1" 204 0
2026-03-27 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256989?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120257231?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119971941?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120256989, 'registration': 'GC17OZJ', 'account': 'EDG001', 'make': 'AUDI', 'model': 'A5 DIESEL SPORTBACK', 'derivative': '3.0 TDI 218 Quattro S Line 5dr S Tronic', 'mileage': 85186, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/ae6ac8ef-7c9e-42a8-811d-7c2c75353435_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/480928c4-4927-48dc-b3ee-f3280614d6c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/670643be-bfd3-4444-a8a6-793079a5af14_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/3a388225-0b2c-4b55-a92b-456c53e0f098_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/0ba21e3a-9129-435a-a640-adc57d7e00ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/2aba2a76-e918-42ac-824e-84569e9dda72_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/6c7a008b-d2ba-4f20-8ae2-e1f92304d784_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/f78e280b-24da-4a6a-9fc7-75d675c82cc5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/19-18K, 03/21-37K', 'remarks': 'SPARE KEY, VOSA STATES 28K 41K 55K 67K 79K 84K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3c8a1e6-0c56-43cf-8bb8-966f62abd3b4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120256989, 'registration': 'GC17OZJ', 'account': 'EDG001', 'make': 'AUDI', 'model': 'A5 DIESEL SPORTBACK', 'derivative': '3.0 TDI 218 Quattro S Line 5dr S Tronic', 'mileage': 85186, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/ae6ac8ef-7c9e-42a8-811d-7c2c75353435_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/480928c4-4927-48dc-b3ee-f3280614d6c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/670643be-bfd3-4444-a8a6-793079a5af14_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/3a388225-0b2c-4b55-a92b-456c53e0f098_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/0ba21e3a-9129-435a-a640-adc57d7e00ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/2aba2a76-e918-42ac-824e-84569e9dda72_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/6c7a008b-d2ba-4f20-8ae2-e1f92304d784_removebg.jpg?w=600', 'https://abimg003.imgix.net/GC17OZJ/2026-03-10/image/f78e280b-24da-4a6a-9fc7-75d675c82cc5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/19-18K, 03/21-37K', 'remarks': 'SPARE KEY, VOSA STATES 28K 41K 55K 67K 79K 84K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3c8a1e6-0c56-43cf-8bb8-966f62abd3b4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a3df92f-0fc2-5451-95d5-c936a4312b3b with identifier: 120256989
2026-03-27 05:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a3df92f-0fc2-5451-95d5-c936a4312b3b with scrape type 2
2026-03-27 05:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a3df92f-0fc2-5451-95d5-c936a4312b3b with scrape type 2
2026-03-27 05:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6a3df92f-0fc2-5451-95d5-c936a4312b3b, identifier: 120256989
2026-03-27 05:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6a3df92f-0fc2-5451-95d5-c936a4312b3b with identifier: 120256989
2026-03-27 05:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6a3df92f-0fc2-5451-95d5-c936a4312b3b with identifier: 120256989
2026-03-27 05:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6a3df92f-0fc2-5451-95d5-c936a4312b3b with identifier: 120256989 to the API
2026-03-27 05:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256989?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6a3df92f-0fc2-5451-95d5-c936a4312b3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GC17OZJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256989',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A5 DIESEL SPORTBACK',
'odometer': 85186,
'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': 'Local Dealer Group',
'title': 'AUDI A5 DIESEL SPORTBACK 3.0 TDI 218 Quattro S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '3.0 TDI 218 Quattro S Line 5dr S Tronic',
'vin': None,
'year': 2017}
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256989%27 HTTP/1.1" 200 None
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Saving data for 120256989: {'auction_closing_time': 1774612800.0, 'created_time': 1773403722.5092, 'last_price_update_time': 1774587817.054745}
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256989') HTTP/1.1" 204 0
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120257231, 'registration': 'WV72ZNB', 'account': 'OCT003', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 71007, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-22', 'fuel': 'Electric', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/f9faec7b-a570-4b6b-88b8-c486423853d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/9d550a5e-438b-443c-9618-9a06015db968_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/6a82ff4c-2619-4491-8a40-c02fd66bd8dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/19e7ce7f-8b0b-45b0-8967-8ed8b1cbedc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/dfd91ab9-06ff-4289-b184-67f8ccc0b82f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/3562c42a-6910-49fb-a615-5c233470d1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/7ee6ddb5-1fa4-40bc-8e3c-c535b7684013_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/995d17aa-2a20-4514-a166-1bc8ee2b7edb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 AVAILABLE UPON REQUEST, VOSA STATES 69K SPARE KEY', 'virtual': False, 'seller': 'Octopus Electric Vehicles', '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/0c630e46-5b69-4084-ae79-05b2194bc9ba.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120257231, 'registration': 'WV72ZNB', 'account': 'OCT003', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 71007, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-22', 'fuel': 'Electric', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/f9faec7b-a570-4b6b-88b8-c486423853d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/9d550a5e-438b-443c-9618-9a06015db968_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/6a82ff4c-2619-4491-8a40-c02fd66bd8dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/19e7ce7f-8b0b-45b0-8967-8ed8b1cbedc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/dfd91ab9-06ff-4289-b184-67f8ccc0b82f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/3562c42a-6910-49fb-a615-5c233470d1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/7ee6ddb5-1fa4-40bc-8e3c-c535b7684013_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72ZNB/2026-03-17/image/995d17aa-2a20-4514-a166-1bc8ee2b7edb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 AVAILABLE UPON REQUEST, VOSA STATES 69K SPARE KEY', 'virtual': False, 'seller': 'Octopus Electric Vehicles', '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/0c630e46-5b69-4084-ae79-05b2194bc9ba.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 174059d4-be3a-5388-8eff-b7cf3a6ef6be with identifier: 120257231
2026-03-27 05:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 174059d4-be3a-5388-8eff-b7cf3a6ef6be with scrape type 2
2026-03-27 05:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 174059d4-be3a-5388-8eff-b7cf3a6ef6be with scrape type 2
2026-03-27 05:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 174059d4-be3a-5388-8eff-b7cf3a6ef6be, identifier: 120257231
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119971941, 'registration': 'RF72MTJ', 'account': 'OCT003', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '109kW Life Pure 52kWh 5dr Auto [110kW Ch]', 'mileage': 31650, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Electric', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/a5a3f261-e6b8-481f-9756-2b9ef105b022_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/180dae67-499a-488f-b3c8-8557ba8619a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/2e2edec0-6ba2-4e41-8e33-8510fa598af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/b29aed57-0a75-49b8-a502-3514ee6fab4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/952892ac-2b03-4897-9834-9d16651e66e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/0bea262d-a29c-47b0-8216-8472f5354d24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/b6f37d16-92d0-415b-9b57-03b137e7f473_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/411835db-2331-497c-87eb-9be9955eac78_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/4f1eadde-ceee-4788-b64d-6185df46eddc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/24-18K', 'remarks': 'V5 AVAILABLE UPON REQUEST, VOSA STATES 30K SPARE KEY', 'virtual': False, 'seller': 'Octopus Electric Vehicles', '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/a9513a94-5377-4e3e-805d-3a63a59916e1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119971941, 'registration': 'RF72MTJ', 'account': 'OCT003', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '109kW Life Pure 52kWh 5dr Auto [110kW Ch]', 'mileage': 31650, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Electric', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/a5a3f261-e6b8-481f-9756-2b9ef105b022_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/180dae67-499a-488f-b3c8-8557ba8619a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/2e2edec0-6ba2-4e41-8e33-8510fa598af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/b29aed57-0a75-49b8-a502-3514ee6fab4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/952892ac-2b03-4897-9834-9d16651e66e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/0bea262d-a29c-47b0-8216-8472f5354d24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/b6f37d16-92d0-415b-9b57-03b137e7f473_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/411835db-2331-497c-87eb-9be9955eac78_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72MTJ/2026-03-04/image/4f1eadde-ceee-4788-b64d-6185df46eddc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/24-18K', 'remarks': 'V5 AVAILABLE UPON REQUEST, VOSA STATES 30K SPARE KEY', 'virtual': False, 'seller': 'Octopus Electric Vehicles', '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/a9513a94-5377-4e3e-805d-3a63a59916e1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75691292-8a98-5e9d-9af7-4c08be93ef05 with identifier: 119971941
2026-03-27 05:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75691292-8a98-5e9d-9af7-4c08be93ef05 with scrape type 2
2026-03-27 05:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75691292-8a98-5e9d-9af7-4c08be93ef05 with scrape type 2
2026-03-27 05:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75691292-8a98-5e9d-9af7-4c08be93ef05, identifier: 119971941
2026-03-27 05:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 174059d4-be3a-5388-8eff-b7cf3a6ef6be with identifier: 120257231
2026-03-27 05:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 174059d4-be3a-5388-8eff-b7cf3a6ef6be with identifier: 120257231
2026-03-27 05:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 174059d4-be3a-5388-8eff-b7cf3a6ef6be with identifier: 120257231 to the API
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120257231?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': '174059d4-be3a-5388-8eff-b7cf3a6ef6be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV72ZNB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120257231',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 71007,
'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': 'Octopus Electric Vehicles',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120257231%27 HTTP/1.1" 200 None
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Saving data for 120257231: {'auction_closing_time': 1774612800.0, 'created_time': 1773402250.697607, 'last_price_update_time': 1774587817.549602}
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120257231') HTTP/1.1" 204 0
2026-03-27 05:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75691292-8a98-5e9d-9af7-4c08be93ef05 with identifier: 119971941
2026-03-27 05:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75691292-8a98-5e9d-9af7-4c08be93ef05 with identifier: 119971941
2026-03-27 05:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75691292-8a98-5e9d-9af7-4c08be93ef05 with identifier: 119971941 to the API
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119971941?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-27T12:00:00Z',
'fuel_type': 'Electric',
'id': '75691292-8a98-5e9d-9af7-4c08be93ef05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72MTJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119971941',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 31650,
'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': 'Octopus Electric Vehicles',
'title': 'VOLKSWAGEN ID.4 ESTATE 109kW Life Pure 52kWh 5dr Auto [110kW Ch]',
'transmission': 'automatic',
'trim': '109kW Life Pure 52kWh 5dr Auto [110kW Ch]',
'vin': None,
'year': 2022}
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119971941%27 HTTP/1.1" 200 None
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Saving data for 119971941: {'auction_closing_time': 1774612800.0, 'created_time': 1773215022.708993, 'last_price_update_time': 1774587817.864818}
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119971941') HTTP/1.1" 204 0
2026-03-27 05:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120258041?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119920282?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654534?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120258041, 'registration': 'WF66CXH', 'account': 'CEN025', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '3.0d V6 S 5dr Auto AWD', 'mileage': 119419, 'mileageWarranty': False, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-09-22', 'fuel': 'Diesel', 'motExpiry': '2026-05-16', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WF66CXH/2026-03-10/image/1039b7e2-7dd8-4164-9cfa-481d07505716_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/d1cc59f6-7dd2-45de-baa8-5c88ca94f3d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/2ce0fc45-510e-46b7-abe6-a1cbc37cc812_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/384f9fae-5867-4c96-85cc-1520c410292e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/daa43a26-10d1-429c-9208-d427bb0c29c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/d476cda1-10dc-4d78-8b41-f6e39ab10db7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/705e995d-2c22-48da-b380-a59e7f2fea96_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/45b96a83-b16f-4b3b-82a8-785915bb8332_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/17-7K, 10/18-18K, 11/20-48K, 11/21-33K, 11/22-67K, 11/22-36K, 05/25-103K', 'remarks': 'SPARE KEY,- MILEAGE DISCREPANCY IN BOOK VOSA STATES 15K 27K 38K 51K 67K 74K 90K 110K', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/47a4c4f7-6206-490f-bf1d-e1b4ba9a5cfe.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120258041, 'registration': 'WF66CXH', 'account': 'CEN025', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '3.0d V6 S 5dr Auto AWD', 'mileage': 119419, 'mileageWarranty': False, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-09-22', 'fuel': 'Diesel', 'motExpiry': '2026-05-16', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WF66CXH/2026-03-10/image/1039b7e2-7dd8-4164-9cfa-481d07505716_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/d1cc59f6-7dd2-45de-baa8-5c88ca94f3d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/2ce0fc45-510e-46b7-abe6-a1cbc37cc812_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/384f9fae-5867-4c96-85cc-1520c410292e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/daa43a26-10d1-429c-9208-d427bb0c29c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/d476cda1-10dc-4d78-8b41-f6e39ab10db7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/705e995d-2c22-48da-b380-a59e7f2fea96_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF66CXH/2026-03-10/image/45b96a83-b16f-4b3b-82a8-785915bb8332_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/17-7K, 10/18-18K, 11/20-48K, 11/21-33K, 11/22-67K, 11/22-36K, 05/25-103K', 'remarks': 'SPARE KEY,- MILEAGE DISCREPANCY IN BOOK VOSA STATES 15K 27K 38K 51K 67K 74K 90K 110K', 'virtual': False, 'seller': 'Local dealer group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/47a4c4f7-6206-490f-bf1d-e1b4ba9a5cfe.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c85e5217-c25c-584d-b9e3-5dd46be9a769 with identifier: 120258041
2026-03-27 05:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c85e5217-c25c-584d-b9e3-5dd46be9a769 with scrape type 2
2026-03-27 05:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c85e5217-c25c-584d-b9e3-5dd46be9a769 with scrape type 2
2026-03-27 05:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c85e5217-c25c-584d-b9e3-5dd46be9a769, identifier: 120258041
2026-03-27 05:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c85e5217-c25c-584d-b9e3-5dd46be9a769 with identifier: 120258041
2026-03-27 05:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c85e5217-c25c-584d-b9e3-5dd46be9a769 with identifier: 120258041
2026-03-27 05:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c85e5217-c25c-584d-b9e3-5dd46be9a769 with identifier: 120258041 to the API
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120258041?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c85e5217-c25c-584d-b9e3-5dd46be9a769',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WF66CXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120258041',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'JAGUAR',
'model': 'F-PACE DIESEL ESTATE',
'odometer': 119419,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-22',
'seller_name': 'Local dealer group',
'title': 'JAGUAR F-PACE DIESEL ESTATE 3.0d V6 S 5dr Auto AWD',
'transmission': 'automatic',
'trim': '3.0d V6 S 5dr Auto AWD',
'vin': None,
'year': 2016}
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120258041%27 HTTP/1.1" 200 None
2026-03-27 05:03:38 [astonbarclay.gb] INFO: Saving data for 120258041: {'auction_closing_time': 1774612800.0, 'created_time': 1773403720.201316, 'last_price_update_time': 1774587818.357391}
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120258041') HTTP/1.1" 204 0
2026-03-27 05:03:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119920282, 'registration': 'FG20ZKK', 'account': 'MOT075', 'make': 'SEAT', 'model': 'ATECA ESTATE', 'derivative': '1.5 TSI EVO FR Sport [EZ] 5dr DSG', 'mileage': 124404, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-07-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/cecab417-d438-4f10-9f6c-562686c051ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/82c3b1b5-e597-4e5b-96c2-fe1bdcd28ee5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/697dddd4-38c2-486e-bbf9-3c6e73bbcd7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/39ce27fd-615b-434d-a0e6-d0af3d2ad753_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/7ad3df18-14e0-4c88-9ae6-d09aef232d88_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/fdb81045-a602-43e2-ba47-5da9c5341603_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/939fd4bb-4a8c-4a15-bf6a-f61b13093779_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/6883d96b-df7a-4849-b3cb-0f9fa9073450_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/0d6b28d1-1ca8-48fa-9542-4d5fb4e30c2c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 49K 75K 103K - 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': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b9d60e47-20f5-45b1-bf4b-5797875271a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119920282, 'registration': 'FG20ZKK', 'account': 'MOT075', 'make': 'SEAT', 'model': 'ATECA ESTATE', 'derivative': '1.5 TSI EVO FR Sport [EZ] 5dr DSG', 'mileage': 124404, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-07-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/cecab417-d438-4f10-9f6c-562686c051ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/82c3b1b5-e597-4e5b-96c2-fe1bdcd28ee5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/697dddd4-38c2-486e-bbf9-3c6e73bbcd7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/39ce27fd-615b-434d-a0e6-d0af3d2ad753_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/7ad3df18-14e0-4c88-9ae6-d09aef232d88_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/fdb81045-a602-43e2-ba47-5da9c5341603_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/939fd4bb-4a8c-4a15-bf6a-f61b13093779_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/6883d96b-df7a-4849-b3cb-0f9fa9073450_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/0d6b28d1-1ca8-48fa-9542-4d5fb4e30c2c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 49K 75K 103K - 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': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b9d60e47-20f5-45b1-bf4b-5797875271a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c98e2e92-5fd0-5645-bff7-e3583f5553de with identifier: 119920282
2026-03-27 05:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c98e2e92-5fd0-5645-bff7-e3583f5553de with scrape type 2
2026-03-27 05:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c98e2e92-5fd0-5645-bff7-e3583f5553de with scrape type 2
2026-03-27 05:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c98e2e92-5fd0-5645-bff7-e3583f5553de, identifier: 119920282
2026-03-27 05:03:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120654534, 'registration': 'DN71FMD', 'account': 'OGI002', 'make': 'VAUXHALL', 'model': 'MOVANO 3500 L3 DIESEL FWD', 'derivative': '2.3 Turbo D 135ps H2 Van', 'mileage': 68716, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': None, 'engineSize': 2299, 'bodyType': 'Medium Roof Van', 'images': ['https://abimg003.imgix.net/DN71FMD/2026-03-25/image/5ffe6348-7beb-4f1d-b2b9-44e47737f804_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/92af8e1f-c5fa-4cfc-af6a-b097abb2a85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/72b7616f-d05c-440a-a071-aa43e38ce459_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/22d157d9-fe1b-4882-9971-867a533f7075_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/fd82da22-9085-4ab5-a4bd-781a993ac6ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/eb29cf07-c2a2-4d31-8f71-6fdf2bbdd59e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/475380b2-8070-41c4-95b5-a433f23c0a11_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 11/22 16k 11/23 30k 11/24 40k 10/25 60k', 'remarks': 'VOSA STATES 40K 60K SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 246, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be339b81-48d1-43d3-af05-6e2e0ef36937.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:03:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120654534, 'registration': 'DN71FMD', 'account': 'OGI002', 'make': 'VAUXHALL', 'model': 'MOVANO 3500 L3 DIESEL FWD', 'derivative': '2.3 Turbo D 135ps H2 Van', 'mileage': 68716, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': None, 'engineSize': 2299, 'bodyType': 'Medium Roof Van', 'images': ['https://abimg003.imgix.net/DN71FMD/2026-03-25/image/5ffe6348-7beb-4f1d-b2b9-44e47737f804_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/92af8e1f-c5fa-4cfc-af6a-b097abb2a85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/72b7616f-d05c-440a-a071-aa43e38ce459_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/22d157d9-fe1b-4882-9971-867a533f7075_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/fd82da22-9085-4ab5-a4bd-781a993ac6ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/eb29cf07-c2a2-4d31-8f71-6fdf2bbdd59e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71FMD/2026-03-25/image/475380b2-8070-41c4-95b5-a433f23c0a11_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 11/22 16k 11/23 30k 11/24 40k 10/25 60k', 'remarks': 'VOSA STATES 40K 60K SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 246, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be339b81-48d1-43d3-af05-6e2e0ef36937.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534
2026-03-27 05:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40141b92-42f6-5e1e-80f5-954ac5507dba with scrape type 2
2026-03-27 05:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40141b92-42f6-5e1e-80f5-954ac5507dba with scrape type 2
2026-03-27 05:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40141b92-42f6-5e1e-80f5-954ac5507dba, identifier: 120654534
2026-03-27 05:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c98e2e92-5fd0-5645-bff7-e3583f5553de with identifier: 119920282
2026-03-27 05:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c98e2e92-5fd0-5645-bff7-e3583f5553de with identifier: 119920282
2026-03-27 05:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c98e2e92-5fd0-5645-bff7-e3583f5553de with identifier: 119920282 to the API
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119920282?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 160,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'c98e2e92-5fd0-5645-bff7-e3583f5553de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FG20ZKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119920282',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SEAT',
'model': 'ATECA ESTATE',
'odometer': 124404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-14',
'seller_name': 'MotoNovo Finance',
'title': 'SEAT ATECA ESTATE 1.5 TSI EVO FR Sport [EZ] 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI EVO FR Sport [EZ] 5dr DSG',
'vin': None,
'year': 2020}
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119920282%27 HTTP/1.1" 200 None
2026-03-27 05:03:38 [astonbarclay.gb] INFO: Saving data for 119920282: {'auction_closing_time': 1774612800.0, 'created_time': 1773403174.221971, 'last_price_update_time': 1774587818.896329}
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119920282') HTTP/1.1" 204 0
2026-03-27 05:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534
2026-03-27 05:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534
2026-03-27 05:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534 to the API
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654534?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 246,
'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': '40141b92-42f6-5e1e-80f5-954ac5507dba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DN71FMD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654534',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'MOVANO 3500 L3 DIESEL FWD',
'odometer': 68716,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seller_name': 'Ogilvie Fleet',
'title': 'VAUXHALL MOVANO 3500 L3 DIESEL FWD 2.3 Turbo D 135ps H2 Van',
'transmission': 'manual',
'trim': '2.3 Turbo D 135ps H2 Van',
'vin': None,
'year': 2021}
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120654534%27 HTTP/1.1" 200 None
2026-03-27 05:03:39 [astonbarclay.gb] INFO: Saving data for 120654534: {'auction_closing_time': 1774947600.0, 'created_time': 1774357318.151786, 'last_price_update_time': 1774587819.192956}
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654534') HTTP/1.1" 204 0
2026-03-27 05:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794574?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256266?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120415233?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794574, 'registration': 'NK63KVG', 'account': 'MAN037', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK SPECIAL EDITION', 'derivative': '1.4 Toca 5dr', 'mileage': 82046, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-01', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NK63KVG/2026-03-26/image/9112dd7d-6446-4c7d-90ae-ac7d5f684c03_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/1622fae6-a4da-4543-a9c2-6f3e4617c199_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/8e260dec-7674-4e83-a9ce-33958ee74a90_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/aa91dfc1-3953-4833-b954-ae723e5651a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/1b9b8468-4006-42ad-99f6-7e979f627d4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/5a0343fb-46b5-4bec-8564-4fad30eaaa62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/0d1ca4e2-22ee-4b54-9f06-ba977399f1b6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14 7k - 08/15 14k - 05/18 30k - 12/19 39k -', 'remarks': 'HPI SHOWS 2 FORMER KEEPERSGREEN SLIP ONLY - VOSA STATES 61k - 71k - 77k - 81k -', 'virtual': False, 'seller': 'Manamanx Ltd', '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/b765c960-89a9-46a7-9acf-179f8ee025e4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794574, 'registration': 'NK63KVG', 'account': 'MAN037', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK SPECIAL EDITION', 'derivative': '1.4 Toca 5dr', 'mileage': 82046, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-01', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NK63KVG/2026-03-26/image/9112dd7d-6446-4c7d-90ae-ac7d5f684c03_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/1622fae6-a4da-4543-a9c2-6f3e4617c199_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/8e260dec-7674-4e83-a9ce-33958ee74a90_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/aa91dfc1-3953-4833-b954-ae723e5651a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/1b9b8468-4006-42ad-99f6-7e979f627d4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/5a0343fb-46b5-4bec-8564-4fad30eaaa62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK63KVG/2026-03-26/image/0d1ca4e2-22ee-4b54-9f06-ba977399f1b6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14 7k - 08/15 14k - 05/18 30k - 12/19 39k -', 'remarks': 'HPI SHOWS 2 FORMER KEEPERSGREEN SLIP ONLY - VOSA STATES 61k - 71k - 77k - 81k -', 'virtual': False, 'seller': 'Manamanx Ltd', '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/b765c960-89a9-46a7-9acf-179f8ee025e4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc69f131-1d3e-559f-985f-ff449ff8a9ef with identifier: 120794574
2026-03-27 05:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc69f131-1d3e-559f-985f-ff449ff8a9ef with scrape type 2
2026-03-27 05:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc69f131-1d3e-559f-985f-ff449ff8a9ef with scrape type 2
2026-03-27 05:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bc69f131-1d3e-559f-985f-ff449ff8a9ef, identifier: 120794574
2026-03-27 05:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120256266, 'registration': 'BN17HVE', 'account': 'MAY004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr', 'mileage': 64575, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BN17HVE/2026-03-12/image/de73420f-8251-4989-9ad4-77fe37c3f4a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/bbe7087c-63d4-490a-b82d-aa59b5587072_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/b28443aa-5dd8-4a9f-927f-d9ca3f22d6fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/2ffecf62-fb44-4ac1-9905-66a70ca1e11b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/a9b7835b-9597-4ed2-a269-64cf6a40623a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/0ae4f3b8-5ad0-40fd-b6bb-c8d2918c0d4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/f85f2a31-72d1-4baf-995c-2d0d3bbf784b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/26ff7343-43be-4bf4-9f29-ded364578447_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26-64K', 'remarks': 'NO V5 HPI SHOWING 1 FORMER KEEPER - VOSA STATES - 39K, 49K, 61K, 64K, SD CARD IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ab6d97a-be10-4d13-901b-9226ccc3a6c4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120256266, 'registration': 'BN17HVE', 'account': 'MAY004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr', 'mileage': 64575, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BN17HVE/2026-03-12/image/de73420f-8251-4989-9ad4-77fe37c3f4a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/bbe7087c-63d4-490a-b82d-aa59b5587072_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/b28443aa-5dd8-4a9f-927f-d9ca3f22d6fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/2ffecf62-fb44-4ac1-9905-66a70ca1e11b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/a9b7835b-9597-4ed2-a269-64cf6a40623a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/0ae4f3b8-5ad0-40fd-b6bb-c8d2918c0d4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/f85f2a31-72d1-4baf-995c-2d0d3bbf784b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN17HVE/2026-03-12/image/26ff7343-43be-4bf4-9f29-ded364578447_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26-64K', 'remarks': 'NO V5 HPI SHOWING 1 FORMER KEEPER - VOSA STATES - 39K, 49K, 61K, 64K, SD CARD IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ab6d97a-be10-4d13-901b-9226ccc3a6c4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266
2026-03-27 05:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 475a16d5-6f4a-53d0-8158-89f021c269ab with scrape type 2
2026-03-27 05:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 475a16d5-6f4a-53d0-8158-89f021c269ab with scrape type 2
2026-03-27 05:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 475a16d5-6f4a-53d0-8158-89f021c269ab, identifier: 120256266
2026-03-27 05:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bc69f131-1d3e-559f-985f-ff449ff8a9ef with identifier: 120794574
2026-03-27 05:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bc69f131-1d3e-559f-985f-ff449ff8a9ef with identifier: 120794574
2026-03-27 05:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bc69f131-1d3e-559f-985f-ff449ff8a9ef with identifier: 120794574 to the API
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794574?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'bc69f131-1d3e-559f-985f-ff449ff8a9ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NK63KVG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794574',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK SPECIAL EDITION',
'odometer': 82046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-01',
'seller_name': 'Manamanx Ltd',
'title': 'SEAT IBIZA HATCHBACK SPECIAL EDITION 1.4 Toca 5dr',
'transmission': 'manual',
'trim': '1.4 Toca 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794574%27 HTTP/1.1" 200 None
2026-03-27 05:03:39 [astonbarclay.gb] INFO: Saving data for 120794574: {'auction_closing_time': 1774888200.0, 'created_time': 1774466346.363831, 'last_price_update_time': 1774587819.909914}
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794574') HTTP/1.1" 204 0
2026-03-27 05:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266
2026-03-27 05:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266
2026-03-27 05:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266 to the API
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256266?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'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': '475a16d5-6f4a-53d0-8158-89f021c269ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN17HVE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256266',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 64575,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-03',
'seller_name': None,
'title': 'NISSAN JUKE HATCHBACK 1.2 DiG-T Tekna 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T Tekna 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256266%27 HTTP/1.1" 200 None
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Saving data for 120256266: {'auction_closing_time': 1774888200.0, 'created_time': 1773403878.412884, 'last_price_update_time': 1774587820.275549}
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256266') HTTP/1.1" 204 0
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120415233, 'registration': 'OU17NYA', 'account': 'STA058', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [190] Quattro S Line Plus 5dr', 'mileage': 140879, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-22', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OU17NYA/2026-03-13/image/9c0eff5f-fee9-4400-b9b8-6d225af53073_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/798de2af-1df6-4eae-9607-b553f5a9428f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/b647ecc5-d8ed-4b3e-9352-667d902d8132_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/0a6e3cea-01ff-49c0-a09f-871e717724f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/028d1286-5360-4d0f-86d1-9cc3f9678eee_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/275a5a61-5dc0-4da0-a22b-8e4e1638ddcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/47075027-4f90-490c-af1d-945bc69c9f0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/be894e9a-cb9f-4689-a6a6-476df8d99c4f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 37K 48K 66K 82K 104K 126K SPARE KEY', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b07f3bcf-4f30-435c-9c49-1aeb926c1a93.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120415233, 'registration': 'OU17NYA', 'account': 'STA058', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [190] Quattro S Line Plus 5dr', 'mileage': 140879, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-22', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OU17NYA/2026-03-13/image/9c0eff5f-fee9-4400-b9b8-6d225af53073_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/798de2af-1df6-4eae-9607-b553f5a9428f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/b647ecc5-d8ed-4b3e-9352-667d902d8132_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/0a6e3cea-01ff-49c0-a09f-871e717724f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/028d1286-5360-4d0f-86d1-9cc3f9678eee_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/275a5a61-5dc0-4da0-a22b-8e4e1638ddcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/47075027-4f90-490c-af1d-945bc69c9f0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OU17NYA/2026-03-13/image/be894e9a-cb9f-4689-a6a6-476df8d99c4f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 37K 48K 66K 82K 104K 126K SPARE KEY', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b07f3bcf-4f30-435c-9c49-1aeb926c1a93.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e59781-6f6e-575b-9ee8-39da113dd49d with identifier: 120415233
2026-03-27 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e59781-6f6e-575b-9ee8-39da113dd49d with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e59781-6f6e-575b-9ee8-39da113dd49d with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5e59781-6f6e-575b-9ee8-39da113dd49d, identifier: 120415233
2026-03-27 05:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120473894?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595660?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120199126?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5e59781-6f6e-575b-9ee8-39da113dd49d with identifier: 120415233
2026-03-27 05:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5e59781-6f6e-575b-9ee8-39da113dd49d with identifier: 120415233
2026-03-27 05:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5e59781-6f6e-575b-9ee8-39da113dd49d with identifier: 120415233 to the API
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120415233?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c5e59781-6f6e-575b-9ee8-39da113dd49d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OU17NYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120415233',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q5 ESTATE SPECIAL EDITIONS',
'odometer': 140879,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-22',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'AUDI Q5 ESTATE SPECIAL EDITIONS 2.0 TDI [190] Quattro S Line Plus '
'5dr',
'transmission': 'manual',
'trim': '2.0 TDI [190] Quattro S Line Plus 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120415233%27 HTTP/1.1" 200 None
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Saving data for 120415233: {'auction_closing_time': 1774612800.0, 'created_time': 1773403646.950722, 'last_price_update_time': 1774587820.657876}
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120415233') HTTP/1.1" 204 0
2026-03-27 05:03:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120473894, 'registration': 'SA12FYD', 'account': 'ESS039', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDIe SE Technik 5dr', 'mileage': 166687, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-27', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SA12FYD/2026-03-18/image/4f2afcb9-84b1-415e-a29a-d6884d47d7d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/3a501905-64e6-4a42-b6b6-fbea8e99c8ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/1f01eb60-8b93-4e33-bbd9-73ed5605b420_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/432cb222-2d70-41ef-87ce-e9cd8c5649a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/2270ea80-fcaa-4c00-8fa8-d08ae9899068_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/7f6d78f7-297c-41fa-ad5b-9a61545a4599_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/b2a8d707-0dde-41ee-b138-62ef8b6a7194_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/13 18K - 02/14 36K - 02/15 55K - 03/15 57K - 12/15 73K - ?? - 11/21 138K - 08/24 151K - ?? 159K - 08/25 161K', 'remarks': 'OUTSTANDING RECALL - VOSA STATES, 140K, 147K, 151K, 161K - NAVIGATION CD IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb2ba1e0-6097-4ad0-9060-202e40c6f529.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120473894, 'registration': 'SA12FYD', 'account': 'ESS039', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDIe SE Technik 5dr', 'mileage': 166687, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-27', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SA12FYD/2026-03-18/image/4f2afcb9-84b1-415e-a29a-d6884d47d7d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/3a501905-64e6-4a42-b6b6-fbea8e99c8ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/1f01eb60-8b93-4e33-bbd9-73ed5605b420_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/432cb222-2d70-41ef-87ce-e9cd8c5649a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/2270ea80-fcaa-4c00-8fa8-d08ae9899068_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/7f6d78f7-297c-41fa-ad5b-9a61545a4599_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12FYD/2026-03-18/image/b2a8d707-0dde-41ee-b138-62ef8b6a7194_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/13 18K - 02/14 36K - 02/15 55K - 03/15 57K - 12/15 73K - ?? - 11/21 138K - 08/24 151K - ?? 159K - 08/25 161K', 'remarks': 'OUTSTANDING RECALL - VOSA STATES, 140K, 147K, 151K, 161K - NAVIGATION CD IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb2ba1e0-6097-4ad0-9060-202e40c6f529.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894
2026-03-27 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40689a3-a940-52e0-bde4-115466c23729 with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f40689a3-a940-52e0-bde4-115466c23729 with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f40689a3-a940-52e0-bde4-115466c23729, identifier: 120473894
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595660, 'registration': 'PJ12FRU', 'account': 'ALL053', 'make': 'KIA', 'model': 'VENGA HATCHBACK', 'derivative': '1.4 EcoDynamics 2 5dr', 'mileage': 63676, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-21', 'fuel': 'Petrol', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/4b910765-94e9-4cd6-b2b6-9b645d1cee0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/084d6450-8c0a-4830-9ce5-f815cb060a64_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/8cf0bd68-1a02-4c64-a4bf-f3efe85a4e1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/812d6802-266c-4ecb-a268-c582406c40e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/cbcd5657-ff20-4e1d-8c9f-d07f27cf8fcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/6c27124f-1a13-48e4-b79a-5b1c128ea49b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/4c9e401f-1279-42e9-a949-621dd236d233_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/5829dd1f-e240-4b37-8fb6-45234c1ae266_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63b03ccc-003c-4a6b-b09c-8d4237d96858.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595660, 'registration': 'PJ12FRU', 'account': 'ALL053', 'make': 'KIA', 'model': 'VENGA HATCHBACK', 'derivative': '1.4 EcoDynamics 2 5dr', 'mileage': 63676, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-21', 'fuel': 'Petrol', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/4b910765-94e9-4cd6-b2b6-9b645d1cee0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/084d6450-8c0a-4830-9ce5-f815cb060a64_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/8cf0bd68-1a02-4c64-a4bf-f3efe85a4e1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/812d6802-266c-4ecb-a268-c582406c40e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/cbcd5657-ff20-4e1d-8c9f-d07f27cf8fcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/6c27124f-1a13-48e4-b79a-5b1c128ea49b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/4c9e401f-1279-42e9-a949-621dd236d233_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ12FRU/2026-03-26/image/5829dd1f-e240-4b37-8fb6-45234c1ae266_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63b03ccc-003c-4a6b-b09c-8d4237d96858.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511 with identifier: 120595660
2026-03-27 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511 with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511 with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511, identifier: 120595660
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120199126, 'registration': 'OX19PXG', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 200 AMG Line Edition 5dr Auto', 'mileage': 52409, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-08-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OX19PXG/2026-03-06/image/bcdcd604-fe9e-40ed-980a-b74b26c00f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/aca4581e-514a-4a1e-80da-8cb2c16a4d83_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/1cbb9a82-5902-42ad-9be5-ade5daa91e81_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/c78c9451-de8e-4500-9fea-193a0cfe672c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/cfb2ba4b-9d86-41cb-8c8e-17dc16c9e011_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/7bcd500c-d627-4177-b13e-f7c30e7bdc56_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/81abe687-0e23-44b9-a378-41be433450ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/87993963-9925-4757-a03e-f89795ffe53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/2dc324fc-af81-4ce7-b62a-93a139ed4e0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/20492584-4609-4419-af48-ace6f6914f5b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 20K, 29K, 40K, 48K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2506475e-234a-46b5-a7f5-c614db099683.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120199126, 'registration': 'OX19PXG', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 200 AMG Line Edition 5dr Auto', 'mileage': 52409, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-08-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OX19PXG/2026-03-06/image/bcdcd604-fe9e-40ed-980a-b74b26c00f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/aca4581e-514a-4a1e-80da-8cb2c16a4d83_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/1cbb9a82-5902-42ad-9be5-ade5daa91e81_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/c78c9451-de8e-4500-9fea-193a0cfe672c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/cfb2ba4b-9d86-41cb-8c8e-17dc16c9e011_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/7bcd500c-d627-4177-b13e-f7c30e7bdc56_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/81abe687-0e23-44b9-a378-41be433450ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/87993963-9925-4757-a03e-f89795ffe53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/2dc324fc-af81-4ce7-b62a-93a139ed4e0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OX19PXG/2026-03-06/image/20492584-4609-4419-af48-ace6f6914f5b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 20K, 29K, 40K, 48K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2506475e-234a-46b5-a7f5-c614db099683.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 909cf869-0482-5093-bb2b-a45532c2e051 with identifier: 120199126
2026-03-27 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 909cf869-0482-5093-bb2b-a45532c2e051 with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 909cf869-0482-5093-bb2b-a45532c2e051 with scrape type 2
2026-03-27 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 909cf869-0482-5093-bb2b-a45532c2e051, identifier: 120199126
2026-03-27 05:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894
2026-03-27 05:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894
2026-03-27 05:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894 to the API
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120473894?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f40689a3-a940-52e0-bde4-115466c23729',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA12FYD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120473894',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL AVANT',
'odometer': 166687,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-27',
'seller_name': 'SMC Group',
'title': 'AUDI A4 DIESEL AVANT 2.0 TDIe SE Technik 5dr',
'transmission': 'manual',
'trim': '2.0 TDIe SE Technik 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120473894%27 HTTP/1.1" 200 None
2026-03-27 05:03:41 [astonbarclay.gb] INFO: Saving data for 120473894: {'auction_closing_time': 1774612800.0, 'created_time': 1773838946.295658, 'last_price_update_time': 1774587821.235242}
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120473894') HTTP/1.1" 204 0
2026-03-27 05:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511 with identifier: 120595660
2026-03-27 05:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511 with identifier: 120595660
2026-03-27 05:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07b9c2e2-e5b0-57bb-b08a-56ddb93b9511 with identifier: 120595660 to the API
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595660?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'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': '07b9c2e2-e5b0-57bb-b08a-56ddb93b9511',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ12FRU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595660',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'VENGA HATCHBACK',
'odometer': 63676,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-21',
'seller_name': 'Allen Ford Bletchley',
'title': 'KIA VENGA HATCHBACK 1.4 EcoDynamics 2 5dr',
'transmission': 'manual',
'trim': '1.4 EcoDynamics 2 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595660%27 HTTP/1.1" 200 None
2026-03-27 05:03:41 [astonbarclay.gb] INFO: Saving data for 120595660: {'auction_closing_time': 1774888200.0, 'created_time': 1774379095.303015, 'last_price_update_time': 1774587821.519486}
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595660') HTTP/1.1" 204 0
2026-03-27 05:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 909cf869-0482-5093-bb2b-a45532c2e051 with identifier: 120199126
2026-03-27 05:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 909cf869-0482-5093-bb2b-a45532c2e051 with identifier: 120199126
2026-03-27 05:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 909cf869-0482-5093-bb2b-a45532c2e051 with identifier: 120199126 to the API
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120199126?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '909cf869-0482-5093-bb2b-a45532c2e051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OX19PXG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120199126',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 52409,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-31',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 200 AMG Line Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 200 AMG Line Edition 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120199126%27 HTTP/1.1" 200 None
2026-03-27 05:03:41 [astonbarclay.gb] INFO: Saving data for 120199126: {'auction_closing_time': 1774888200.0, 'created_time': 1773403814.292027, 'last_price_update_time': 1774587821.859503}
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120199126') HTTP/1.1" 204 0
2026-03-27 05:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120410046?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120794268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120410046, 'registration': 'DG62LRO', 'account': 'EAS033', 'make': 'AUDI', 'model': 'A4 SALOON', 'derivative': '1.8T FSI 170 S Line 4dr', 'mileage': 89060, 'mileageWarranty': False, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-01', 'doors': 4, 'engineSize': 1798, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DG62LRO/2026-03-13/image/5277e9b5-8d09-487f-9b38-4e0e7b429e23_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/ef010049-f26e-4c4a-8c93-dfb6ea79c1fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/e3fe8d1b-7499-42e9-a026-a6bb02d4e3b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/16a6402a-811c-4a4f-9b51-776f52da2ae3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/4aabddf5-d5fe-4dc9-a8de-8af118adc6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/f955b547-e77e-441a-89b8-7c8fa432caf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/e4308c0f-3e56-4710-890a-6ad060dea0cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/c64dccef-21fd-4e17-85fc-d5b39f834c9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/81d1fb38-4883-482e-ad9a-4845e5434a8c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/14-14K, 10/15-26K, 04/16-31K, ??-??, ??-40K, 06/20-51K, 05/22-69K, 08/23-76K, 06/24-85K', 'remarks': 'VOSA STATES 69K, 75K, 84K, 88K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b18b62d-6865-4bfe-a525-79dd183c816f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120410046, 'registration': 'DG62LRO', 'account': 'EAS033', 'make': 'AUDI', 'model': 'A4 SALOON', 'derivative': '1.8T FSI 170 S Line 4dr', 'mileage': 89060, 'mileageWarranty': False, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-01', 'doors': 4, 'engineSize': 1798, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DG62LRO/2026-03-13/image/5277e9b5-8d09-487f-9b38-4e0e7b429e23_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/ef010049-f26e-4c4a-8c93-dfb6ea79c1fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/e3fe8d1b-7499-42e9-a026-a6bb02d4e3b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/16a6402a-811c-4a4f-9b51-776f52da2ae3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/4aabddf5-d5fe-4dc9-a8de-8af118adc6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/f955b547-e77e-441a-89b8-7c8fa432caf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/e4308c0f-3e56-4710-890a-6ad060dea0cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/c64dccef-21fd-4e17-85fc-d5b39f834c9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG62LRO/2026-03-13/image/81d1fb38-4883-482e-ad9a-4845e5434a8c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/14-14K, 10/15-26K, 04/16-31K, ??-??, ??-40K, 06/20-51K, 05/22-69K, 08/23-76K, 06/24-85K', 'remarks': 'VOSA STATES 69K, 75K, 84K, 88K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b18b62d-6865-4bfe-a525-79dd183c816f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046
2026-03-27 05:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with scrape type 2
2026-03-27 05:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with scrape type 2
2026-03-27 05:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867, identifier: 120410046
2026-03-27 05:03:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120794268, 'registration': 'VK62FFY', 'account': 'UKC009', 'make': 'KIA', 'model': 'VENGA HATCHBACK', 'derivative': '1.6 2 5dr Auto', 'mileage': 90842, 'mileageWarranty': False, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-11-14', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK62FFY/2026-03-25/image/246f0c9b-86f9-4d15-b6d7-3b21c1878101_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/2fdcb1b1-0418-481e-8170-9a29997e0634_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/07115b56-79ae-43bf-9ed0-0ccf84406da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/161fd739-dc99-48ce-a655-c15450be39a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/3eaaa676-2749-4e64-b96d-be615eac0fc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/8465a1bd-8219-4a3f-b737-df2909b30308_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/f387c63b-574c-41b9-8dcb-cb208cf137dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/f5b2b88d-4ef0-4eab-a64d-615f86aa13a6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/15-26K, 05/17-36K, 01/18-38K, 01/19-39K, 03/20-46K', 'remarks': 'VOSA STATES 57K, 63K, 70K, 80K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select/Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120794268, 'registration': 'VK62FFY', 'account': 'UKC009', 'make': 'KIA', 'model': 'VENGA HATCHBACK', 'derivative': '1.6 2 5dr Auto', 'mileage': 90842, 'mileageWarranty': False, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-11-14', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK62FFY/2026-03-25/image/246f0c9b-86f9-4d15-b6d7-3b21c1878101_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/2fdcb1b1-0418-481e-8170-9a29997e0634_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/07115b56-79ae-43bf-9ed0-0ccf84406da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/161fd739-dc99-48ce-a655-c15450be39a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/3eaaa676-2749-4e64-b96d-be615eac0fc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/8465a1bd-8219-4a3f-b737-df2909b30308_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/f387c63b-574c-41b9-8dcb-cb208cf137dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK62FFY/2026-03-25/image/f5b2b88d-4ef0-4eab-a64d-615f86aa13a6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/15-26K, 05/17-36K, 01/18-38K, 01/19-39K, 03/20-46K', 'remarks': 'VOSA STATES 57K, 63K, 70K, 80K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select/Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277eeb14-00cb-5fc7-aca0-104f6ac9831b with identifier: 120794268
2026-03-27 05:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277eeb14-00cb-5fc7-aca0-104f6ac9831b with scrape type 2
2026-03-27 05:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277eeb14-00cb-5fc7-aca0-104f6ac9831b with scrape type 2
2026-03-27 05:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 277eeb14-00cb-5fc7-aca0-104f6ac9831b, identifier: 120794268
2026-03-27 05:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046
2026-03-27 05:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046
2026-03-27 05:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046 to the API
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120410046?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '94ca2d8a-3039-5c6e-83db-3f2b22ec6867',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG62LRO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120410046',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 SALOON',
'odometer': 89060,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-01',
'seller_name': 'Auction Plus',
'title': 'AUDI A4 SALOON 1.8T FSI 170 S Line 4dr',
'transmission': 'manual',
'trim': '1.8T FSI 170 S Line 4dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120410046%27 HTTP/1.1" 200 None
2026-03-27 05:03:42 [astonbarclay.gb] INFO: Saving data for 120410046: {'auction_closing_time': 1774888200.0, 'created_time': 1773403084.316974, 'last_price_update_time': 1774587822.54677}
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410046') HTTP/1.1" 204 0
2026-03-27 05:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 277eeb14-00cb-5fc7-aca0-104f6ac9831b with identifier: 120794268
2026-03-27 05:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 277eeb14-00cb-5fc7-aca0-104f6ac9831b with identifier: 120794268
2026-03-27 05:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 277eeb14-00cb-5fc7-aca0-104f6ac9831b with identifier: 120794268 to the API
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120794268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '277eeb14-00cb-5fc7-aca0-104f6ac9831b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK62FFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120794268',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'VENGA HATCHBACK',
'odometer': 90842,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-14',
'seller_name': 'UKCGR - Select/Trade',
'title': 'KIA VENGA HATCHBACK 1.6 2 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 2 5dr Auto',
'vin': None,
'year': 2012}
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120794268%27 HTTP/1.1" 200 None
2026-03-27 05:03:42 [astonbarclay.gb] INFO: Saving data for 120794268: {'auction_closing_time': 1774888200.0, 'created_time': 1774466193.322021, 'last_price_update_time': 1774587822.839712}
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120794268') HTTP/1.1" 204 0
2026-03-27 05:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596540?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596540, 'registration': 'WN68DYT', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 47474, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN68DYT/2026-03-19/image/416dd3d0-a40f-47da-a805-659afba0cb17_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/75ffd464-cac7-401b-b8ff-7b4438825647_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/09890fc1-c29b-4c49-b440-75fcd7876167_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/f78d169d-47ac-4f79-935f-11dc2dda9710_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/ae62b697-127a-408f-9970-ed0c3de25387_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/8c9c1da5-7527-4bfb-aa40-518cea5797c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/9bbd2eac-33d9-4746-a55b-d5b718ead030_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/4b080bf2-7d35-4b3a-8662-5703d6ba7415_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATS 35K- 37K- 40K- 45K- SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3add09e6-d11d-4b44-bff3-d9f5ea13b49a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596540, 'registration': 'WN68DYT', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 47474, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN68DYT/2026-03-19/image/416dd3d0-a40f-47da-a805-659afba0cb17_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/75ffd464-cac7-401b-b8ff-7b4438825647_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/09890fc1-c29b-4c49-b440-75fcd7876167_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/f78d169d-47ac-4f79-935f-11dc2dda9710_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/ae62b697-127a-408f-9970-ed0c3de25387_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/8c9c1da5-7527-4bfb-aa40-518cea5797c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/9bbd2eac-33d9-4746-a55b-d5b718ead030_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN68DYT/2026-03-19/image/4b080bf2-7d35-4b3a-8662-5703d6ba7415_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATS 35K- 37K- 40K- 45K- SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3add09e6-d11d-4b44-bff3-d9f5ea13b49a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540
2026-03-27 05:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with scrape type 2
2026-03-27 05:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with scrape type 2
2026-03-27 05:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3f4a2393-bba6-5bcf-8a04-d74eb977f801, identifier: 120596540
2026-03-27 05:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540
2026-03-27 05:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540
2026-03-27 05:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540 to the API
2026-03-27 05:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596540?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3f4a2393-bba6-5bcf-8a04-d74eb977f801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WN68DYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596540',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 47474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-30',
'seller_name': 'CarGiant',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120596540%27 HTTP/1.1" 200 None
2026-03-27 05:03:44 [astonbarclay.gb] INFO: Saving data for 120596540: {'auction_closing_time': 1774888200.0, 'created_time': 1773932053.801644, 'last_price_update_time': 1774587824.136963}
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596540') HTTP/1.1" 204 0
2026-03-27 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120485459?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120546514?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120619943?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120485459, 'registration': 'PK66WDE', 'account': 'VIC014', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 HSE 5dr Auto', 'mileage': 121720, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-09-22', 'fuel': 'Diesel', 'motExpiry': '2027-03-11', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PK66WDE/2026-03-19/image/580dca2a-f7a8-4b07-a517-fce9c7ba1606_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/5a1136f6-4588-467c-908c-c4a38ce633a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/01d37f39-eafb-4bb8-b7e2-c23380bbacc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/a8774975-6b53-48b1-a676-f9bb1b355f7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/069c3877-56a9-4f04-b0e6-53a05047eaee_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/a4fd136d-8d90-4803-9e89-7bda89445c75_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 08/18-11K, 05/19-15K, 03/20-30K, 10/23-85K, 06/24-100K, 04/25-120K', 'remarks': 'VOSA STATES 55K, 76K, 100K, 121K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Action Plus', '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/1ec6fe6b-db2b-4763-9f79-60bf208d328d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120485459, 'registration': 'PK66WDE', 'account': 'VIC014', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 HSE 5dr Auto', 'mileage': 121720, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-09-22', 'fuel': 'Diesel', 'motExpiry': '2027-03-11', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PK66WDE/2026-03-19/image/580dca2a-f7a8-4b07-a517-fce9c7ba1606_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/5a1136f6-4588-467c-908c-c4a38ce633a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/01d37f39-eafb-4bb8-b7e2-c23380bbacc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/a8774975-6b53-48b1-a676-f9bb1b355f7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/069c3877-56a9-4f04-b0e6-53a05047eaee_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK66WDE/2026-03-19/image/a4fd136d-8d90-4803-9e89-7bda89445c75_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 08/18-11K, 05/19-15K, 03/20-30K, 10/23-85K, 06/24-100K, 04/25-120K', 'remarks': 'VOSA STATES 55K, 76K, 100K, 121K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Action Plus', '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/1ec6fe6b-db2b-4763-9f79-60bf208d328d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459
2026-03-27 05:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f246429-76aa-5cf7-8b1e-7949d6876967 with scrape type 2
2026-03-27 05:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f246429-76aa-5cf7-8b1e-7949d6876967 with scrape type 2
2026-03-27 05:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4f246429-76aa-5cf7-8b1e-7949d6876967, identifier: 120485459
2026-03-27 05:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120546514, 'registration': 'LO14NXR', 'account': 'ATA001', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '2.0 TDI Ultra S Line 4dr S Tronic', 'mileage': 66104, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-26', 'fuel': 'Diesel', 'motExpiry': '2026-04-29', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LO14NXR/2026-03-18/image/12a2df32-4d58-4329-9913-ac72b41dc290_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/6166a0b6-da88-48ae-9de6-15d64d225e6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/865f80e8-cce7-468a-aee6-8e993cc4c8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/0cec8d99-07e0-4b7b-ac23-c9c8d9842c44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/8a12ac52-1b83-47d0-af81-f77abe9c4f33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/3ff902e6-4851-4977-ac88-4e612d78629b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/da8b907c-06f8-46ed-9764-f227955f4f59_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/1b93b551-e8c7-4cf4-877d-7ff35051ea6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/30115cf5-7950-49fc-a27e-39d450617588_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/caf7d898-d754-4b3e-99ac-354b2da84a0c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/17-34K, 08/25-63K', 'remarks': 'VOSA STATES 51K, 53K, 58K, 62K', 'virtual': False, 'seller': 'Auction Plus', '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/8744428e-d187-4ec8-b252-256b6906dcbb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120546514, 'registration': 'LO14NXR', 'account': 'ATA001', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '2.0 TDI Ultra S Line 4dr S Tronic', 'mileage': 66104, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-26', 'fuel': 'Diesel', 'motExpiry': '2026-04-29', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LO14NXR/2026-03-18/image/12a2df32-4d58-4329-9913-ac72b41dc290_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/6166a0b6-da88-48ae-9de6-15d64d225e6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/865f80e8-cce7-468a-aee6-8e993cc4c8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/0cec8d99-07e0-4b7b-ac23-c9c8d9842c44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/8a12ac52-1b83-47d0-af81-f77abe9c4f33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/3ff902e6-4851-4977-ac88-4e612d78629b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/da8b907c-06f8-46ed-9764-f227955f4f59_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/1b93b551-e8c7-4cf4-877d-7ff35051ea6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/30115cf5-7950-49fc-a27e-39d450617588_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO14NXR/2026-03-18/image/caf7d898-d754-4b3e-99ac-354b2da84a0c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/17-34K, 08/25-63K', 'remarks': 'VOSA STATES 51K, 53K, 58K, 62K', 'virtual': False, 'seller': 'Auction Plus', '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/8744428e-d187-4ec8-b252-256b6906dcbb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514
2026-03-27 05:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with scrape type 2
2026-03-27 05:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with scrape type 2
2026-03-27 05:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9, identifier: 120546514
2026-03-27 05:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459
2026-03-27 05:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459
2026-03-27 05:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459 to the API
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120485459?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '4f246429-76aa-5cf7-8b1e-7949d6876967',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK66WDE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120485459',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 121720,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-22',
'seller_name': 'Action Plus',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 HSE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 HSE 5dr Auto',
'vin': None,
'year': 2016}
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120485459%27 HTTP/1.1" 200 None
2026-03-27 05:03:44 [astonbarclay.gb] INFO: Saving data for 120485459: {'auction_closing_time': 1774888200.0, 'created_time': 1773947103.831522, 'last_price_update_time': 1774587824.846481}
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120485459') HTTP/1.1" 204 0
2026-03-27 05:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514
2026-03-27 05:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514
2026-03-27 05:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514 to the API
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120546514?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'd3b1f28a-e8a6-50b7-b4f6-7af8edc542f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO14NXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120546514',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A6 DIESEL SALOON',
'odometer': 66104,
'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': 'Auction Plus',
'title': 'AUDI A6 DIESEL SALOON 2.0 TDI Ultra S Line 4dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI Ultra S Line 4dr S Tronic',
'vin': None,
'year': 2014}
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120546514%27 HTTP/1.1" 200 None
2026-03-27 05:03:45 [astonbarclay.gb] INFO: Saving data for 120546514: {'auction_closing_time': 1774888200.0, 'created_time': 1773830437.790616, 'last_price_update_time': 1774587825.268737}
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120546514') HTTP/1.1" 204 0
2026-03-27 05:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120619943, 'registration': 'A22DAK', 'account': 'JOH012', 'make': 'MERCEDES-BENZ', 'model': 'CLK CABRIOLET', 'derivative': '200K Avantgarde 2dr Tip Auto', 'mileage': 74832, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-11-13', 'fuel': 'Petrol', 'motExpiry': '2023-12-01', 'doors': 2, 'engineSize': 1796, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/A22DAK/2026-03-20/image/3e747422-bc8c-4a41-a30a-a9e85c0b5712_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/a8848177-8dc5-43fd-87d8-8a8498490b2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/80aefcde-5fe0-4423-af01-2708c9e88c7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/07cc3aa3-30a7-4dfc-b89d-cd517c0f89ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/1736a5e4-ef1f-4140-b724-6909c257430b_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/0912e953-cb0e-40db-89ad-ac093bebacbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/2104ad55-9970-4ff5-95c5-a0c56a312051_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/391398bd-5465-42a4-8f9a-b5871307cab5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/09-11K, 04/11-15K, 05/17-57K, 07/20-64K, 05/22-68K, 12/22-69K, 11/23-73K', 'remarks': 'VOSA STATES 63K, 64K, 67K, 69K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 214, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ded47a3f-e4c1-4f64-b0e9-51980b7763bc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120619943, 'registration': 'A22DAK', 'account': 'JOH012', 'make': 'MERCEDES-BENZ', 'model': 'CLK CABRIOLET', 'derivative': '200K Avantgarde 2dr Tip Auto', 'mileage': 74832, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-11-13', 'fuel': 'Petrol', 'motExpiry': '2023-12-01', 'doors': 2, 'engineSize': 1796, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/A22DAK/2026-03-20/image/3e747422-bc8c-4a41-a30a-a9e85c0b5712_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/a8848177-8dc5-43fd-87d8-8a8498490b2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/80aefcde-5fe0-4423-af01-2708c9e88c7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/07cc3aa3-30a7-4dfc-b89d-cd517c0f89ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/1736a5e4-ef1f-4140-b724-6909c257430b_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/0912e953-cb0e-40db-89ad-ac093bebacbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/2104ad55-9970-4ff5-95c5-a0c56a312051_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22DAK/2026-03-20/image/391398bd-5465-42a4-8f9a-b5871307cab5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/09-11K, 04/11-15K, 05/17-57K, 07/20-64K, 05/22-68K, 12/22-69K, 11/23-73K', 'remarks': 'VOSA STATES 63K, 64K, 67K, 69K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 214, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ded47a3f-e4c1-4f64-b0e9-51980b7763bc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943
2026-03-27 05:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3648f07a-46e5-5a63-bd60-992a48e7a95c with scrape type 2
2026-03-27 05:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3648f07a-46e5-5a63-bd60-992a48e7a95c with scrape type 2
2026-03-27 05:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3648f07a-46e5-5a63-bd60-992a48e7a95c, identifier: 120619943
2026-03-27 05:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943
2026-03-27 05:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943
2026-03-27 05:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943 to the API
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120619943?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 214,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3648f07a-46e5-5a63-bd60-992a48e7a95c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'A22DAK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120619943',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLK CABRIOLET',
'odometer': 74832,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-11-13',
'seller_name': 'Auction Plus',
'title': 'MERCEDES-BENZ CLK CABRIOLET 200K Avantgarde 2dr Tip Auto',
'transmission': 'automatic',
'trim': '200K Avantgarde 2dr Tip Auto',
'vin': None,
'year': 2005}
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120619943%27 HTTP/1.1" 200 None
2026-03-27 05:03:45 [astonbarclay.gb] INFO: Saving data for 120619943: {'auction_closing_time': 1774888200.0, 'created_time': 1773946999.387447, 'last_price_update_time': 1774587825.697987}
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120619943') HTTP/1.1" 204 0
2026-03-27 05:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120397505?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715559, 'registration': 'NA68OXJ', 'account': 'CAR001', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Cite 5 TSS 5dr', 'mileage': 54304, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-12-11', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/c8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/aa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19 8K - 12/20 14K - 10/21 23K', 'remarks': 'VOSA STATES, 24K, 33K, 42K, 53K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', '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/525fdf96-c9a1-4477-a257-47684d8ec908.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715559, 'registration': 'NA68OXJ', 'account': 'CAR001', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Cite 5 TSS 5dr', 'mileage': 54304, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-12-11', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/c8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/aa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19 8K - 12/20 14K - 10/21 23K', 'remarks': 'VOSA STATES, 24K, 33K, 42K, 53K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', '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/525fdf96-c9a1-4477-a257-47684d8ec908.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559
2026-03-27 05:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e7e166-f147-5ab0-855b-5ba5a94e6968 with scrape type 2
2026-03-27 05:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23e7e166-f147-5ab0-855b-5ba5a94e6968 with scrape type 2
2026-03-27 05:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23e7e166-f147-5ab0-855b-5ba5a94e6968, identifier: 120715559
2026-03-27 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-27 05:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559
2026-03-27 05:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559
2026-03-27 05:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559 to the API
2026-03-27 05:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': 'MAUVE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '23e7e166-f147-5ab0-855b-5ba5a94e6968',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA68OXJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715559',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 54304,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-11',
'seller_name': 'CarGiant',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Cite 5 TSS 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Cite 5 TSS 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715559%27 HTTP/1.1" 200 None
2026-03-27 05:03:46 [astonbarclay.gb] INFO: Saving data for 120715559: {'auction_closing_time': 1774888200.0, 'created_time': 1774358114.636605, 'last_price_update_time': 1774587826.109243}
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715559') HTTP/1.1" 204 0
2026-03-27 05:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120397505, 'registration': 'ST15HFX', 'account': 'WBA004', 'make': 'BMW', 'model': '2 SERIES DIESEL COUPE', 'derivative': '218d Sport 2dr', 'mileage': 129209, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/ST15HFX/2026-03-12/image/ba9207a1-b7f0-4897-b8f6-3aec4f2213b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/533b4504-0977-44fa-83a7-33c5fdd09468_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/9c668edc-cd55-4ff8-b7de-842ea674355a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/f3ac446f-5834-4f35-b49b-ce44ae8d5aca_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/53c7dd3c-5750-4abe-8266-cadefc579349_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/12d2e472-dd1e-47ed-86af-b209b9fa3bb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/4d880a04-b78a-4211-8b2d-3ae1de8404c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/78892581-7551-440d-8a32-b9598e47421d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/40e0f7ec-9456-439b-b822-f57b2506471a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/7a37acae-e7bb-4033-93d3-c11d6f6413ea_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/16- 20K, 09/17- 39K, 02/18- 45K, 10/19-55K', 'remarks': 'VOSA STATES 88K, 102K, 113K, 127K', '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/6a662f83-a4aa-4526-9e25-3f787394cea3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120397505, 'registration': 'ST15HFX', 'account': 'WBA004', 'make': 'BMW', 'model': '2 SERIES DIESEL COUPE', 'derivative': '218d Sport 2dr', 'mileage': 129209, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/ST15HFX/2026-03-12/image/ba9207a1-b7f0-4897-b8f6-3aec4f2213b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/533b4504-0977-44fa-83a7-33c5fdd09468_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/9c668edc-cd55-4ff8-b7de-842ea674355a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/f3ac446f-5834-4f35-b49b-ce44ae8d5aca_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/53c7dd3c-5750-4abe-8266-cadefc579349_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/12d2e472-dd1e-47ed-86af-b209b9fa3bb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/4d880a04-b78a-4211-8b2d-3ae1de8404c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/78892581-7551-440d-8a32-b9598e47421d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/40e0f7ec-9456-439b-b822-f57b2506471a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST15HFX/2026-03-12/image/7a37acae-e7bb-4033-93d3-c11d6f6413ea_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/16- 20K, 09/17- 39K, 02/18- 45K, 10/19-55K', 'remarks': 'VOSA STATES 88K, 102K, 113K, 127K', '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/6a662f83-a4aa-4526-9e25-3f787394cea3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505
2026-03-27 05:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with scrape type 2
2026-03-27 05:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with scrape type 2
2026-03-27 05:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a, identifier: 120397505
2026-03-27 05:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505
2026-03-27 05:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505
2026-03-27 05:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505 to the API
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120397505?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '1728f0a7-e4d3-5966-a7a2-0c8dbecab75a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ST15HFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120397505',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '2 SERIES DIESEL COUPE',
'odometer': 129209,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-15',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 2 SERIES DIESEL COUPE 218d Sport 2dr',
'transmission': 'manual',
'trim': '218d Sport 2dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120397505%27 HTTP/1.1" 200 None
2026-03-27 05:03:46 [astonbarclay.gb] INFO: Saving data for 120397505: {'auction_closing_time': 1774888200.0, 'created_time': 1773403591.563035, 'last_price_update_time': 1774587826.515554}
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120397505') HTTP/1.1" 204 0
2026-03-27 05:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120771073?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120771073, 'registration': 'CA66EKG', 'account': 'ANY001', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE 5dr Auto', 'mileage': 92880, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-12-22', 'fuel': 'Diesel', 'motExpiry': '2027-01-25', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CA66EKG/2026-03-26/image/fdbf9409-f962-4fde-8242-8882dffb3e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/4182a1b9-152c-4e2a-8b72-027478462378_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/3fea6aba-20ee-4716-b198-5699498e4460_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/1ddb9890-b703-4a0b-9904-ec4e1e5a7b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/bf390a22-5121-4770-9185-fcdbecadd765_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/75cab7e0-01fb-416c-80da-836a146d417e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/2a2d9677-3294-43d8-9624-8b00344ee99c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/cb0d31e2-37c9-4831-a887-183ea8b70c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/81b4f565-d2d0-4137-9a0b-2eb3802b550d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/c88c5a41-e699-414c-ac87-61ec1af5bbf7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/21-39K, 08/22-49K, 03/24-61K, 12/18-22K', 'remarks': 'VOSA STATES 56K, 61K, 79K, 92K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local dealer 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/3c9d8501-28ec-4442-bd9f-a85f82335dab.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120771073, 'registration': 'CA66EKG', 'account': 'ANY001', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE 5dr Auto', 'mileage': 92880, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-12-22', 'fuel': 'Diesel', 'motExpiry': '2027-01-25', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CA66EKG/2026-03-26/image/fdbf9409-f962-4fde-8242-8882dffb3e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/4182a1b9-152c-4e2a-8b72-027478462378_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/3fea6aba-20ee-4716-b198-5699498e4460_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/1ddb9890-b703-4a0b-9904-ec4e1e5a7b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/bf390a22-5121-4770-9185-fcdbecadd765_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/75cab7e0-01fb-416c-80da-836a146d417e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/2a2d9677-3294-43d8-9624-8b00344ee99c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/cb0d31e2-37c9-4831-a887-183ea8b70c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/81b4f565-d2d0-4137-9a0b-2eb3802b550d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA66EKG/2026-03-26/image/c88c5a41-e699-414c-ac87-61ec1af5bbf7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/21-39K, 08/22-49K, 03/24-61K, 12/18-22K', 'remarks': 'VOSA STATES 56K, 61K, 79K, 92K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local dealer 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/3c9d8501-28ec-4442-bd9f-a85f82335dab.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eea9d03d-99ad-58e8-9445-0acd1aac96f5 with identifier: 120771073
2026-03-27 05:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eea9d03d-99ad-58e8-9445-0acd1aac96f5 with scrape type 2
2026-03-27 05:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eea9d03d-99ad-58e8-9445-0acd1aac96f5 with scrape type 2
2026-03-27 05:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: eea9d03d-99ad-58e8-9445-0acd1aac96f5, identifier: 120771073
2026-03-27 05:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: eea9d03d-99ad-58e8-9445-0acd1aac96f5 with identifier: 120771073
2026-03-27 05:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: eea9d03d-99ad-58e8-9445-0acd1aac96f5 with identifier: 120771073
2026-03-27 05:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: eea9d03d-99ad-58e8-9445-0acd1aac96f5 with identifier: 120771073 to the API
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120771073?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'eea9d03d-99ad-58e8-9445-0acd1aac96f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CA66EKG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120771073',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 92880,
'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': 'Local dealer group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 SE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 SE 5dr Auto',
'vin': None,
'year': 2016}
2026-03-27 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120771073%27 HTTP/1.1" 200 None
2026-03-27 05:03:46 [astonbarclay.gb] INFO: Saving data for 120771073: {'auction_closing_time': 1774888200.0, 'created_time': 1774466292.190145, 'last_price_update_time': 1774587826.995214}
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120771073') HTTP/1.1" 204 0
2026-03-27 05:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443000?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120367074?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797399?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120797287?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443000, 'registration': 'EN65SXJ', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.2 Blue Drive SE 5dr', 'mileage': 131057, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-23', 'fuel': 'Petrol', 'motExpiry': '2025-12-23', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/7b8a4642-647f-4b19-a4e1-62d140cb4339_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/cd922913-4065-4468-9769-7eb688ee6056_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/19143cd3-8e04-40f2-9bf4-a0973d5fad6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/88fd87e9-dbaa-4681-88f7-c9d9efda6f7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/9af18061-7d2e-477a-94ef-0fd4e9793187_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/4efe7478-5b07-460e-86a6-a160997f95a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/4c4afa47-e50d-45c3-a041-5bde07d7096d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/35c6fb54-e913-40a6-a888-308f86d36408_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/1093a7ac-8679-4894-aa33-b3ed9f66ca4a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/16- 8K, 02/18- 29K, 10/18- 38K, 09/19- 51K, 09/22- 88K', 'remarks': 'VOSA STATES 78K, 91K, 103K, 118K, 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': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b96e3d39-b45a-4345-8ac4-4209fabe2348.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443000, 'registration': 'EN65SXJ', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.2 Blue Drive SE 5dr', 'mileage': 131057, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-23', 'fuel': 'Petrol', 'motExpiry': '2025-12-23', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/7b8a4642-647f-4b19-a4e1-62d140cb4339_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/cd922913-4065-4468-9769-7eb688ee6056_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/19143cd3-8e04-40f2-9bf4-a0973d5fad6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/88fd87e9-dbaa-4681-88f7-c9d9efda6f7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/9af18061-7d2e-477a-94ef-0fd4e9793187_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/4efe7478-5b07-460e-86a6-a160997f95a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/4c4afa47-e50d-45c3-a041-5bde07d7096d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/35c6fb54-e913-40a6-a888-308f86d36408_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN65SXJ/2026-03-14/image/1093a7ac-8679-4894-aa33-b3ed9f66ca4a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/16- 8K, 02/18- 29K, 10/18- 38K, 09/19- 51K, 09/22- 88K', 'remarks': 'VOSA STATES 78K, 91K, 103K, 118K, 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': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b96e3d39-b45a-4345-8ac4-4209fabe2348.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000
2026-03-27 05:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with scrape type 2
2026-03-27 05:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with scrape type 2
2026-03-27 05:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b, identifier: 120443000
2026-03-27 05:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000
2026-03-27 05:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000
2026-03-27 05:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000 to the API
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443000?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '359cc8fa-9f49-58c4-90a1-8cc53fc5476b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN65SXJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443000',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 131057,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-23',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I20 HATCHBACK 1.2 Blue Drive SE 5dr',
'transmission': 'manual',
'trim': '1.2 Blue Drive SE 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120443000%27 HTTP/1.1" 200 None
2026-03-27 05:03:47 [astonbarclay.gb] INFO: Saving data for 120443000: {'auction_closing_time': 1774888200.0, 'created_time': 1773430885.749044, 'last_price_update_time': 1774587827.492621}
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443000') HTTP/1.1" 204 0
2026-03-27 05:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120367074, 'registration': 'GV15GXE', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T Tech Line 5dr Auto', 'mileage': 84455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV15GXE/2026-03-12/image/9e68b0fa-c846-4a38-9ed6-78cd7109b16b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/6e33e2b6-178e-441f-9212-e09adb9fd521_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/c2394771-2c87-432b-8b85-e319c1a03d4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/31734231-5f32-4405-bbfd-ff9af6b37219_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/3758ff8d-4793-4ee0-8dd3-a047d01a4d84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/fdda64fd-eb72-4057-bb17-1c2c7bbe0b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/385a9866-9412-4e9f-9bbb-4aa32cd4b423_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/a0d76609-3898-41c5-8fef-5d68e9f320ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/9616a298-3e38-4661-9009-84740bcdd5ed_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16- 6K, 06/17- 10K, 06/18- 14K, 12/18- 15K, 11/19- 23K, 03/20- 27K, 11/21- 38K, 04/22- 44K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 44K, 54K, 66K, 76K, 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': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8cb2451-8963-4c60-9b30-740f265d392a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120367074, 'registration': 'GV15GXE', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T Tech Line 5dr Auto', 'mileage': 84455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV15GXE/2026-03-12/image/9e68b0fa-c846-4a38-9ed6-78cd7109b16b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/6e33e2b6-178e-441f-9212-e09adb9fd521_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/c2394771-2c87-432b-8b85-e319c1a03d4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/31734231-5f32-4405-bbfd-ff9af6b37219_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/3758ff8d-4793-4ee0-8dd3-a047d01a4d84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/fdda64fd-eb72-4057-bb17-1c2c7bbe0b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/385a9866-9412-4e9f-9bbb-4aa32cd4b423_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/a0d76609-3898-41c5-8fef-5d68e9f320ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV15GXE/2026-03-12/image/9616a298-3e38-4661-9009-84740bcdd5ed_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16- 6K, 06/17- 10K, 06/18- 14K, 12/18- 15K, 11/19- 23K, 03/20- 27K, 11/21- 38K, 04/22- 44K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 44K, 54K, 66K, 76K, 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': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8cb2451-8963-4c60-9b30-740f265d392a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074
2026-03-27 05:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with scrape type 2
2026-03-27 05:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with scrape type 2
2026-03-27 05:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a, identifier: 120367074
2026-03-27 05:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074
2026-03-27 05:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074
2026-03-27 05:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074 to the API
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120367074?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 160,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV15GXE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120367074',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 84455,
'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': 'UKCGR - Trade',
'title': 'VAUXHALL MOKKA HATCHBACK 1.4T Tech Line 5dr Auto',
'transmission': 'automatic',
'trim': '1.4T Tech Line 5dr Auto',
'vin': None,
'year': 2015}
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120367074%27 HTTP/1.1" 200 None
2026-03-27 05:03:47 [astonbarclay.gb] INFO: Saving data for 120367074: {'auction_closing_time': 1774888200.0, 'created_time': 1773404128.672368, 'last_price_update_time': 1774587827.915741}
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120367074') HTTP/1.1" 204 0
2026-03-27 05:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120253498?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797399, 'registration': 'EU65UUZ', 'account': 'MAN037', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 VVT-i X-Cite 2 5dr', 'mileage': 50722, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-02', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/f6a0d8da-97f8-42bc-a880-6709bb81e8ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/1e7b8383-c956-4081-9064-f6e19ec806c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/cd862a2b-60d6-4007-94ec-5ece5b8fd972_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/58bc2065-02e7-49ac-b314-8282aeabf6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/66f0bd90-fd41-4199-9b67-ab9358d58543_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/e2a66d98-16c5-4a13-9531-ec83fe486729_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/22788b08-1e31-4281-be41-25de0aa3b380_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K- 07/19 30K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43d666e2-14b7-4ce0-84f5-c432aa4da0f8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797399, 'registration': 'EU65UUZ', 'account': 'MAN037', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 VVT-i X-Cite 2 5dr', 'mileage': 50722, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-02', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/f6a0d8da-97f8-42bc-a880-6709bb81e8ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/1e7b8383-c956-4081-9064-f6e19ec806c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/cd862a2b-60d6-4007-94ec-5ece5b8fd972_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/58bc2065-02e7-49ac-b314-8282aeabf6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/66f0bd90-fd41-4199-9b67-ab9358d58543_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/e2a66d98-16c5-4a13-9531-ec83fe486729_removebg.jpg?w=600', 'https://abimg003.imgix.net/EU65UUZ/2026-03-26/image/22788b08-1e31-4281-be41-25de0aa3b380_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 24K- 07/19 30K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43d666e2-14b7-4ce0-84f5-c432aa4da0f8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dba35bd0-7961-5a33-ad4b-564e1170cd11 with identifier: 120797399
2026-03-27 05:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dba35bd0-7961-5a33-ad4b-564e1170cd11 with scrape type 2
2026-03-27 05:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dba35bd0-7961-5a33-ad4b-564e1170cd11 with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dba35bd0-7961-5a33-ad4b-564e1170cd11, identifier: 120797399
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120797287, 'registration': 'YW14JNO', 'account': 'MAN037', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 Zetec 5dr', 'mileage': 75079, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YW14JNO/2026-03-25/image/76c13254-43b3-4828-a061-09d7833646f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/e7539fdc-e037-4237-831f-5ce6d1731578_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/8fc72a48-b80b-4405-a2e0-c373604182f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/da755219-8e1f-407a-be2e-3eff42e7c092_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/cf7196b0-aae9-4f50-8cfc-df84535b42e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/503e545e-7bd6-468f-a8ee-55538cabfa2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/a1ed427b-6879-457d-be9a-1336a17a511f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/15 5K - 05/16 11K - 03/17 15K - 11/23 64K -', 'remarks': 'VOSA STATES 55K- 60K- 65K- 70K - 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3a647604-cedd-4a05-bb92-cd13a42ce6f5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120797287, 'registration': 'YW14JNO', 'account': 'MAN037', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 Zetec 5dr', 'mileage': 75079, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YW14JNO/2026-03-25/image/76c13254-43b3-4828-a061-09d7833646f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/e7539fdc-e037-4237-831f-5ce6d1731578_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/8fc72a48-b80b-4405-a2e0-c373604182f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/da755219-8e1f-407a-be2e-3eff42e7c092_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/cf7196b0-aae9-4f50-8cfc-df84535b42e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/503e545e-7bd6-468f-a8ee-55538cabfa2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW14JNO/2026-03-25/image/a1ed427b-6879-457d-be9a-1336a17a511f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/15 5K - 05/16 11K - 03/17 15K - 11/23 64K -', 'remarks': 'VOSA STATES 55K- 60K- 65K- 70K - 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3a647604-cedd-4a05-bb92-cd13a42ce6f5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f5b0bb8-7246-510c-a664-31bfa45e3e7c with identifier: 120797287
2026-03-27 05:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f5b0bb8-7246-510c-a664-31bfa45e3e7c with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f5b0bb8-7246-510c-a664-31bfa45e3e7c with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f5b0bb8-7246-510c-a664-31bfa45e3e7c, identifier: 120797287
2026-03-27 05:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119257637?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dba35bd0-7961-5a33-ad4b-564e1170cd11 with identifier: 120797399
2026-03-27 05:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dba35bd0-7961-5a33-ad4b-564e1170cd11 with identifier: 120797399
2026-03-27 05:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dba35bd0-7961-5a33-ad4b-564e1170cd11 with identifier: 120797399 to the API
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120797399?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'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': 'dba35bd0-7961-5a33-ad4b-564e1170cd11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EU65UUZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797399',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK SPECIAL EDITIONS',
'odometer': 50722,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-02',
'seller_name': 'Manamanx Ltd',
'title': 'TOYOTA AYGO HATCHBACK SPECIAL EDITIONS 1.0 VVT-i X-Cite 2 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Cite 2 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120797399%27 HTTP/1.1" 200 None
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Saving data for 120797399: {'auction_closing_time': 1774888200.0, 'created_time': 1774466345.904153, 'last_price_update_time': 1774587828.436919}
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797399') HTTP/1.1" 204 0
2026-03-27 05:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f5b0bb8-7246-510c-a664-31bfa45e3e7c with identifier: 120797287
2026-03-27 05:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f5b0bb8-7246-510c-a664-31bfa45e3e7c with identifier: 120797287
2026-03-27 05:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2f5b0bb8-7246-510c-a664-31bfa45e3e7c with identifier: 120797287 to the API
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120797287?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'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': '2f5b0bb8-7246-510c-a664-31bfa45e3e7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YW14JNO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120797287',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 75079,
'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': 'FORD FIESTA HATCHBACK 1.0 Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120797287%27 HTTP/1.1" 200 None
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Saving data for 120797287: {'auction_closing_time': 1774888200.0, 'created_time': 1774466257.411316, 'last_price_update_time': 1774587828.746713}
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120797287') HTTP/1.1" 204 0
2026-03-27 05:03:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120087826?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120253498, 'registration': 'AU65RNN', 'account': 'STA058', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi VTR+ 5dr', 'mileage': 105473, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AU65RNN/2026-03-10/image/d5a3f7bd-0ad8-40bd-a9e3-4d609f4f8100_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/9a5c65d6-f579-4053-b05e-74ac9c3ae5b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/7a536df1-73f8-4cba-b1e6-10726c9aea2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/d9dd0cff-7701-45d5-918a-502b39dbcf29_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/6d73171b-0505-41b3-8032-310d3cec4442_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/26e9ce71-5051-4015-bad8-d38dd6607e28_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/6215e020-2b75-4dc0-b688-15735d758326_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/1d45c19a-e239-47c4-bba5-ecf56f2e0c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/73ddc42d-45fe-491f-bc58-f0239730b6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/22fbf258-c345-432a-9e35-538eb84562fb_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 25K 34K 46K 61K 76K 89K 96K 103K SPARE KEY', 'virtual': False, 'seller': 'Startline Motor Finance 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/c71d3379-66b8-4cf4-b936-5ae0387c0090.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120253498, 'registration': 'AU65RNN', 'account': 'STA058', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi VTR+ 5dr', 'mileage': 105473, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 105}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AU65RNN/2026-03-10/image/d5a3f7bd-0ad8-40bd-a9e3-4d609f4f8100_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/9a5c65d6-f579-4053-b05e-74ac9c3ae5b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/7a536df1-73f8-4cba-b1e6-10726c9aea2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/d9dd0cff-7701-45d5-918a-502b39dbcf29_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/6d73171b-0505-41b3-8032-310d3cec4442_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/26e9ce71-5051-4015-bad8-d38dd6607e28_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/6215e020-2b75-4dc0-b688-15735d758326_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/1d45c19a-e239-47c4-bba5-ecf56f2e0c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/73ddc42d-45fe-491f-bc58-f0239730b6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU65RNN/2026-03-10/image/22fbf258-c345-432a-9e35-538eb84562fb_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 25K 34K 46K 61K 76K 89K 96K 103K SPARE KEY', 'virtual': False, 'seller': 'Startline Motor Finance 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/c71d3379-66b8-4cf4-b936-5ae0387c0090.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2063aa90-e79b-5cec-a55b-d459d5d923ef with identifier: 120253498
2026-03-27 05:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2063aa90-e79b-5cec-a55b-d459d5d923ef with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2063aa90-e79b-5cec-a55b-d459d5d923ef with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2063aa90-e79b-5cec-a55b-d459d5d923ef, identifier: 120253498
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119257637, 'registration': 'LY69TOH', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A200 AMG Line Executive 5dr', 'mileage': 49852, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-02-06', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY69TOH/2026-02-03/image/58be87ed-7a88-4948-8377-49bb41f6ab6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/ea3acbc4-5bcc-489b-ad00-39ff3d21432b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/9650e120-effb-443a-bca3-1e977b3a8b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/f76f5456-bd36-4be9-b61e-bfe45bad28e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/0cced577-e110-4cb4-8d65-50621b70dd49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/73565e66-8f3d-426b-ae80-3026ae892a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/9a4f0360-8e03-4d98-8e52-e53cd3593945_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/ef43eb08-7868-4e1d-8d57-088e4c4eef85_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/3db50bca-f5d7-4513-a5d4-6ff93bc20b49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/d892a554-c83e-4740-ae60-f61e0baadaa8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/21 11K - 03/23 23K - 03/24 32K - 12/25 47K', 'remarks': 'VOSA STATES, 23K, 30K, 36K, 47K', 'virtual': False, 'seller': 'CarGiant', '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/195c146a-c7c5-4c41-8ace-24291296c3ff.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119257637, 'registration': 'LY69TOH', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A200 AMG Line Executive 5dr', 'mileage': 49852, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-02-06', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY69TOH/2026-02-03/image/58be87ed-7a88-4948-8377-49bb41f6ab6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/ea3acbc4-5bcc-489b-ad00-39ff3d21432b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/9650e120-effb-443a-bca3-1e977b3a8b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/f76f5456-bd36-4be9-b61e-bfe45bad28e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/0cced577-e110-4cb4-8d65-50621b70dd49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/73565e66-8f3d-426b-ae80-3026ae892a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/9a4f0360-8e03-4d98-8e52-e53cd3593945_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/ef43eb08-7868-4e1d-8d57-088e4c4eef85_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/3db50bca-f5d7-4513-a5d4-6ff93bc20b49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY69TOH/2026-02-03/image/d892a554-c83e-4740-ae60-f61e0baadaa8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/21 11K - 03/23 23K - 03/24 32K - 12/25 47K', 'remarks': 'VOSA STATES, 23K, 30K, 36K, 47K', 'virtual': False, 'seller': 'CarGiant', '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/195c146a-c7c5-4c41-8ace-24291296c3ff.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637
2026-03-27 05:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd880862-66e7-5d12-98d5-320bea72ed15 with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd880862-66e7-5d12-98d5-320bea72ed15 with scrape type 2
2026-03-27 05:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dd880862-66e7-5d12-98d5-320bea72ed15, identifier: 119257637
2026-03-27 05:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2063aa90-e79b-5cec-a55b-d459d5d923ef with identifier: 120253498
2026-03-27 05:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2063aa90-e79b-5cec-a55b-d459d5d923ef with identifier: 120253498
2026-03-27 05:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2063aa90-e79b-5cec-a55b-d459d5d923ef with identifier: 120253498 to the API
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120253498?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '2063aa90-e79b-5cec-a55b-d459d5d923ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AU65RNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120253498',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CITROEN',
'model': 'GRAND C4 PICASSO DIESEL ESTATE',
'odometer': 105473,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-21',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'CITROEN GRAND C4 PICASSO DIESEL ESTATE 1.6 BlueHDi VTR+ 5dr',
'transmission': 'manual',
'trim': '1.6 BlueHDi VTR+ 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120253498%27 HTTP/1.1" 200 None
2026-03-27 05:03:49 [astonbarclay.gb] INFO: Saving data for 120253498: {'auction_closing_time': 1774612800.0, 'created_time': 1773403177.668002, 'last_price_update_time': 1774587829.249631}
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120253498') HTTP/1.1" 204 0
2026-03-27 05:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637
2026-03-27 05:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637
2026-03-27 05:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637 to the API
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119257637?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'dd880862-66e7-5d12-98d5-320bea72ed15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY69TOH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119257637',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 49852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-06',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A200 AMG Line Executive 5dr',
'transmission': 'manual',
'trim': 'A200 AMG Line Executive 5dr',
'vin': None,
'year': 2020}
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119257637%27 HTTP/1.1" 200 None
2026-03-27 05:03:49 [astonbarclay.gb] INFO: Saving data for 119257637: {'auction_closing_time': 1774888200.0, 'created_time': 1773404103.75578, 'last_price_update_time': 1774587829.588474}
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119257637') HTTP/1.1" 204 0
2026-03-27 05:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716187?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666509?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120436090?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120087826, 'registration': 'BV17BXP', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 SE 5dr Auto', 'mileage': 79193, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-03-07', 'fuel': 'Petrol', 'motExpiry': '2026-09-13', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV17BXP/2026-03-03/image/edda13ea-eeeb-4f79-a7b6-9849b2e69cfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/b7a21c01-fac0-48b4-a9c9-8f2493034225_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/e7189f4a-0c2b-4e73-b315-5f41dddfb950_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/aded088f-10ba-4d63-bd5e-a33ed4462e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/41885bcc-daf1-4d6d-bc03-1f2041003593_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/5aaa4b3e-c3fd-4dc7-a8af-88522b24293c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/9886e0d1-06ff-4379-91eb-3c7e658bb1ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/1b4dfb4a-4e90-46dc-82d8-d11cfd85e396_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/7abc3ba7-00cb-4310-9045-b9781f8ee77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/01754d91-3081-42ce-b2a4-d7d1534be29b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/18 11K - 05/19 21K - 02/21 29K', 'remarks': 'VOSA STATES 46K- 59K -72K- 76K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', '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/8ca282aa-acbf-4e9d-b91c-9282d119dff9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120087826, 'registration': 'BV17BXP', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 SE 5dr Auto', 'mileage': 79193, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-03-07', 'fuel': 'Petrol', 'motExpiry': '2026-09-13', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV17BXP/2026-03-03/image/edda13ea-eeeb-4f79-a7b6-9849b2e69cfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/b7a21c01-fac0-48b4-a9c9-8f2493034225_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/e7189f4a-0c2b-4e73-b315-5f41dddfb950_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/aded088f-10ba-4d63-bd5e-a33ed4462e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/41885bcc-daf1-4d6d-bc03-1f2041003593_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/5aaa4b3e-c3fd-4dc7-a8af-88522b24293c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/9886e0d1-06ff-4379-91eb-3c7e658bb1ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/1b4dfb4a-4e90-46dc-82d8-d11cfd85e396_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/7abc3ba7-00cb-4310-9045-b9781f8ee77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV17BXP/2026-03-03/image/01754d91-3081-42ce-b2a4-d7d1534be29b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/18 11K - 05/19 21K - 02/21 29K', 'remarks': 'VOSA STATES 46K- 59K -72K- 76K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', '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/8ca282aa-acbf-4e9d-b91c-9282d119dff9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826
2026-03-27 05:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e1035d4-531d-5985-9a77-1170837c1eec with scrape type 2
2026-03-27 05:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e1035d4-531d-5985-9a77-1170837c1eec with scrape type 2
2026-03-27 05:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9e1035d4-531d-5985-9a77-1170837c1eec, identifier: 120087826
2026-03-27 05:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826
2026-03-27 05:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826
2026-03-27 05:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826 to the API
2026-03-27 05:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120087826?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '9e1035d4-531d-5985-9a77-1170837c1eec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV17BXP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120087826',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 79193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-07',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A160 SE 5dr Auto',
'transmission': 'automatic',
'trim': 'A160 SE 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120087826%27 HTTP/1.1" 200 None
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Saving data for 120087826: {'auction_closing_time': 1774888200.0, 'created_time': 1773403803.523257, 'last_price_update_time': 1774587830.014441}
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120087826') HTTP/1.1" 204 0
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716187, 'registration': 'GU61PXX', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Acenta 5dr CVT [Premium Pack]', 'mileage': 63759, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-02', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU61PXX/2026-03-24/image/da7beee2-800a-4850-9d12-063767cad6d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/18145074-17b5-43d8-92ad-15a01ec2c10f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/2f1b6a27-8315-41fb-b549-554fce153940_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/2eb2a55d-10f6-41df-9cc2-c9c58877d89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/ae74866d-83fc-4372-b5bd-b8cab21beb39_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/40a98541-b7df-4632-ba78-3943c2f95cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/91b4d95e-978e-4329-867e-4b15a48887d0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 47K, 58K, 60K, 62K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a495a2b2-5a83-445f-b52f-0a9baca15254.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716187, 'registration': 'GU61PXX', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Acenta 5dr CVT [Premium Pack]', 'mileage': 63759, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-02', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU61PXX/2026-03-24/image/da7beee2-800a-4850-9d12-063767cad6d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/18145074-17b5-43d8-92ad-15a01ec2c10f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/2f1b6a27-8315-41fb-b549-554fce153940_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/2eb2a55d-10f6-41df-9cc2-c9c58877d89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/ae74866d-83fc-4372-b5bd-b8cab21beb39_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/40a98541-b7df-4632-ba78-3943c2f95cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU61PXX/2026-03-24/image/91b4d95e-978e-4329-867e-4b15a48887d0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 47K, 58K, 60K, 62K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a495a2b2-5a83-445f-b52f-0a9baca15254.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187
2026-03-27 05:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b681102f-af05-56ff-a7ed-1f3dd80b1e3d with scrape type 2
2026-03-27 05:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b681102f-af05-56ff-a7ed-1f3dd80b1e3d with scrape type 2
2026-03-27 05:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b681102f-af05-56ff-a7ed-1f3dd80b1e3d, identifier: 120716187
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666509, 'registration': 'MJ09BVS', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 One Graphite 3dr', 'mileage': 74147, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2372, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-06-06', 'fuel': 'Petrol', 'motExpiry': '2027-02-16', 'doors': 3, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/06092e0a-78b9-483c-830a-edf24205dedb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/360b2f80-b34e-4293-817e-88ed633f090c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/263d6f4f-355d-40df-99d7-23c1a109d998_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/72e72153-5f12-46e7-a6be-5f8a75984bb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/c27facce-35da-4fd3-b9ef-8b50384ecc24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/4251fc9e-2dcb-412a-8f1c-6f19b6b897f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/7e6ee8ef-0f4d-41d7-b486-66ee9a14035a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/f7fcb2af-e086-404f-a464-635ef22e73c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/11 5K - 05/13 15K - 06/15 23K - 02/21 60K - 01/22 62K - 02/23 64K', 'remarks': 'VOSA STATES 62K- 65K- 68K- 71K- 73K- 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': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90110566-1342-4f4f-b9ae-163912b0e3a0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666509, 'registration': 'MJ09BVS', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK SPECIAL EDITIONS', 'derivative': '1.4 One Graphite 3dr', 'mileage': 74147, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2372, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-06-06', 'fuel': 'Petrol', 'motExpiry': '2027-02-16', 'doors': 3, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/06092e0a-78b9-483c-830a-edf24205dedb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/360b2f80-b34e-4293-817e-88ed633f090c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/263d6f4f-355d-40df-99d7-23c1a109d998_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/72e72153-5f12-46e7-a6be-5f8a75984bb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/c27facce-35da-4fd3-b9ef-8b50384ecc24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/4251fc9e-2dcb-412a-8f1c-6f19b6b897f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/7e6ee8ef-0f4d-41d7-b486-66ee9a14035a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ09BVS/2026-03-23/image/f7fcb2af-e086-404f-a464-635ef22e73c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/11 5K - 05/13 15K - 06/15 23K - 02/21 60K - 01/22 62K - 02/23 64K', 'remarks': 'VOSA STATES 62K- 65K- 68K- 71K- 73K- 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': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90110566-1342-4f4f-b9ae-163912b0e3a0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509
2026-03-27 05:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41136c1-2a86-53bc-ab3e-d839f7f263be with scrape type 2
2026-03-27 05:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41136c1-2a86-53bc-ab3e-d839f7f263be with scrape type 2
2026-03-27 05:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b41136c1-2a86-53bc-ab3e-d839f7f263be, identifier: 120666509
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120436090, 'registration': 'AV64SFO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 102600, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2371, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-02-26', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV64SFO/2026-03-13/image/e80d011c-0cb6-4f2c-b8e2-b1cc59d18254_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/45b3ef5a-7b28-42cb-a1c1-35d8769b0017_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/2fcc7908-6ac3-4a45-91b6-61ed8b57a75b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/0683b2b6-dcc7-4a7e-94e6-cfdb8008521f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/63e7699e-5aab-401c-84df-fa75a9375a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/ccde31a4-ed76-47ea-96d5-9791b5d8c5e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/710f73f0-ef14-4c03-8c84-3e448eefcace_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/c4da3057-d827-4e26-bb78-18a44f3bf0f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/bbf4e241-63d3-496d-80b1-ac32bb300b8d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 72K, 79K, 91K, 101K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/eccc3fd1-4306-48c2-8615-309b237db8cd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120436090, 'registration': 'AV64SFO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 102600, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2371, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-02-26', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV64SFO/2026-03-13/image/e80d011c-0cb6-4f2c-b8e2-b1cc59d18254_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/45b3ef5a-7b28-42cb-a1c1-35d8769b0017_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/2fcc7908-6ac3-4a45-91b6-61ed8b57a75b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/0683b2b6-dcc7-4a7e-94e6-cfdb8008521f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/63e7699e-5aab-401c-84df-fa75a9375a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/ccde31a4-ed76-47ea-96d5-9791b5d8c5e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/710f73f0-ef14-4c03-8c84-3e448eefcace_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/c4da3057-d827-4e26-bb78-18a44f3bf0f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV64SFO/2026-03-13/image/bbf4e241-63d3-496d-80b1-ac32bb300b8d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 72K, 79K, 91K, 101K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/eccc3fd1-4306-48c2-8615-309b237db8cd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090
2026-03-27 05:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1142d431-f8b0-5311-9a35-1f55e98d36bd with scrape type 2
2026-03-27 05:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1142d431-f8b0-5311-9a35-1f55e98d36bd with scrape type 2
2026-03-27 05:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1142d431-f8b0-5311-9a35-1f55e98d36bd, identifier: 120436090
2026-03-27 05:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187
2026-03-27 05:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187
2026-03-27 05:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187 to the API
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716187?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-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'b681102f-af05-56ff-a7ed-1f3dd80b1e3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GU61PXX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716187',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 63759,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-02',
'seller_name': 'CarGiant',
'title': 'NISSAN JUKE HATCHBACK 1.6 Acenta 5dr CVT [Premium Pack]',
'transmission': 'automatic',
'trim': '1.6 Acenta 5dr CVT [Premium Pack]',
'vin': None,
'year': 2011}
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120716187%27 HTTP/1.1" 200 None
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Saving data for 120716187: {'auction_closing_time': 1774888200.0, 'created_time': 1774358049.791715, 'last_price_update_time': 1774587830.596411}
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716187') HTTP/1.1" 204 0
2026-03-27 05:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509
2026-03-27 05:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509
2026-03-27 05:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509 to the API
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120666509?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'b41136c1-2a86-53bc-ab3e-d839f7f263be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ09BVS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666509',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK SPECIAL EDITIONS',
'odometer': 74147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-06',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK SPECIAL EDITIONS 1.4 One Graphite 3dr',
'transmission': 'manual',
'trim': '1.4 One Graphite 3dr',
'vin': None,
'year': 2009}
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120666509%27 HTTP/1.1" 200 None
2026-03-27 05:03:50 [astonbarclay.gb] INFO: Saving data for 120666509: {'auction_closing_time': 1774888200.0, 'created_time': 1774260148.464447, 'last_price_update_time': 1774587830.904077}
2026-03-27 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666509') HTTP/1.1" 204 0
2026-03-27 05:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090
2026-03-27 05:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090
2026-03-27 05:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090 to the API
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120436090?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1142d431-f8b0-5311-9a35-1f55e98d36bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AV64SFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120436090',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 102600,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-02-26',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120436090%27 HTTP/1.1" 200 None
2026-03-27 05:03:51 [astonbarclay.gb] INFO: Saving data for 120436090: {'auction_closing_time': 1774888200.0, 'created_time': 1773406843.604972, 'last_price_update_time': 1774587831.303741}
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120436090') HTTP/1.1" 204 0
2026-03-27 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652440?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401206?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652440, 'registration': 'EJ61MXU', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Classic 5dr', 'mileage': 80037, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2370, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-12-21', 'fuel': 'Petrol', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/e31b9268-ef70-46bc-afdd-3ac929f8bdbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/491aae1c-495b-4992-b99f-de2bf882d271_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/4fbe778d-43b2-43c0-a7fd-db7522072dcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/74a26ff4-f1ca-4b36-9966-c9fadbb38ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/63be3040-a374-4fd4-b67d-d38cc6b6874c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/a701962f-a29d-4120-8dfd-05f2dbbd5c9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/51d2bcca-3cff-4b5f-923f-7f6956f10e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/97361d23-16d0-4c86-9482-6719637874d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/5955c499-763e-4147-a65c-c67419ee2f3e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ??7K, 12/14-1K, 12/15-6K, 12/16-10K, ??-13K, 12/22-40K', 'remarks': 'ODO REPLACED @ 8051 MILES 01/2014 - - VOSA STATES 40K, 53K, 68K, 78K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5d563a66-4ab4-47a7-9a7b-1a7d5ac86933.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652440, 'registration': 'EJ61MXU', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Classic 5dr', 'mileage': 80037, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2370, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-12-21', 'fuel': 'Petrol', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/e31b9268-ef70-46bc-afdd-3ac929f8bdbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/491aae1c-495b-4992-b99f-de2bf882d271_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/4fbe778d-43b2-43c0-a7fd-db7522072dcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/74a26ff4-f1ca-4b36-9966-c9fadbb38ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/63be3040-a374-4fd4-b67d-d38cc6b6874c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/a701962f-a29d-4120-8dfd-05f2dbbd5c9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/51d2bcca-3cff-4b5f-923f-7f6956f10e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/97361d23-16d0-4c86-9482-6719637874d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ61MXU/2026-03-20/image/5955c499-763e-4147-a65c-c67419ee2f3e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ??7K, 12/14-1K, 12/15-6K, 12/16-10K, ??-13K, 12/22-40K', 'remarks': 'ODO REPLACED @ 8051 MILES 01/2014 - - VOSA STATES 40K, 53K, 68K, 78K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5d563a66-4ab4-47a7-9a7b-1a7d5ac86933.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440
2026-03-27 05:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf602821-83a5-59a0-81e1-514251ced294 with scrape type 2
2026-03-27 05:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf602821-83a5-59a0-81e1-514251ced294 with scrape type 2
2026-03-27 05:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf602821-83a5-59a0-81e1-514251ced294, identifier: 120652440
2026-03-27 05:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120401206, 'registration': 'VE11FYF', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.6 EcoBoost Titanium 5dr', 'mileage': 98421, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2365, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-18', 'fuel': 'Petrol', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VE11FYF/2026-03-12/image/bc30b560-58b8-4a35-b260-7e247dae8e73_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/f7a3314a-f260-4e7f-8823-9d522ab4ef6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/a350f557-5a1c-4384-bec6-877bd28f5038_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/ab0e6a9c-0d02-4316-96fc-1a59279ea3d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/4ed23fcb-cb17-4df8-b484-3371cda41697_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/c749b934-d6b7-4770-b3fe-bc794ab64008_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/790bcb76-2299-40f6-a5b9-f2ff75316b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/dd72bec8-1782-44d5-8f59-685b5df46a5e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/12-13K, 07/13-22K, 05/14-32K, 06/15-43K, 05/16-53K, 05/17-66K, 02/19-78K, 02/20-84K, 02/21-86K, 03/22-89K, 02/23-91K, 02/24-94K, 02/25-96K', 'remarks': 'VOSA STATES 89K, 91K, 94K, 96K, 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb29bef9-9309-4ecb-a065-18490b17ad99.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120401206, 'registration': 'VE11FYF', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.6 EcoBoost Titanium 5dr', 'mileage': 98421, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2365, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-18', 'fuel': 'Petrol', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VE11FYF/2026-03-12/image/bc30b560-58b8-4a35-b260-7e247dae8e73_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/f7a3314a-f260-4e7f-8823-9d522ab4ef6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/a350f557-5a1c-4384-bec6-877bd28f5038_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/ab0e6a9c-0d02-4316-96fc-1a59279ea3d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/4ed23fcb-cb17-4df8-b484-3371cda41697_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/c749b934-d6b7-4770-b3fe-bc794ab64008_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/790bcb76-2299-40f6-a5b9-f2ff75316b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE11FYF/2026-03-12/image/dd72bec8-1782-44d5-8f59-685b5df46a5e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/12-13K, 07/13-22K, 05/14-32K, 06/15-43K, 05/16-53K, 05/17-66K, 02/19-78K, 02/20-84K, 02/21-86K, 03/22-89K, 02/23-91K, 02/24-94K, 02/25-96K', 'remarks': 'VOSA STATES 89K, 91K, 94K, 96K, 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb29bef9-9309-4ecb-a065-18490b17ad99.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206
2026-03-27 05:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with scrape type 2
2026-03-27 05:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with scrape type 2
2026-03-27 05:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61, identifier: 120401206
2026-03-27 05:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440
2026-03-27 05:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440
2026-03-27 05:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440 to the API
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652440?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'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': 'cf602821-83a5-59a0-81e1-514251ced294',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ61MXU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652440',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 80037,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-12-21',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I10 HATCHBACK 1.2 Classic 5dr',
'transmission': 'manual',
'trim': '1.2 Classic 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652440%27 HTTP/1.1" 200 None
2026-03-27 05:03:51 [astonbarclay.gb] INFO: Saving data for 120652440: {'auction_closing_time': 1774888200.0, 'created_time': 1774034197.015, 'last_price_update_time': 1774587831.893243}
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652440') HTTP/1.1" 204 0
2026-03-27 05:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206
2026-03-27 05:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206
2026-03-27 05:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206 to the API
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401206?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'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': '35ab3a84-bc2b-581f-982c-af4e1d2a7d61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE11FYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401206',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS ESTATE',
'odometer': 98421,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-18',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS ESTATE 1.6 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.6 EcoBoost Titanium 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120401206%27 HTTP/1.1" 200 None
2026-03-27 05:03:52 [astonbarclay.gb] INFO: Saving data for 120401206: {'auction_closing_time': 1774888200.0, 'created_time': 1773403534.782768, 'last_price_update_time': 1774587832.217579}
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401206') HTTP/1.1" 204 0
2026-03-27 05:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120373468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650626?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120793796?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120373468, 'registration': 'YX15YOH', 'account': 'WBA004', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.6 Titanium 5dr Powershift', 'mileage': 84442, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2355, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX15YOH/2026-03-12/image/1f52596e-5c3f-4366-ba7d-bc5ea84c6253_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/a09dffa2-6d69-4846-b177-b7635b68bec1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/d9bfab1e-f200-43c4-97f8-038e986cb2ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/c3768dbd-4beb-4dfb-8df3-574bd479fbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/ebb8f606-81b7-49b0-956f-4d89168cffcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/536346a9-0bc2-44f8-bc47-aeaebb4a6154_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/24d1dc68-610d-4a3b-a04b-17fe3a10220c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/25a51c63-ee1e-4271-9ba3-1a81a55ca5a3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 52K, 61K, 61K, 70K, 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': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/69dd5a71-5c19-4f92-8349-3db8400ee3d8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120373468, 'registration': 'YX15YOH', 'account': 'WBA004', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.6 Titanium 5dr Powershift', 'mileage': 84442, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2355, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX15YOH/2026-03-12/image/1f52596e-5c3f-4366-ba7d-bc5ea84c6253_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/a09dffa2-6d69-4846-b177-b7635b68bec1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/d9bfab1e-f200-43c4-97f8-038e986cb2ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/c3768dbd-4beb-4dfb-8df3-574bd479fbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/ebb8f606-81b7-49b0-956f-4d89168cffcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/536346a9-0bc2-44f8-bc47-aeaebb4a6154_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/24d1dc68-610d-4a3b-a04b-17fe3a10220c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX15YOH/2026-03-12/image/25a51c63-ee1e-4271-9ba3-1a81a55ca5a3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 52K, 61K, 61K, 70K, 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': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/69dd5a71-5c19-4f92-8349-3db8400ee3d8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468
2026-03-27 05:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0629e549-762d-5655-99bf-a3d0df90af15 with scrape type 2
2026-03-27 05:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0629e549-762d-5655-99bf-a3d0df90af15 with scrape type 2
2026-03-27 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0629e549-762d-5655-99bf-a3d0df90af15, identifier: 120373468
2026-03-27 05:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650626, 'registration': 'WL62FDX', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '118d Sport 5dr', 'mileage': 132898, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2356, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-12-17', 'fuel': 'Diesel', 'motExpiry': '2026-04-19', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WL62FDX/2026-03-20/image/e2608dd3-5731-44d4-8ce9-dacab17006f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/f7e50141-949d-41ba-8279-25cb832699d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/435b0d2a-dbe0-48cc-ac5b-ef9ab3cc721d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/693bcda0-5375-45cf-8d94-d2a65daeb256_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/6f85ab00-fd7b-468c-ab55-9c4f3e88635c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/b0ad69c0-6c8f-4d4c-8366-5ebd2f617487_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/6e800cf8-2dee-4be7-82c3-79727405e8cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/ccc495a0-0974-4d39-aaf3-750ebd753b75_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/a0f3c254-3deb-4d5d-b589-4ee746d6b24b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20-75K, 03/22-??, ??-??, 05/23-107K,', 'remarks': 'VOSA STATES 94K, 107K, 117K, 127K, 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': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40589ffa-a2a9-4700-88a9-b6816322c72f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650626, 'registration': 'WL62FDX', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '118d Sport 5dr', 'mileage': 132898, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2356, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-12-17', 'fuel': 'Diesel', 'motExpiry': '2026-04-19', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WL62FDX/2026-03-20/image/e2608dd3-5731-44d4-8ce9-dacab17006f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/f7e50141-949d-41ba-8279-25cb832699d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/435b0d2a-dbe0-48cc-ac5b-ef9ab3cc721d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/693bcda0-5375-45cf-8d94-d2a65daeb256_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/6f85ab00-fd7b-468c-ab55-9c4f3e88635c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/b0ad69c0-6c8f-4d4c-8366-5ebd2f617487_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/6e800cf8-2dee-4be7-82c3-79727405e8cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/ccc495a0-0974-4d39-aaf3-750ebd753b75_removebg.jpg?w=600', 'https://abimg003.imgix.net/WL62FDX/2026-03-20/image/a0f3c254-3deb-4d5d-b589-4ee746d6b24b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20-75K, 03/22-??, ??-??, 05/23-107K,', 'remarks': 'VOSA STATES 94K, 107K, 117K, 127K, 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': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40589ffa-a2a9-4700-88a9-b6816322c72f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626
2026-03-27 05:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8826457-9ddc-5838-863e-5ee7e3bd04cc with scrape type 2
2026-03-27 05:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8826457-9ddc-5838-863e-5ee7e3bd04cc with scrape type 2
2026-03-27 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8826457-9ddc-5838-863e-5ee7e3bd04cc, identifier: 120650626
2026-03-27 05:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468
2026-03-27 05:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468
2026-03-27 05:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468 to the API
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120373468?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0629e549-762d-5655-99bf-a3d0df90af15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX15YOH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120373468',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'B-MAX HATCHBACK',
'odometer': 84442,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD B-MAX HATCHBACK 1.6 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '1.6 Titanium 5dr Powershift',
'vin': None,
'year': 2015}
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120373468%27 HTTP/1.1" 200 None
2026-03-27 05:03:52 [astonbarclay.gb] INFO: Saving data for 120373468: {'auction_closing_time': 1774888200.0, 'created_time': 1773402644.9998, 'last_price_update_time': 1774587832.812293}
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120373468') HTTP/1.1" 204 0
2026-03-27 05:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626
2026-03-27 05:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626
2026-03-27 05:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626 to the API
2026-03-27 05:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650626?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'a8826457-9ddc-5838-863e-5ee7e3bd04cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WL62FDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650626',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 132898,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-12-17',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 118d Sport 5dr',
'transmission': 'manual',
'trim': '118d Sport 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120650626%27 HTTP/1.1" 200 None
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Saving data for 120650626: {'auction_closing_time': 1774888200.0, 'created_time': 1774034236.672953, 'last_price_update_time': 1774587833.092931}
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650626') HTTP/1.1" 204 0
2026-03-27 05:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120645930?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120793796, 'registration': 'KE23ZRN', 'account': 'LIN021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 1480, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-07-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/0966f59b-3cea-43ed-a360-71eec0a673c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/e66d7449-d658-4762-be86-e79bd1f7c067_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/7d57954a-edb2-4e0c-ae81-8cd7a653ae45_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/c47c2f2f-8335-498d-9c36-5418b3accd5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/f72557d8-9665-4a5f-9d2a-2136657ccaf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/a04ec2b2-0771-419b-b9dd-f84838f11585_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/7e00bb58-0266-45c8-a6f8-71eb2912c0f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/679dcd3a-a601-46ff-a7d0-3213dc8895e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/cb1ffc50-76e3-441e-984d-36660b15bcad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6915cdc6-c8e7-41c8-8894-2aa3d8eb81f6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120793796, 'registration': 'KE23ZRN', 'account': 'LIN021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 1480, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-07-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/0966f59b-3cea-43ed-a360-71eec0a673c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/e66d7449-d658-4762-be86-e79bd1f7c067_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/7d57954a-edb2-4e0c-ae81-8cd7a653ae45_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/c47c2f2f-8335-498d-9c36-5418b3accd5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/f72557d8-9665-4a5f-9d2a-2136657ccaf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/a04ec2b2-0771-419b-b9dd-f84838f11585_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/7e00bb58-0266-45c8-a6f8-71eb2912c0f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/679dcd3a-a601-46ff-a7d0-3213dc8895e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE23ZRN/2026-03-26/image/cb1ffc50-76e3-441e-984d-36660b15bcad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6915cdc6-c8e7-41c8-8894-2aa3d8eb81f6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0 with identifier: 120793796
2026-03-27 05:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0 with scrape type 2
2026-03-27 05:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0 with scrape type 2
2026-03-27 05:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0, identifier: 120793796
2026-03-27 05:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0 with identifier: 120793796
2026-03-27 05:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0 with identifier: 120793796
2026-03-27 05:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0 with identifier: 120793796 to the API
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120793796?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'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': '201f7c7e-6b93-5abd-b64a-8d02e6f3e5d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KE23ZRN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120793796',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 1480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-17',
'seller_name': 'Link Financial',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 5dr',
'vin': None,
'year': 2023}
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120793796%27 HTTP/1.1" 200 None
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Saving data for 120793796: {'auction_closing_time': 1774888200.0, 'created_time': 1774466361.171084, 'last_price_update_time': 1774587833.514454}
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120793796') HTTP/1.1" 204 0
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120645930, 'registration': 'VF07JZU', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Ghia 5dr [115]', 'mileage': 77936, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2367, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-07-02', 'fuel': 'Petrol', 'motExpiry': '2026-05-24', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VF07JZU/2026-03-23/image/2306ce19-c3d1-47e8-a6d6-5bbba1ada0d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/59847690-e473-465c-b188-e4e87910026c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/32650ba0-7e61-410b-9751-3e1f10212fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/94ec2935-bbe6-4261-80ed-12434360563d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/3b8289a8-06c4-4163-9edf-5ccac41e0bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/cdbf3ba2-2e40-4e77-964f-8657ae371b39_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/1285e15c-ac36-483f-86fc-ef9bbdbfa605_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/50b55956-696b-4631-87ef-82ddd0fb817c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/08- 10K, 02/09- 13K, 03/10- 16K, 04/11- 19K, 03/12- 23K, 03/13- 27K, 03/14- 32K, 03/15- 37K, 03/16- 44K, 03/17- 48K, 04/18- 51K, 03/19- 54K, 05/22- 63K, 12/24- 71K, 12/25- 75K', 'remarks': 'VOSA STATES 64K, 66K, 69K, 72K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f1925eb7-b8d0-40e3-9f00-d68af5a20cd7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120645930, 'registration': 'VF07JZU', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Ghia 5dr [115]', 'mileage': 77936, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2367, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-07-02', 'fuel': 'Petrol', 'motExpiry': '2026-05-24', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VF07JZU/2026-03-23/image/2306ce19-c3d1-47e8-a6d6-5bbba1ada0d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/59847690-e473-465c-b188-e4e87910026c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/32650ba0-7e61-410b-9751-3e1f10212fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/94ec2935-bbe6-4261-80ed-12434360563d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/3b8289a8-06c4-4163-9edf-5ccac41e0bab_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/cdbf3ba2-2e40-4e77-964f-8657ae371b39_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/1285e15c-ac36-483f-86fc-ef9bbdbfa605_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF07JZU/2026-03-23/image/50b55956-696b-4631-87ef-82ddd0fb817c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/08- 10K, 02/09- 13K, 03/10- 16K, 04/11- 19K, 03/12- 23K, 03/13- 27K, 03/14- 32K, 03/15- 37K, 03/16- 44K, 03/17- 48K, 04/18- 51K, 03/19- 54K, 05/22- 63K, 12/24- 71K, 12/25- 75K', 'remarks': 'VOSA STATES 64K, 66K, 69K, 72K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f1925eb7-b8d0-40e3-9f00-d68af5a20cd7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930
2026-03-27 05:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007e7952-ecd8-56a7-9a22-bfb107733452 with scrape type 2
2026-03-27 05:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007e7952-ecd8-56a7-9a22-bfb107733452 with scrape type 2
2026-03-27 05:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 007e7952-ecd8-56a7-9a22-bfb107733452, identifier: 120645930
2026-03-27 05:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930
2026-03-27 05:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930
2026-03-27 05:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930 to the API
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120645930?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 157,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '007e7952-ecd8-56a7-9a22-bfb107733452',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VF07JZU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120645930',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 77936,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-07-02',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.6 Ghia 5dr [115]',
'transmission': 'manual',
'trim': '1.6 Ghia 5dr [115]',
'vin': None,
'year': 2007}
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120645930%27 HTTP/1.1" 200 None
2026-03-27 05:03:53 [astonbarclay.gb] INFO: Saving data for 120645930: {'auction_closing_time': 1774888200.0, 'created_time': 1774033501.958089, 'last_price_update_time': 1774587833.918205}
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120645930') HTTP/1.1" 204 0
2026-03-27 05:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120647610?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657113?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120647610, 'registration': 'WM12VBO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 101208, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2352, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-08-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM12VBO/2026-03-20/image/42abbf76-77cd-45d6-96dc-f692c3c26928_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/ddd26f5a-b88c-4ad4-8e5b-28cc7c799459_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/3667bea1-c138-42a8-ad19-6fe53eb2036d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/5585eded-9bc7-4c4f-bec3-29ff5515281e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/09e35320-1eff-4559-9536-10861ac2b9fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/d7a831e1-4b07-4a8a-82ab-13641a5748a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/fd69ceff-0576-4326-90fc-093e3cf43fa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/e139b27f-85c2-44a9-9f51-9441e98e2824_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/24- 89K, 10/25- 98K', 'remarks': 'USED UNRECORDED - Damage is mechanical and front end VOSA STATES 75K, 85K, 89K, 98K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8fb2d765-ee15-40bf-9c0e-d42b98f03204.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120647610, 'registration': 'WM12VBO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 101208, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2352, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-08-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM12VBO/2026-03-20/image/42abbf76-77cd-45d6-96dc-f692c3c26928_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/ddd26f5a-b88c-4ad4-8e5b-28cc7c799459_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/3667bea1-c138-42a8-ad19-6fe53eb2036d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/5585eded-9bc7-4c4f-bec3-29ff5515281e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/09e35320-1eff-4559-9536-10861ac2b9fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/d7a831e1-4b07-4a8a-82ab-13641a5748a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/fd69ceff-0576-4326-90fc-093e3cf43fa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM12VBO/2026-03-20/image/e139b27f-85c2-44a9-9f51-9441e98e2824_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/24- 89K, 10/25- 98K', 'remarks': 'USED UNRECORDED - Damage is mechanical and front end VOSA STATES 75K, 85K, 89K, 98K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8fb2d765-ee15-40bf-9c0e-d42b98f03204.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610
2026-03-27 05:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with scrape type 2
2026-03-27 05:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with scrape type 2
2026-03-27 05:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f, identifier: 120647610
2026-03-27 05:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657113, 'registration': 'EY13ZCK', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'DS3 HATCHBACK', 'derivative': '1.6 VTi 16V DStyle Plus 3dr', 'mileage': 81658, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2351, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-08-14', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/e401eb1b-12c5-435f-b57e-2812e2bb6da5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/db001def-90c4-4943-a7b2-049a39ba4cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/a19e69df-2aba-44b9-90c7-ca45ba3710af_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/62a66422-c106-463d-b39e-c2fb7fd48f86_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/7a296bce-026e-42c1-86af-4b00d5b33c6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/8fe3de18-aed7-4560-89fe-36b299cca0e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/4194ceb7-1714-4e25-aa04-c80f6c62a7f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/b8aafa2d-48a8-485a-a01a-ebf300262019_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/14- 14K, 10/15- 30K, 06/16- 37K, 05/17- 47K, 06/18- 48K, 04/21- 61K, 08/24- 78K', 'remarks': 'VOSA STATES 67K, 74K, 78K, 80K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0298b1ad-24b5-44fa-a54b-03507960d978.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657113, 'registration': 'EY13ZCK', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'DS3 HATCHBACK', 'derivative': '1.6 VTi 16V DStyle Plus 3dr', 'mileage': 81658, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2351, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-08-14', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/e401eb1b-12c5-435f-b57e-2812e2bb6da5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/db001def-90c4-4943-a7b2-049a39ba4cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/a19e69df-2aba-44b9-90c7-ca45ba3710af_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/62a66422-c106-463d-b39e-c2fb7fd48f86_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/7a296bce-026e-42c1-86af-4b00d5b33c6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/8fe3de18-aed7-4560-89fe-36b299cca0e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/4194ceb7-1714-4e25-aa04-c80f6c62a7f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY13ZCK/2026-03-21/image/b8aafa2d-48a8-485a-a01a-ebf300262019_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/14- 14K, 10/15- 30K, 06/16- 37K, 05/17- 47K, 06/18- 48K, 04/21- 61K, 08/24- 78K', 'remarks': 'VOSA STATES 67K, 74K, 78K, 80K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0298b1ad-24b5-44fa-a54b-03507960d978.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113
2026-03-27 05:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173090b5-8951-5886-9350-4a5c5c9b4109 with scrape type 2
2026-03-27 05:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173090b5-8951-5886-9350-4a5c5c9b4109 with scrape type 2
2026-03-27 05:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 173090b5-8951-5886-9350-4a5c5c9b4109, identifier: 120657113
2026-03-27 05:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BROWN HTTP/1.1" 200 None
2026-03-27 05:03:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610
2026-03-27 05:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610 to the API
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120647610?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '5bb19550-8e0b-5e8b-bd61-a7f1309cff1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WM12VBO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120647610',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 101208,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-08-17',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120647610%27 HTTP/1.1" 200 None
2026-03-27 05:03:54 [astonbarclay.gb] INFO: Saving data for 120647610: {'auction_closing_time': 1774888200.0, 'created_time': 1774034209.782907, 'last_price_update_time': 1774587834.605826}
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120647610') HTTP/1.1" 204 0
2026-03-27 05:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113
2026-03-27 05:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113
2026-03-27 05:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113 to the API
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657113?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '173090b5-8951-5886-9350-4a5c5c9b4109',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY13ZCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657113',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'DS3 HATCHBACK',
'odometer': 81658,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-09',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN DS3 HATCHBACK 1.6 VTi 16V DStyle Plus 3dr',
'transmission': 'manual',
'trim': '1.6 VTi 16V DStyle Plus 3dr',
'vin': None,
'year': 2013}
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657113%27 HTTP/1.1" 200 None
2026-03-27 05:03:54 [astonbarclay.gb] INFO: Saving data for 120657113: {'auction_closing_time': 1774888200.0, 'created_time': 1774034118.539495, 'last_price_update_time': 1774587834.902691}
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657113') HTTP/1.1" 204 0
2026-03-27 05:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120316229?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120334042?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120647284?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120316229, 'registration': 'AK68AYT', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '30 TFSI 116 Sport 5dr', 'mileage': 268803, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2329, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-02-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK68AYT/2026-03-11/image/8663680c-23d9-439f-a97d-a7ad75c4b5cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/caddd843-c4fb-422a-bceb-2fd028dc617f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/8742c405-6f2b-45b4-a8a1-7401f9e85f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/371801c8-192c-4e9b-ba3c-dca37acb4810_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/ec851626-3007-4ece-96bb-2e2e57334f0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/21bff078-7eca-4c31-925a-f9aecca28fba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/587a0600-a8f4-4c82-874f-94332e597a1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/df7d0be7-3ffa-4968-83d0-2f4b8ed15597_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/fcc2c88e-8b5e-4b8a-9369-c5ce11f279ac_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-188K', 'remarks': 'VOSA STATES 77K, 129K, 188K, 247K, 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/22f06110-49dc-4d38-8166-4a007d093ea3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120316229, 'registration': 'AK68AYT', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '30 TFSI 116 Sport 5dr', 'mileage': 268803, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2329, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-02-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK68AYT/2026-03-11/image/8663680c-23d9-439f-a97d-a7ad75c4b5cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/caddd843-c4fb-422a-bceb-2fd028dc617f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/8742c405-6f2b-45b4-a8a1-7401f9e85f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/371801c8-192c-4e9b-ba3c-dca37acb4810_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/ec851626-3007-4ece-96bb-2e2e57334f0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/21bff078-7eca-4c31-925a-f9aecca28fba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/587a0600-a8f4-4c82-874f-94332e597a1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/df7d0be7-3ffa-4968-83d0-2f4b8ed15597_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK68AYT/2026-03-11/image/fcc2c88e-8b5e-4b8a-9369-c5ce11f279ac_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-188K', 'remarks': 'VOSA STATES 77K, 129K, 188K, 247K, 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/22f06110-49dc-4d38-8166-4a007d093ea3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229
2026-03-27 05:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c80af81-e15f-55f3-bf29-30d1373a1251 with scrape type 2
2026-03-27 05:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c80af81-e15f-55f3-bf29-30d1373a1251 with scrape type 2
2026-03-27 05:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c80af81-e15f-55f3-bf29-30d1373a1251, identifier: 120316229
2026-03-27 05:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229
2026-03-27 05:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229
2026-03-27 05:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229 to the API
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120316229?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'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': '4c80af81-e15f-55f3-bf29-30d1373a1251',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK68AYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120316229',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 268803,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-09',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A3 SPORTBACK 30 TFSI 116 Sport 5dr',
'transmission': 'manual',
'trim': '30 TFSI 116 Sport 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120316229%27 HTTP/1.1" 200 None
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Saving data for 120316229: {'auction_closing_time': 1774888200.0, 'created_time': 1773404427.488849, 'last_price_update_time': 1774587835.430431}
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120316229') HTTP/1.1" 204 0
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120334042, 'registration': 'BU13XUP', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI BlueEFFICIENCY SE 5dr', 'mileage': 85478, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2341, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-20', 'fuel': 'Diesel', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BU13XUP/2026-03-11/image/cebed1e7-0f0b-4d4c-8854-9f8be4273ca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/30f5a9ee-e839-46e0-8157-b846f79ade49_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/7e266142-f8e0-4a7c-a816-30f092c926bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/c91041dd-c756-4476-a58f-57f83b3be588_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/dd02d3cc-0c38-40b4-abf2-08550edb785e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/eb64b454-ee9d-49c1-bc45-968ecf4b81a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/e49aaf0a-8894-4403-ad01-caa67b4d4417_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/7c87ca34-c0a9-4a23-b0c9-ec3674253671_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES MILES@ 75K, 78K, 80K, 82K. 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': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/233c2444-804a-4c78-be50-4233c427d1ee.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120334042, 'registration': 'BU13XUP', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI BlueEFFICIENCY SE 5dr', 'mileage': 85478, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2341, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-20', 'fuel': 'Diesel', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BU13XUP/2026-03-11/image/cebed1e7-0f0b-4d4c-8854-9f8be4273ca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/30f5a9ee-e839-46e0-8157-b846f79ade49_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/7e266142-f8e0-4a7c-a816-30f092c926bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/c91041dd-c756-4476-a58f-57f83b3be588_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/dd02d3cc-0c38-40b4-abf2-08550edb785e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/eb64b454-ee9d-49c1-bc45-968ecf4b81a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/e49aaf0a-8894-4403-ad01-caa67b4d4417_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU13XUP/2026-03-11/image/7c87ca34-c0a9-4a23-b0c9-ec3674253671_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES MILES@ 75K, 78K, 80K, 82K. 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': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/233c2444-804a-4c78-be50-4233c427d1ee.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042
2026-03-27 05:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb545c81-4485-5c01-856c-4c5555d2dcd3 with scrape type 2
2026-03-27 05:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb545c81-4485-5c01-856c-4c5555d2dcd3 with scrape type 2
2026-03-27 05:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb545c81-4485-5c01-856c-4c5555d2dcd3, identifier: 120334042
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120647284, 'registration': 'LT06OUJ', 'account': 'WBA004', 'make': 'BMW', 'model': 'X5 DIESEL ESTATE', 'derivative': '3.0d Sport 5dr Auto', 'mileage': 78277, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2347, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/531252f4-f1e7-4d7f-97ac-4ee7428799d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/347afe96-ba85-4180-bfae-d638c7c18344_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/dc87d8b7-1f0d-4ac1-9039-1a6a8d3dc24e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/f3c3264d-4ebc-4850-bebd-3a1f4fc415b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/6f706679-9515-444a-8679-cd6878c94976_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/523e3265-c518-49f4-afc7-6c790d6cf87a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/0dae1e6b-3949-4af8-ae9c-a3730204b531_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/1269889e-8306-4c10-a5fe-381fcb878ed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/1cbe1a93-dc7a-4b38-971d-3e2ecfcdee41_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/09- 6K, 02/13- 19K, 02/15- 30K, 11/16- 41K, 10/18- 47K, 11/19- 50K, 11/20- 54K, 11/21- 59K, 11/22- 62K, 11/23- 67K', 'remarks': 'VOSA STATES 62K, 67K, 70K, 76K, 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': 250, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/97044f6e-1b47-4318-a5bd-83342f669ff2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120647284, 'registration': 'LT06OUJ', 'account': 'WBA004', 'make': 'BMW', 'model': 'X5 DIESEL ESTATE', 'derivative': '3.0d Sport 5dr Auto', 'mileage': 78277, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2347, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/531252f4-f1e7-4d7f-97ac-4ee7428799d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/347afe96-ba85-4180-bfae-d638c7c18344_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/dc87d8b7-1f0d-4ac1-9039-1a6a8d3dc24e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/f3c3264d-4ebc-4850-bebd-3a1f4fc415b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/6f706679-9515-444a-8679-cd6878c94976_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/523e3265-c518-49f4-afc7-6c790d6cf87a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/0dae1e6b-3949-4af8-ae9c-a3730204b531_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/1269889e-8306-4c10-a5fe-381fcb878ed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT06OUJ/2026-03-20/image/1cbe1a93-dc7a-4b38-971d-3e2ecfcdee41_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/09- 6K, 02/13- 19K, 02/15- 30K, 11/16- 41K, 10/18- 47K, 11/19- 50K, 11/20- 54K, 11/21- 59K, 11/22- 62K, 11/23- 67K', 'remarks': 'VOSA STATES 62K, 67K, 70K, 76K, 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': 250, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/97044f6e-1b47-4318-a5bd-83342f669ff2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284
2026-03-27 05:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with scrape type 2
2026-03-27 05:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with scrape type 2
2026-03-27 05:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b, identifier: 120647284
2026-03-27 05:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042
2026-03-27 05:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042
2026-03-27 05:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042 to the API
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120334042?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'cb545c81-4485-5c01-856c-4c5555d2dcd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU13XUP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120334042',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 85478,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-20',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B180 CDI BlueEFFICIENCY SE '
'5dr',
'transmission': 'manual',
'trim': 'B180 CDI BlueEFFICIENCY SE 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120334042%27 HTTP/1.1" 200 None
2026-03-27 05:03:55 [astonbarclay.gb] INFO: Saving data for 120334042: {'auction_closing_time': 1774888200.0, 'created_time': 1773404049.872789, 'last_price_update_time': 1774587835.907712}
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120334042') HTTP/1.1" 204 0
2026-03-27 05:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284
2026-03-27 05:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284
2026-03-27 05:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284 to the API
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120647284?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 250,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT06OUJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120647284',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X5 DIESEL ESTATE',
'odometer': 78277,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-03-24',
'seller_name': 'UKCGR - Trade',
'title': 'BMW X5 DIESEL ESTATE 3.0d Sport 5dr Auto',
'transmission': 'automatic',
'trim': '3.0d Sport 5dr Auto',
'vin': None,
'year': 2006}
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120647284%27 HTTP/1.1" 200 None
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Saving data for 120647284: {'auction_closing_time': 1774888200.0, 'created_time': 1774034226.392024, 'last_price_update_time': 1774587836.198763}
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120647284') HTTP/1.1" 204 0
2026-03-27 05:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732653?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733599?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650278?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:03:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732653, 'registration': 'YE58TYA', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 125889, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2288, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-01-13', 'fuel': 'Petrol', 'motExpiry': '2026-09-20', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE58TYA/2026-03-25/image/9b59358a-16a5-423c-ac35-3a720a40b32a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/4b89cd53-9a41-478c-a66b-c12eb48d9465_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/9416f37b-d6b3-4d79-bb93-e87b561345c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/6c178861-490f-4d2b-aafc-b92bc87dcdb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/20c25697-4346-4f5a-89a0-f832b57f9839_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/5c56acca-021f-4636-83ec-b79469a531e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/0135d75f-0a8a-4152-af4e-86d7331942e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/175c7604-5f02-4001-851c-c22a4aed8f86_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/6f118f1f-0168-4cef-9279-fc9828924117_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/10 11k - 12/11 18k - 12/13 25k - 12/13 ??- 12/14 38k - 12/15 43k - 12/16 50k 09/21 ?? -', 'remarks': 'VOSA STATES 85K- 93K- 100K - 118K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/085448d6-d434-4361-8640-8f6927a380fb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732653, 'registration': 'YE58TYA', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 125889, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2288, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-01-13', 'fuel': 'Petrol', 'motExpiry': '2026-09-20', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE58TYA/2026-03-25/image/9b59358a-16a5-423c-ac35-3a720a40b32a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/4b89cd53-9a41-478c-a66b-c12eb48d9465_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/9416f37b-d6b3-4d79-bb93-e87b561345c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/6c178861-490f-4d2b-aafc-b92bc87dcdb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/20c25697-4346-4f5a-89a0-f832b57f9839_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/5c56acca-021f-4636-83ec-b79469a531e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/0135d75f-0a8a-4152-af4e-86d7331942e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/175c7604-5f02-4001-851c-c22a4aed8f86_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE58TYA/2026-03-25/image/6f118f1f-0168-4cef-9279-fc9828924117_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/10 11k - 12/11 18k - 12/13 25k - 12/13 ??- 12/14 38k - 12/15 43k - 12/16 50k 09/21 ?? -', 'remarks': 'VOSA STATES 85K- 93K- 100K - 118K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/085448d6-d434-4361-8640-8f6927a380fb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b0623b9-89e4-5d2b-8158-becd085579b5 with identifier: 120732653
2026-03-27 05:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0623b9-89e4-5d2b-8158-becd085579b5 with scrape type 2
2026-03-27 05:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b0623b9-89e4-5d2b-8158-becd085579b5 with scrape type 2
2026-03-27 05:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3b0623b9-89e4-5d2b-8158-becd085579b5, identifier: 120732653
2026-03-27 05:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3b0623b9-89e4-5d2b-8158-becd085579b5 with identifier: 120732653
2026-03-27 05:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3b0623b9-89e4-5d2b-8158-becd085579b5 with identifier: 120732653
2026-03-27 05:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3b0623b9-89e4-5d2b-8158-becd085579b5 with identifier: 120732653 to the API
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732653?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3b0623b9-89e4-5d2b-8158-becd085579b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE58TYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732653',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 125889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-13',
'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-27 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732653%27 HTTP/1.1" 200 None
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Saving data for 120732653: {'auction_closing_time': 1774888200.0, 'created_time': 1774379067.916819, 'last_price_update_time': 1774587836.703486}
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732653') HTTP/1.1" 204 0
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733599, 'registration': 'MA14GYS', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.4 Match Edition 5dr', 'mileage': 59109, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2285, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-12', 'fuel': 'Petrol', 'motExpiry': '2026-05-01', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA14GYS/2026-03-25/image/c4e81dbe-c500-4d5c-8eed-d211596fd511_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/01238a7e-4583-4a2e-a820-83fb1c4c5d60_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/ce1cb583-106f-4a3f-b685-5f1249b1d317_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/402ae3ae-10fb-461a-aec7-1864617cdb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/a9dd8181-dd16-45d6-b1f8-e9c70069d855_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/79dba4d2-ce2c-4fb1-bb83-774b8f2d9142_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/e592f4f2-127d-4eaf-898d-e92c9eeee195_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/3bb131b7-6837-41ee-b680-238c15b59859_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/17-15K', 'remarks': 'VOSA STATES 47K, 55K, 57K, 57K, 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/85708ce7-570b-49f5-b4e0-b1801d5f3c30.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733599, 'registration': 'MA14GYS', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.4 Match Edition 5dr', 'mileage': 59109, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2285, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-12', 'fuel': 'Petrol', 'motExpiry': '2026-05-01', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA14GYS/2026-03-25/image/c4e81dbe-c500-4d5c-8eed-d211596fd511_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/01238a7e-4583-4a2e-a820-83fb1c4c5d60_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/ce1cb583-106f-4a3f-b685-5f1249b1d317_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/402ae3ae-10fb-461a-aec7-1864617cdb3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/a9dd8181-dd16-45d6-b1f8-e9c70069d855_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/79dba4d2-ce2c-4fb1-bb83-774b8f2d9142_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/e592f4f2-127d-4eaf-898d-e92c9eeee195_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA14GYS/2026-03-25/image/3bb131b7-6837-41ee-b680-238c15b59859_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/17-15K', 'remarks': 'VOSA STATES 47K, 55K, 57K, 57K, 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/85708ce7-570b-49f5-b4e0-b1801d5f3c30.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b with identifier: 120733599
2026-03-27 05:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b with scrape type 2
2026-03-27 05:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b with scrape type 2
2026-03-27 05:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b, identifier: 120733599
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650278, 'registration': 'MF66TKO', 'account': 'WBA003', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta 5dr', 'mileage': 70334, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2358, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-30', 'fuel': 'Diesel', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MF66TKO/2026-03-21/image/8bc3d9f4-c14f-4937-af35-1a624d63f561_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/a338570b-769b-48da-b245-a5a98b4059f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/354f6684-d544-41a4-a6cb-a9ae74b482a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/6d9aa9d7-2b8e-4cf5-99d2-17dbd5320c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/cb3a7748-0b82-4b4a-8cf2-5ad63589037b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/59c7f5b6-609c-4183-b207-4cf50438086b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/9f284b13-b2a2-44f0-b904-f428278b115a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/916a8fe9-5ef6-4c81-8ffd-55e103d3f7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/7f94915c-6e26-4351-92ba-aa07f15eaed5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24- 55K', 'remarks': 'VOSA STATES 49K, 55K, 62K, 69K, 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': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/461eece5-65d5-492d-9527-8f719af539cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650278, 'registration': 'MF66TKO', 'account': 'WBA003', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta 5dr', 'mileage': 70334, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2358, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-30', 'fuel': 'Diesel', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MF66TKO/2026-03-21/image/8bc3d9f4-c14f-4937-af35-1a624d63f561_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/a338570b-769b-48da-b245-a5a98b4059f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/354f6684-d544-41a4-a6cb-a9ae74b482a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/6d9aa9d7-2b8e-4cf5-99d2-17dbd5320c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/cb3a7748-0b82-4b4a-8cf2-5ad63589037b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/59c7f5b6-609c-4183-b207-4cf50438086b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/9f284b13-b2a2-44f0-b904-f428278b115a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/916a8fe9-5ef6-4c81-8ffd-55e103d3f7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF66TKO/2026-03-21/image/7f94915c-6e26-4351-92ba-aa07f15eaed5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24- 55K', 'remarks': 'VOSA STATES 49K, 55K, 62K, 69K, 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': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/461eece5-65d5-492d-9527-8f719af539cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278
2026-03-27 05:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with scrape type 2
2026-03-27 05:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with scrape type 2
2026-03-27 05:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be, identifier: 120650278
2026-03-27 05:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b with identifier: 120733599
2026-03-27 05:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b with identifier: 120733599
2026-03-27 05:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2af9c592-d56c-5fe6-8eb6-ec6b1901db1b with identifier: 120733599 to the API
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733599?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '2af9c592-d56c-5fe6-8eb6-ec6b1901db1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA14GYS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733599',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 59109,
'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': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.4 Match Edition 5dr',
'transmission': 'manual',
'trim': '1.4 Match Edition 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733599%27 HTTP/1.1" 200 None
2026-03-27 05:03:57 [astonbarclay.gb] INFO: Saving data for 120733599: {'auction_closing_time': 1774888200.0, 'created_time': 1774379036.384047, 'last_price_update_time': 1774587837.224559}
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733599') HTTP/1.1" 204 0
2026-03-27 05:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278
2026-03-27 05:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278
2026-03-27 05:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278 to the API
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650278?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'fc76e8e1-6e70-57cd-a81f-2dc5571ff8be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MF66TKO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650278',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 70334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-30',
'seller_name': 'UKCGR - Select',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Acenta 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Acenta 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120650278%27 HTTP/1.1" 200 None
2026-03-27 05:03:57 [astonbarclay.gb] INFO: Saving data for 120650278: {'auction_closing_time': 1774888200.0, 'created_time': 1774033497.271788, 'last_price_update_time': 1774587837.521167}
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650278') HTTP/1.1" 204 0
2026-03-27 05:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120725778?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120767154?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715801?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120725778, 'registration': 'EJ08AJO', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 Acenta 5dr Auto', 'mileage': 58513, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2281, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/d304b8db-1beb-4c03-832e-de3414dcb598_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/609f8548-e320-4bc1-987a-44fc6fd1ba73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/e2f26e53-0e54-460b-bedf-b0069e31c502_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/5edb7306-b50b-4af0-8d98-2501715557cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/c1800c10-d0da-463b-9a2c-fa7706bde2eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/543b8b9c-45b8-49be-86dc-1910ca826bc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/629ccc13-94a6-4515-9f1b-8575f96f5145_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/b23e2bd6-e3dc-4daa-89c0-fb1687330eff_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/09 5K - 06/10 12K - 06/11 17K - 07/12 23K', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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/cd2fe25f-2ee5-4a72-9a08-ca172b7713a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120725778, 'registration': 'EJ08AJO', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 Acenta 5dr Auto', 'mileage': 58513, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2281, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/d304b8db-1beb-4c03-832e-de3414dcb598_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/609f8548-e320-4bc1-987a-44fc6fd1ba73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/e2f26e53-0e54-460b-bedf-b0069e31c502_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/5edb7306-b50b-4af0-8d98-2501715557cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/c1800c10-d0da-463b-9a2c-fa7706bde2eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/543b8b9c-45b8-49be-86dc-1910ca826bc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/629ccc13-94a6-4515-9f1b-8575f96f5145_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08AJO/2026-03-25/image/b23e2bd6-e3dc-4daa-89c0-fb1687330eff_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/09 5K - 06/10 12K - 06/11 17K - 07/12 23K', 'remarks': '', 'virtual': False, 'seller': 'UKCGR - Trade', '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/cd2fe25f-2ee5-4a72-9a08-ca172b7713a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eef81a0-ce14-5855-8a9b-ab5d30d99dac with identifier: 120725778
2026-03-27 05:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eef81a0-ce14-5855-8a9b-ab5d30d99dac with scrape type 2
2026-03-27 05:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eef81a0-ce14-5855-8a9b-ab5d30d99dac with scrape type 2
2026-03-27 05:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5eef81a0-ce14-5855-8a9b-ab5d30d99dac, identifier: 120725778
2026-03-27 05:03:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120767154, 'registration': 'EK52XZU', 'account': 'WBA004', 'make': 'FORD', 'model': 'MONDEO HATCHBACK', 'derivative': '2.0 Ghia X 5dr Auto', 'mileage': 82340, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2271, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2002-10-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK52XZU/2026-03-25/image/a2863575-c9bc-48aa-95c3-20da610306b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/e3a81cd4-5e5b-4d09-9f3a-4b743e50ddf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/17ec376f-737b-440c-bac6-daf774a82f7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/70d3cefa-9f11-4efb-a250-f659df9a3e14_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/e0d65128-4437-4c3f-82ed-443862d811fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/72ec0a30-24a9-4f14-a55f-03966725d574_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/0067876e-31ad-4148-a107-f954072d4fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/58af0e70-ecd4-457f-893b-10a8cefca846_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25 ??', 'remarks': 'VOSA STATES 81K- 81K- 81K- 82K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 219, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2f27b43e-3480-48f4-8281-10c1ac01b643.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120767154, 'registration': 'EK52XZU', 'account': 'WBA004', 'make': 'FORD', 'model': 'MONDEO HATCHBACK', 'derivative': '2.0 Ghia X 5dr Auto', 'mileage': 82340, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2271, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2002-10-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK52XZU/2026-03-25/image/a2863575-c9bc-48aa-95c3-20da610306b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/e3a81cd4-5e5b-4d09-9f3a-4b743e50ddf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/17ec376f-737b-440c-bac6-daf774a82f7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/70d3cefa-9f11-4efb-a250-f659df9a3e14_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/e0d65128-4437-4c3f-82ed-443862d811fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/72ec0a30-24a9-4f14-a55f-03966725d574_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/0067876e-31ad-4148-a107-f954072d4fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK52XZU/2026-03-25/image/58af0e70-ecd4-457f-893b-10a8cefca846_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25 ??', 'remarks': 'VOSA STATES 81K- 81K- 81K- 82K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 219, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2f27b43e-3480-48f4-8281-10c1ac01b643.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81e67662-e1c5-5a56-9ab6-b65a608a1ac2 with identifier: 120767154
2026-03-27 05:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81e67662-e1c5-5a56-9ab6-b65a608a1ac2 with scrape type 2
2026-03-27 05:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81e67662-e1c5-5a56-9ab6-b65a608a1ac2 with scrape type 2
2026-03-27 05:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81e67662-e1c5-5a56-9ab6-b65a608a1ac2, identifier: 120767154
2026-03-27 05:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5eef81a0-ce14-5855-8a9b-ab5d30d99dac with identifier: 120725778
2026-03-27 05:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5eef81a0-ce14-5855-8a9b-ab5d30d99dac with identifier: 120725778
2026-03-27 05:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5eef81a0-ce14-5855-8a9b-ab5d30d99dac with identifier: 120725778 to the API
2026-03-27 05:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120725778?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'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': '5eef81a0-ce14-5855-8a9b-ab5d30d99dac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ08AJO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120725778',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 58513,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-13',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.6 Acenta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Acenta 5dr Auto',
'vin': None,
'year': 2008}
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725778%27 HTTP/1.1" 200 None
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Saving data for 120725778: {'auction_closing_time': 1774888200.0, 'created_time': 1774379064.646817, 'last_price_update_time': 1774587838.166437}
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120725778') HTTP/1.1" 204 0
2026-03-27 05:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81e67662-e1c5-5a56-9ab6-b65a608a1ac2 with identifier: 120767154
2026-03-27 05:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81e67662-e1c5-5a56-9ab6-b65a608a1ac2 with identifier: 120767154
2026-03-27 05:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81e67662-e1c5-5a56-9ab6-b65a608a1ac2 with identifier: 120767154 to the API
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120767154?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 219,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '81e67662-e1c5-5a56-9ab6-b65a608a1ac2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK52XZU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120767154',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'MONDEO HATCHBACK',
'odometer': 82340,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-10-25',
'seller_name': 'UKCGR - Trade',
'title': 'FORD MONDEO HATCHBACK 2.0 Ghia X 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 Ghia X 5dr Auto',
'vin': None,
'year': 2002}
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120767154%27 HTTP/1.1" 200 None
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Saving data for 120767154: {'created_time': 1774465751.374566, 'last_price_update_time': 1774587838.488535, 'auction_closing_time': 1774888200.0}
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120767154') HTTP/1.1" 204 0
2026-03-27 05:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120713728?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120713991?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715801, 'registration': 'KY05KNN', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL SW', 'derivative': 'ML270 CDI 5dr Tip Auto', 'mileage': 148802, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2274, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 2688, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/KY05KNN/2026-03-26/image/9b14df61-9cd7-4896-9b52-681c9f8cf7fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/e76a73b5-d3b8-4c56-924d-02e1110cc793_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/c21194ce-b372-438a-902c-9fa92b584ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/ce0eb900-15a7-4c57-baba-5cc70e078040_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/e6afd46a-f9ea-477d-9ffd-b6aa46cc927e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/28278f72-28a8-4b95-9533-2601b02be684_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/4271a97e-090e-4873-9867-9aeb6996f49c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/2e5ae45f-488f-4334-b4b5-6a3c0e0d8cfb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 125K, 131K, 139K, 146K, 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': 241, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62143484-282d-45fa-9a9d-cc7b3ffc940e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715801, 'registration': 'KY05KNN', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL SW', 'derivative': 'ML270 CDI 5dr Tip Auto', 'mileage': 148802, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2274, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 2688, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/KY05KNN/2026-03-26/image/9b14df61-9cd7-4896-9b52-681c9f8cf7fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/e76a73b5-d3b8-4c56-924d-02e1110cc793_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/c21194ce-b372-438a-902c-9fa92b584ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/ce0eb900-15a7-4c57-baba-5cc70e078040_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/e6afd46a-f9ea-477d-9ffd-b6aa46cc927e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/28278f72-28a8-4b95-9533-2601b02be684_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/4271a97e-090e-4873-9867-9aeb6996f49c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY05KNN/2026-03-26/image/2e5ae45f-488f-4334-b4b5-6a3c0e0d8cfb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 125K, 131K, 139K, 146K, 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': 241, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62143484-282d-45fa-9a9d-cc7b3ffc940e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801
2026-03-27 05:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7551824e-d5f0-5b77-9c62-878f8760144f with scrape type 2
2026-03-27 05:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7551824e-d5f0-5b77-9c62-878f8760144f with scrape type 2
2026-03-27 05:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7551824e-d5f0-5b77-9c62-878f8760144f, identifier: 120715801
2026-03-27 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-27 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-27 05:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801
2026-03-27 05:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801
2026-03-27 05:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801 to the API
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715801?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 241,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.7L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '7551824e-d5f0-5b77-9c62-878f8760144f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY05KNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715801',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'M CLASS DIESEL SW',
'odometer': 148802,
'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': 'MERCEDES-BENZ M CLASS DIESEL SW ML270 CDI 5dr Tip Auto',
'transmission': 'automatic',
'trim': 'ML270 CDI 5dr Tip Auto',
'vin': None,
'year': 2005}
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120715801%27 HTTP/1.1" 200 None
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Saving data for 120715801: {'auction_closing_time': 1774888200.0, 'created_time': 1774357338.627403, 'last_price_update_time': 1774587838.862742}
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715801') HTTP/1.1" 204 0
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713728, 'registration': 'OE10SZY', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL ESTATE', 'derivative': 'C220 CDI BlueEFFICIENCY Elegance 5dr', 'mileage': 156453, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2270, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-08-05', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OE10SZY/2026-03-25/image/98ecf45d-d3ac-4f2c-b5a2-9af0cccd5c49_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/6321859b-8c7d-4c9c-83e6-58eacd8c5517_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/9790e19a-0fae-424f-97a6-20afafa74892_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/319f96f4-7ca6-4174-b31c-fdf0592966cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/3f1f08af-f65c-4325-b513-8d8f0ba41ec2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/91e1c857-ff10-4f47-ab1f-69697ca9a821_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/2e386338-0736-457b-bf81-696620b6e8e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/a4dff9f5-efff-4f1d-96ff-6051ed3960b3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 125K- 133K- 142K- 153K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a090ee22-904a-4a3e-9c7e-1f9c162079b1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713728, 'registration': 'OE10SZY', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL ESTATE', 'derivative': 'C220 CDI BlueEFFICIENCY Elegance 5dr', 'mileage': 156453, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2270, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-08-05', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OE10SZY/2026-03-25/image/98ecf45d-d3ac-4f2c-b5a2-9af0cccd5c49_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/6321859b-8c7d-4c9c-83e6-58eacd8c5517_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/9790e19a-0fae-424f-97a6-20afafa74892_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/319f96f4-7ca6-4174-b31c-fdf0592966cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/3f1f08af-f65c-4325-b513-8d8f0ba41ec2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/91e1c857-ff10-4f47-ab1f-69697ca9a821_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/2e386338-0736-457b-bf81-696620b6e8e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE10SZY/2026-03-25/image/a4dff9f5-efff-4f1d-96ff-6051ed3960b3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 125K- 133K- 142K- 153K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a090ee22-904a-4a3e-9c7e-1f9c162079b1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74861c4f-a9a0-5700-b4b9-1c62b7825eca with identifier: 120713728
2026-03-27 05:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74861c4f-a9a0-5700-b4b9-1c62b7825eca with scrape type 2
2026-03-27 05:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74861c4f-a9a0-5700-b4b9-1c62b7825eca with scrape type 2
2026-03-27 05:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 74861c4f-a9a0-5700-b4b9-1c62b7825eca, identifier: 120713728
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713991, 'registration': 'KS62RVM', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS ESTATE', 'derivative': 'C250 BlueEFFICIENCY AMG Sport 5dr Auto', 'mileage': 105576, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2265, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-02-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KS62RVM/2026-03-25/image/dc17693c-5a98-4c69-ab77-41e9430d0628_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/688c2c4b-989a-43df-a78f-36a72676c1c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/bdcfee82-19b0-44fe-85b4-7593a0b0b187_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/7863acbb-62d1-4122-bda6-b3a4a3d86b4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/8f490096-decd-46b9-9e73-5d9ffb527965_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/7ffa7baf-52c3-4008-99c4-5acd45b2d348_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/ecbb55ef-f92e-4a7e-9de6-92772e177a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/28eb24e0-1a9d-4374-8428-ccb95230c599_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/13 6K - 10/14 14K - 09/15 24K - 09/16 33K - 09/17 42K - 09/18 49K', 'remarks': 'VOSA STATES 82K- 91K- 97K- 104K - 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': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b799bc2b-d826-45e9-93a7-7e814ee589b3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713991, 'registration': 'KS62RVM', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS ESTATE', 'derivative': 'C250 BlueEFFICIENCY AMG Sport 5dr Auto', 'mileage': 105576, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2265, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-02-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KS62RVM/2026-03-25/image/dc17693c-5a98-4c69-ab77-41e9430d0628_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/688c2c4b-989a-43df-a78f-36a72676c1c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/bdcfee82-19b0-44fe-85b4-7593a0b0b187_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/7863acbb-62d1-4122-bda6-b3a4a3d86b4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/8f490096-decd-46b9-9e73-5d9ffb527965_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/7ffa7baf-52c3-4008-99c4-5acd45b2d348_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/ecbb55ef-f92e-4a7e-9de6-92772e177a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KS62RVM/2026-03-25/image/28eb24e0-1a9d-4374-8428-ccb95230c599_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/13 6K - 10/14 14K - 09/15 24K - 09/16 33K - 09/17 42K - 09/18 49K', 'remarks': 'VOSA STATES 82K- 91K- 97K- 104K - 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': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b799bc2b-d826-45e9-93a7-7e814ee589b3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991
2026-03-27 05:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d07f844b-8584-5ff0-955a-b89f83cb82df with scrape type 2
2026-03-27 05:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d07f844b-8584-5ff0-955a-b89f83cb82df with scrape type 2
2026-03-27 05:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d07f844b-8584-5ff0-955a-b89f83cb82df, identifier: 120713991
2026-03-27 05:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 74861c4f-a9a0-5700-b4b9-1c62b7825eca with identifier: 120713728
2026-03-27 05:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 74861c4f-a9a0-5700-b4b9-1c62b7825eca with identifier: 120713728
2026-03-27 05:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 74861c4f-a9a0-5700-b4b9-1c62b7825eca with identifier: 120713728 to the API
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120713728?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '74861c4f-a9a0-5700-b4b9-1c62b7825eca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE10SZY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120713728',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL ESTATE',
'odometer': 156453,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-08-05',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS DIESEL ESTATE C220 CDI BlueEFFICIENCY '
'Elegance 5dr',
'transmission': 'manual',
'trim': 'C220 CDI BlueEFFICIENCY Elegance 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713728%27 HTTP/1.1" 200 None
2026-03-27 05:03:59 [astonbarclay.gb] INFO: Saving data for 120713728: {'auction_closing_time': 1774888200.0, 'created_time': 1774378918.951512, 'last_price_update_time': 1774587839.343294}
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713728') HTTP/1.1" 204 0
2026-03-27 05:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991
2026-03-27 05:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991
2026-03-27 05:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991 to the API
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120713991?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd07f844b-8584-5ff0-955a-b89f83cb82df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KS62RVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120713991',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS ESTATE',
'odometer': 105576,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-02-04',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS ESTATE C250 BlueEFFICIENCY AMG Sport 5dr Auto',
'transmission': 'automatic',
'trim': 'C250 BlueEFFICIENCY AMG Sport 5dr Auto',
'vin': None,
'year': 2013}
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713991%27 HTTP/1.1" 200 None
2026-03-27 05:03:59 [astonbarclay.gb] INFO: Saving data for 120713991: {'auction_closing_time': 1774888200.0, 'created_time': 1774357551.313059, 'last_price_update_time': 1774587839.674393}
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713991') HTTP/1.1" 204 0
2026-03-27 05:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732747?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714077?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120730965?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732747, 'registration': 'ET12KFU', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'JETTA DIESEL SALOON', 'derivative': '2.0 TDI CR 140 SE 4dr DSG', 'mileage': 75742, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2263, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ET12KFU/2026-03-25/image/2429a65b-87a2-4c19-a700-610884bd7908_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/20424ecd-56e8-4dcd-829d-d0edf6391b2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/d403214c-2e1a-4275-a12b-66a191e3fd79_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/9895737a-eeda-46ba-bfa5-7f6d7ac4b93a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/855c3cbc-041c-4d6a-a983-a71dda4ab53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/f88f313e-b6e2-493b-96ce-eaed439066e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/8207e349-2602-447a-b262-0ebf82d5e5c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/6c7c290b-cc36-4afa-a9ae-2f10570680f9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/13 6K - 07/14 14K - 06/15 17K - 12/16 48K - 10/15 27K - 03/16 37K - 12/16 48K - 08/17 59K - 09/19 67K - 10/20 69K - 09/21 71K - 09/22 74K - 10/23 74K 09/24 75K - 10/25 75K', 'remarks': 'VOSA STATES 74K- 74K- 75K- 75K- 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': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/15c04fbc-ddd9-4ffe-b77e-b72289b0c7ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732747, 'registration': 'ET12KFU', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'JETTA DIESEL SALOON', 'derivative': '2.0 TDI CR 140 SE 4dr DSG', 'mileage': 75742, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2263, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ET12KFU/2026-03-25/image/2429a65b-87a2-4c19-a700-610884bd7908_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/20424ecd-56e8-4dcd-829d-d0edf6391b2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/d403214c-2e1a-4275-a12b-66a191e3fd79_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/9895737a-eeda-46ba-bfa5-7f6d7ac4b93a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/855c3cbc-041c-4d6a-a983-a71dda4ab53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/f88f313e-b6e2-493b-96ce-eaed439066e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/8207e349-2602-447a-b262-0ebf82d5e5c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12KFU/2026-03-25/image/6c7c290b-cc36-4afa-a9ae-2f10570680f9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/13 6K - 07/14 14K - 06/15 17K - 12/16 48K - 10/15 27K - 03/16 37K - 12/16 48K - 08/17 59K - 09/19 67K - 10/20 69K - 09/21 71K - 09/22 74K - 10/23 74K 09/24 75K - 10/25 75K', 'remarks': 'VOSA STATES 74K- 74K- 75K- 75K- 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': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/15c04fbc-ddd9-4ffe-b77e-b72289b0c7ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc5f78b2-bebf-58f2-91cd-05469d855ee0 with identifier: 120732747
2026-03-27 05:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc5f78b2-bebf-58f2-91cd-05469d855ee0 with scrape type 2
2026-03-27 05:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc5f78b2-bebf-58f2-91cd-05469d855ee0 with scrape type 2
2026-03-27 05:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc5f78b2-bebf-58f2-91cd-05469d855ee0, identifier: 120732747
2026-03-27 05:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714077, 'registration': 'KW65VWS', 'account': 'WBA004', 'make': 'SKODA', 'model': 'YETI ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 85252, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2245, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-24', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW65VWS/2026-03-25/image/ce4755aa-f191-4023-8d09-5e3adacce48c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/dc1eae27-9d3d-42e0-94ca-9b8a46453caf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/6c543352-2a5c-4e35-96ba-3d1efec45963_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/ca3fda0b-fdf2-4421-9850-de17d77de3a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/a5d2bb8a-be6d-49d6-89e4-7e1d5a2f4e9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/41be633d-129d-41b2-848b-d63a528b2c2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/1a79af57-e1df-4ea0-a82f-dd916469f9da_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/df258f5c-f0c7-4e5a-ae2e-b3ebbc0597c5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/16 9K - 09/17 22K - 11/18 39K - 03/19 42K - 05/20 46K - 06/21 54K - 09/22 62K - ?? 72K - 05/25 81K', 'remarks': 'VOSA STATES 62K- 69K- 77K- 82K- 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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0068aa56-c930-4390-9f4d-8f171bb8c8d1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714077, 'registration': 'KW65VWS', 'account': 'WBA004', 'make': 'SKODA', 'model': 'YETI ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 85252, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2245, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-24', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW65VWS/2026-03-25/image/ce4755aa-f191-4023-8d09-5e3adacce48c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/dc1eae27-9d3d-42e0-94ca-9b8a46453caf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/6c543352-2a5c-4e35-96ba-3d1efec45963_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/ca3fda0b-fdf2-4421-9850-de17d77de3a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/a5d2bb8a-be6d-49d6-89e4-7e1d5a2f4e9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/41be633d-129d-41b2-848b-d63a528b2c2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/1a79af57-e1df-4ea0-a82f-dd916469f9da_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW65VWS/2026-03-25/image/df258f5c-f0c7-4e5a-ae2e-b3ebbc0597c5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/16 9K - 09/17 22K - 11/18 39K - 03/19 42K - 05/20 46K - 06/21 54K - 09/22 62K - ?? 72K - 05/25 81K', 'remarks': 'VOSA STATES 62K- 69K- 77K- 82K- 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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0068aa56-c930-4390-9f4d-8f171bb8c8d1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077
2026-03-27 05:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caaddab6-ea9e-5abe-9421-454cfc350961 with scrape type 2
2026-03-27 05:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caaddab6-ea9e-5abe-9421-454cfc350961 with scrape type 2
2026-03-27 05:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: caaddab6-ea9e-5abe-9421-454cfc350961, identifier: 120714077
2026-03-27 05:04:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120730965, 'registration': 'EK16OKX', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr', 'mileage': 54843, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2264, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK16OKX/2026-03-25/image/617d0e8a-8018-41ea-a647-d7f7318b9979_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/692305f2-e9d1-4390-a96e-2d34345fe925_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/671992b0-9810-4f32-b372-57dc0d4e7f72_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/1d67bdb8-81eb-499b-bb5d-1ab66572bba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/c64aa13f-fc0e-4259-a6da-ae36f15b5e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/17f72beb-dc65-4dd5-95ed-1b4dc8d20cc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/8f94966a-eb54-4113-8da3-b26cb117e4f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/d80a958c-1dff-434c-8d9a-0f0a96252493_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/e89df760-7708-44a2-8ddb-4f9db76b8e44_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/c557f541-0d40-4229-8d94-55ad91b3d719_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 21K - 06/20 27K - 06/21 33K - 06/22 40K -', 'remarks': 'VOSA STATES 40K- 46K- 50K- 52K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', '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/f71fe0a0-8631-47ce-ba96-72612ad2f262.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120730965, 'registration': 'EK16OKX', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr', 'mileage': 54843, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2264, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK16OKX/2026-03-25/image/617d0e8a-8018-41ea-a647-d7f7318b9979_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/692305f2-e9d1-4390-a96e-2d34345fe925_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/671992b0-9810-4f32-b372-57dc0d4e7f72_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/1d67bdb8-81eb-499b-bb5d-1ab66572bba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/c64aa13f-fc0e-4259-a6da-ae36f15b5e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/17f72beb-dc65-4dd5-95ed-1b4dc8d20cc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/8f94966a-eb54-4113-8da3-b26cb117e4f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/d80a958c-1dff-434c-8d9a-0f0a96252493_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/e89df760-7708-44a2-8ddb-4f9db76b8e44_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16OKX/2026-03-25/image/c557f541-0d40-4229-8d94-55ad91b3d719_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 21K - 06/20 27K - 06/21 33K - 06/22 40K -', 'remarks': 'VOSA STATES 40K- 46K- 50K- 52K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', '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/f71fe0a0-8631-47ce-ba96-72612ad2f262.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae59d95-d3e1-5207-832b-5796778c9178 with identifier: 120730965
2026-03-27 05:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae59d95-d3e1-5207-832b-5796778c9178 with scrape type 2
2026-03-27 05:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae59d95-d3e1-5207-832b-5796778c9178 with scrape type 2
2026-03-27 05:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fae59d95-d3e1-5207-832b-5796778c9178, identifier: 120730965
2026-03-27 05:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc5f78b2-bebf-58f2-91cd-05469d855ee0 with identifier: 120732747
2026-03-27 05:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc5f78b2-bebf-58f2-91cd-05469d855ee0 with identifier: 120732747
2026-03-27 05:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc5f78b2-bebf-58f2-91cd-05469d855ee0 with identifier: 120732747 to the API
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732747?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'cc5f78b2-bebf-58f2-91cd-05469d855ee0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET12KFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732747',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'JETTA DIESEL SALOON',
'odometer': 75742,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-07-31',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN JETTA DIESEL SALOON 2.0 TDI CR 140 SE 4dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI CR 140 SE 4dr DSG',
'vin': None,
'year': 2012}
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732747%27 HTTP/1.1" 200 None
2026-03-27 05:04:00 [astonbarclay.gb] INFO: Saving data for 120732747: {'auction_closing_time': 1774888200.0, 'created_time': 1774379032.30217, 'last_price_update_time': 1774587840.423722}
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732747') HTTP/1.1" 204 0
2026-03-27 05:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077
2026-03-27 05:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077
2026-03-27 05:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077 to the API
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714077?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'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': 'caaddab6-ea9e-5abe-9421-454cfc350961',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW65VWS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714077',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SKODA',
'model': 'YETI ESTATE',
'odometer': 85252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-30',
'seller_name': 'UKCGR - Trade',
'title': 'SKODA YETI ESTATE 1.2 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.2 TSI SE 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120714077%27 HTTP/1.1" 200 None
2026-03-27 05:04:00 [astonbarclay.gb] INFO: Saving data for 120714077: {'auction_closing_time': 1774888200.0, 'created_time': 1774357336.564267, 'last_price_update_time': 1774587840.713315}
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714077') HTTP/1.1" 204 0
2026-03-27 05:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fae59d95-d3e1-5207-832b-5796778c9178 with identifier: 120730965
2026-03-27 05:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fae59d95-d3e1-5207-832b-5796778c9178 with identifier: 120730965
2026-03-27 05:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fae59d95-d3e1-5207-832b-5796778c9178 with identifier: 120730965 to the API
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120730965?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fae59d95-d3e1-5207-832b-5796778c9178',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK16OKX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120730965',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 54843,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-30',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN JUKE HATCHBACK 1.2 DiG-T Tekna 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T Tekna 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120730965%27 HTTP/1.1" 200 None
2026-03-27 05:04:00 [astonbarclay.gb] INFO: Saving data for 120730965: {'auction_closing_time': 1774888200.0, 'created_time': 1774378913.64737, 'last_price_update_time': 1774587840.97981}
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120730965') HTTP/1.1" 204 0
2026-03-27 05:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120731113?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733156?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120713746?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120731113, 'registration': 'LS16DFL', 'account': 'WBA003', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Titanium 5dr Powershift', 'mileage': 15037, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2237, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-05-23', 'fuel': 'Petrol', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS16DFL/2026-03-24/image/872ff4f7-eb8d-465e-a6d1-3a4b2d17dd7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/09b65931-f90b-476e-909c-45dc0adae2a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/2e257669-5a68-4ca6-9c83-3285254078cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/3746fd44-318c-4f3e-8b2c-f84a13eeccec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/8c46a39f-00d7-4d14-9025-caf319333e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/e30240fd-6b72-4d23-889f-e311251dd18e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/1e1ce2d6-bd3b-4a58-bd73-2fcd2e90f446_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/15d31301-7a58-45fd-b6bf-79e42d17ca95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/7b33311f-12ea-4fe4-a4fb-05b27e906e30_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17-3K, 06/19-12K, 12/19-14K', 'remarks': 'VOSA STATES 12K, 14K, 14K, 14K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/068adcfd-6f96-473b-a43e-9a8b203a259d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120731113, 'registration': 'LS16DFL', 'account': 'WBA003', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Titanium 5dr Powershift', 'mileage': 15037, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2237, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-05-23', 'fuel': 'Petrol', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS16DFL/2026-03-24/image/872ff4f7-eb8d-465e-a6d1-3a4b2d17dd7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/09b65931-f90b-476e-909c-45dc0adae2a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/2e257669-5a68-4ca6-9c83-3285254078cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/3746fd44-318c-4f3e-8b2c-f84a13eeccec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/8c46a39f-00d7-4d14-9025-caf319333e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/e30240fd-6b72-4d23-889f-e311251dd18e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/1e1ce2d6-bd3b-4a58-bd73-2fcd2e90f446_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/15d31301-7a58-45fd-b6bf-79e42d17ca95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16DFL/2026-03-24/image/7b33311f-12ea-4fe4-a4fb-05b27e906e30_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17-3K, 06/19-12K, 12/19-14K', 'remarks': 'VOSA STATES 12K, 14K, 14K, 14K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/068adcfd-6f96-473b-a43e-9a8b203a259d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc2ab13-5cbc-57cd-852d-122501829552 with identifier: 120731113
2026-03-27 05:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc2ab13-5cbc-57cd-852d-122501829552 with scrape type 2
2026-03-27 05:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc2ab13-5cbc-57cd-852d-122501829552 with scrape type 2
2026-03-27 05:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0dc2ab13-5cbc-57cd-852d-122501829552, identifier: 120731113
2026-03-27 05:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733156, 'registration': 'ST61AHN', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 BlueEFFICIENCY Classic SE 5dr', 'mileage': 75588, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2241, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ST61AHN/2026-03-25/image/27a16185-1211-4d1f-96dc-477b45879486_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/6a3cfec4-2f5d-4f6c-9d81-b393e7996327_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/5e9e4205-811a-496b-8c0d-793752995299_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/55d1a5b5-6e99-4dbf-8fb8-3f55f0c22b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/4e41fcf2-8d99-47fb-bad8-2a1fe0bf4f48_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/d041ff37-dc9e-4571-94e8-1219dca49925_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/981b9c34-187c-49b5-9083-4c5ed2aee95d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/cd769b89-c723-4785-b009-83ff9394fe58_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/9fd14805-09a6-4415-b9fe-e4b757ec1227_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/14 11K - 10/16 19K - 04/18 26K - 06/20 30K - 03/22 47K - 12/23 55K - 07/25 69K', 'remarks': 'VOSA STATES 50K- 55K- 63K- 72K- 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acb6e28a-7a15-4ae0-ba12-888e99b2a011.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733156, 'registration': 'ST61AHN', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A160 BlueEFFICIENCY Classic SE 5dr', 'mileage': 75588, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2241, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ST61AHN/2026-03-25/image/27a16185-1211-4d1f-96dc-477b45879486_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/6a3cfec4-2f5d-4f6c-9d81-b393e7996327_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/5e9e4205-811a-496b-8c0d-793752995299_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/55d1a5b5-6e99-4dbf-8fb8-3f55f0c22b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/4e41fcf2-8d99-47fb-bad8-2a1fe0bf4f48_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/d041ff37-dc9e-4571-94e8-1219dca49925_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/981b9c34-187c-49b5-9083-4c5ed2aee95d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/cd769b89-c723-4785-b009-83ff9394fe58_removebg.jpg?w=600', 'https://abimg003.imgix.net/ST61AHN/2026-03-25/image/9fd14805-09a6-4415-b9fe-e4b757ec1227_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/14 11K - 10/16 19K - 04/18 26K - 06/20 30K - 03/22 47K - 12/23 55K - 07/25 69K', 'remarks': 'VOSA STATES 50K- 55K- 63K- 72K- 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acb6e28a-7a15-4ae0-ba12-888e99b2a011.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10 with identifier: 120733156
2026-03-27 05:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10 with scrape type 2
2026-03-27 05:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10 with scrape type 2
2026-03-27 05:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10, identifier: 120733156
2026-03-27 05:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0dc2ab13-5cbc-57cd-852d-122501829552 with identifier: 120731113
2026-03-27 05:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0dc2ab13-5cbc-57cd-852d-122501829552 with identifier: 120731113
2026-03-27 05:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0dc2ab13-5cbc-57cd-852d-122501829552 with identifier: 120731113 to the API
2026-03-27 05:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120731113?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0dc2ab13-5cbc-57cd-852d-122501829552',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS16DFL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120731113',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 15037,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-23',
'seller_name': 'UKCGR - Select',
'title': 'FORD FOCUS HATCHBACK 1.6 125 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '1.6 125 Titanium 5dr Powershift',
'vin': None,
'year': 2016}
2026-03-27 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731113%27 HTTP/1.1" 200 None
2026-03-27 05:04:01 [astonbarclay.gb] INFO: Saving data for 120731113: {'auction_closing_time': 1774888200.0, 'created_time': 1774378960.925296, 'last_price_update_time': 1774587841.585652}
2026-03-27 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731113') HTTP/1.1" 204 0
2026-03-27 05:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10 with identifier: 120733156
2026-03-27 05:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10 with identifier: 120733156
2026-03-27 05:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10 with identifier: 120733156 to the API
2026-03-27 05:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733156?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'c86da985-b3cd-5bc2-9a40-c6a1cc1d7a10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ST61AHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733156',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 75588,
'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': 'MERCEDES-BENZ A CLASS HATCHBACK A160 BlueEFFICIENCY Classic SE 5dr',
'transmission': 'manual',
'trim': 'A160 BlueEFFICIENCY Classic SE 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733156%27 HTTP/1.1" 200 None
2026-03-27 05:04:02 [astonbarclay.gb] INFO: Saving data for 120733156: {'auction_closing_time': 1774888200.0, 'created_time': 1774379021.696588, 'last_price_update_time': 1774587842.053392}
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733156') HTTP/1.1" 204 0
2026-03-27 05:04:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713746, 'registration': 'AV60LTY', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.4 TDCi [70] Zetec 5dr', 'mileage': 118440, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2266, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV60LTY/2026-03-25/image/010ccc08-3e26-4c93-b795-3c07c028a6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/f3bbdef3-02ff-4212-93f9-0b881e02ea89_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/736442c5-a9da-46c3-ab66-6f30e34ade58_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/ccf587d4-621d-4bd1-895d-cb732b6aebef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/ebe576f4-256f-4b04-b486-b2dfe396c8a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/5c5027ed-b68b-4d96-9503-d6a2c2d765dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/13a9126f-21da-499d-8801-241524b0a0d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/ffd46e88-afce-486f-b22a-e50067a8e68e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/9eb6b9ad-928c-4e73-ac06-8e297b4a0179_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/11 9K - 10/12 18K 0 09/14 37K - 07/18 72K - 06/19 82K - 09/20 91K - 09/21 97K - 08/22 103K - 11/22 104K - 09/23 109K - 09/24 114K', 'remarks': 'VOSA STATES 104K - 109K - 114K - 117K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', '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/07d036eb-000c-4fbf-9429-f44657771835.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713746, 'registration': 'AV60LTY', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.4 TDCi [70] Zetec 5dr', 'mileage': 118440, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2266, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AV60LTY/2026-03-25/image/010ccc08-3e26-4c93-b795-3c07c028a6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/f3bbdef3-02ff-4212-93f9-0b881e02ea89_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/736442c5-a9da-46c3-ab66-6f30e34ade58_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/ccf587d4-621d-4bd1-895d-cb732b6aebef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/ebe576f4-256f-4b04-b486-b2dfe396c8a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/5c5027ed-b68b-4d96-9503-d6a2c2d765dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/13a9126f-21da-499d-8801-241524b0a0d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/ffd46e88-afce-486f-b22a-e50067a8e68e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV60LTY/2026-03-25/image/9eb6b9ad-928c-4e73-ac06-8e297b4a0179_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/11 9K - 10/12 18K 0 09/14 37K - 07/18 72K - 06/19 82K - 09/20 91K - 09/21 97K - 08/22 103K - 11/22 104K - 09/23 109K - 09/24 114K', 'remarks': 'VOSA STATES 104K - 109K - 114K - 117K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', '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/07d036eb-000c-4fbf-9429-f44657771835.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746
2026-03-27 05:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with scrape type 2
2026-03-27 05:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with scrape type 2
2026-03-27 05:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6, identifier: 120713746
2026-03-27 05:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746
2026-03-27 05:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746
2026-03-27 05:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746 to the API
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120713746?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '33b4ac28-ed60-5821-952a-b9a2c6f9ace6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AV60LTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120713746',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA DIESEL HATCHBACK',
'odometer': 118440,
'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': 'UKCGR - Trade',
'title': 'FORD FIESTA DIESEL HATCHBACK 1.4 TDCi [70] Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 TDCi [70] Zetec 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713746%27 HTTP/1.1" 200 None
2026-03-27 05:04:02 [astonbarclay.gb] INFO: Saving data for 120713746: {'auction_closing_time': 1774888200.0, 'created_time': 1774357296.241306, 'last_price_update_time': 1774587842.445745}
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713746') HTTP/1.1" 204 0
2026-03-27 05:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120725248?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120685959, 'registration': 'LF52YSO', 'account': 'WBA004', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'smart and passion 2dr Auto', 'mileage': 58168, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2218, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2002-09-06', 'fuel': 'Petrol', 'motExpiry': '2026-05-31', 'doors': 2, 'engineSize': 599, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/LF52YSO/2026-03-23/image/8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/e52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/03 3K - 09/04 5K - 09/05 8K = 08/06 11K - 08/07 14K - 08/08 17K - 08/09 19K - 08/10 21K - 08/11 23K - 08/12 28K - 08/13 31K - 08/14 33K - 08/15 40K - 08/17 45K - 08/18 49K - 08/19 52K - 08/20 54K - 08/21 55K - 10/23 55K', 'remarks': 'VOSA STATES 55K- 55K- 55K- 57K- 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': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5851f5b9-7c6c-44ee-925f-b44ba0f3d607.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120685959, 'registration': 'LF52YSO', 'account': 'WBA004', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'smart and passion 2dr Auto', 'mileage': 58168, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2218, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2002-09-06', 'fuel': 'Petrol', 'motExpiry': '2026-05-31', 'doors': 2, 'engineSize': 599, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/LF52YSO/2026-03-23/image/8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/e52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/03 3K - 09/04 5K - 09/05 8K = 08/06 11K - 08/07 14K - 08/08 17K - 08/09 19K - 08/10 21K - 08/11 23K - 08/12 28K - 08/13 31K - 08/14 33K - 08/15 40K - 08/17 45K - 08/18 49K - 08/19 52K - 08/20 54K - 08/21 55K - 10/23 55K', 'remarks': 'VOSA STATES 55K- 55K- 55K- 57K- 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': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5851f5b9-7c6c-44ee-925f-b44ba0f3d607.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959
2026-03-27 05:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc with scrape type 2
2026-03-27 05:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc with scrape type 2
2026-03-27 05:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 098e4730-e8f2-5e9c-aa99-c3436816a3cc, identifier: 120685959
2026-03-27 05:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959
2026-03-27 05:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959
2026-03-27 05:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959 to the API
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '0.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '098e4730-e8f2-5e9c-aa99-c3436816a3cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF52YSO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120685959',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SMART',
'model': 'CITY-COUPE',
'odometer': 58168,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-09-06',
'seller_name': 'UKCGR - Trade',
'title': 'SMART CITY-COUPE smart and passion 2dr Auto',
'transmission': 'automatic',
'trim': 'smart and passion 2dr Auto',
'vin': None,
'year': 2002}
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120685959%27 HTTP/1.1" 200 None
2026-03-27 05:04:03 [astonbarclay.gb] INFO: Saving data for 120685959: {'auction_closing_time': 1774888200.0, 'created_time': 1774357608.680543, 'last_price_update_time': 1774587843.342913}
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120685959') HTTP/1.1" 204 0
2026-03-27 05:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696486?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120725248, 'registration': 'FV59EPL', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 16V Extreme 3dr', 'mileage': 94728, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2236, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 3, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV59EPL/2026-03-24/image/62299fdd-96d4-452b-8c7f-b9e5c4929c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/20daa819-ad06-4067-b04c-a88795e13669_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/f119a550-986b-4768-9b6a-d924fce2223c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/8ff63308-ea99-4bcc-b17f-14180246aa59_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/0eb4a52f-7c76-4ccb-8b3f-d0a1a80f847b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/72e88d56-5c99-4c5b-bc4c-4c3b44cc0dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/331074ca-66aa-4e9a-909f-87e1cdaa07d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/eacd40be-1e9a-456a-979d-0508c8491492_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/a63d8d7c-a1e8-4e57-9f7f-99d382fce00f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/10-6K, 10/11-15K, 10/12-26K, 10/14-34K, 10/15-38K, 12/15-39K, 11/18-56K, 11/20-62K, 07/22-72K', 'remarks': 'VOSA STATES 73K, 80K, 86K, 92K, 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/92d71248-c886-4fc9-8321-74bbe2abe42a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120725248, 'registration': 'FV59EPL', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 16V Extreme 3dr', 'mileage': 94728, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2236, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 3, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV59EPL/2026-03-24/image/62299fdd-96d4-452b-8c7f-b9e5c4929c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/20daa819-ad06-4067-b04c-a88795e13669_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/f119a550-986b-4768-9b6a-d924fce2223c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/8ff63308-ea99-4bcc-b17f-14180246aa59_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/0eb4a52f-7c76-4ccb-8b3f-d0a1a80f847b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/72e88d56-5c99-4c5b-bc4c-4c3b44cc0dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/331074ca-66aa-4e9a-909f-87e1cdaa07d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/eacd40be-1e9a-456a-979d-0508c8491492_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV59EPL/2026-03-24/image/a63d8d7c-a1e8-4e57-9f7f-99d382fce00f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/10-6K, 10/11-15K, 10/12-26K, 10/14-34K, 10/15-38K, 12/15-39K, 11/18-56K, 11/20-62K, 07/22-72K', 'remarks': 'VOSA STATES 73K, 80K, 86K, 92K, 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/92d71248-c886-4fc9-8321-74bbe2abe42a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd7330b6-db90-5fcf-b5b4-2571d0fe197a with identifier: 120725248
2026-03-27 05:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd7330b6-db90-5fcf-b5b4-2571d0fe197a with scrape type 2
2026-03-27 05:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd7330b6-db90-5fcf-b5b4-2571d0fe197a with scrape type 2
2026-03-27 05:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bd7330b6-db90-5fcf-b5b4-2571d0fe197a, identifier: 120725248
2026-03-27 05:04:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713969, 'registration': 'VK13WYB', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V SE 5dr', 'mileage': 87997, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2221, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-06-03', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/eb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/d5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/bd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/14 15K - 06/15 24K - 05/16 32K - 09/17 40K - 09/17 47K - 05/19 54K - 04/20 60K - 05/20 60K - 05/21 61K - 09/22 61K - 03/25 79K', 'remarks': 'VOSA STATES 62K- 70K - 79K -', 'virtual': False, 'seller': 'UKCGR - Trade', '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/f8393b5f-2fa9-4fef-b598-e5c92f6c7a71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713969, 'registration': 'VK13WYB', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V SE 5dr', 'mileage': 87997, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2221, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-06-03', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/eb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/d5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/bd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/14 15K - 06/15 24K - 05/16 32K - 09/17 40K - 09/17 47K - 05/19 54K - 04/20 60K - 05/20 60K - 05/21 61K - 09/22 61K - 03/25 79K', 'remarks': 'VOSA STATES 62K- 70K - 79K -', 'virtual': False, 'seller': 'UKCGR - Trade', '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/f8393b5f-2fa9-4fef-b598-e5c92f6c7a71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969
2026-03-27 05:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846c7d3b-c032-5d2a-a30a-e854b030626b with scrape type 2
2026-03-27 05:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 846c7d3b-c032-5d2a-a30a-e854b030626b with scrape type 2
2026-03-27 05:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 846c7d3b-c032-5d2a-a30a-e854b030626b, identifier: 120713969
2026-03-27 05:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bd7330b6-db90-5fcf-b5b4-2571d0fe197a with identifier: 120725248
2026-03-27 05:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bd7330b6-db90-5fcf-b5b4-2571d0fe197a with identifier: 120725248
2026-03-27 05:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bd7330b6-db90-5fcf-b5b4-2571d0fe197a with identifier: 120725248 to the API
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120725248?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'bd7330b6-db90-5fcf-b5b4-2571d0fe197a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV59EPL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120725248',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 94728,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-23',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT CLIO HATCHBACK 1.2 16V Extreme 3dr',
'transmission': 'manual',
'trim': '1.2 16V Extreme 3dr',
'vin': None,
'year': 2009}
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120725248%27 HTTP/1.1" 200 None
2026-03-27 05:04:03 [astonbarclay.gb] INFO: Saving data for 120725248: {'auction_closing_time': 1774888200.0, 'created_time': 1774379055.928985, 'last_price_update_time': 1774587843.853431}
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120725248') HTTP/1.1" 204 0
2026-03-27 05:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969
2026-03-27 05:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969
2026-03-27 05:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969 to the API
2026-03-27 05:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'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': '846c7d3b-c032-5d2a-a30a-e854b030626b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK13WYB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120713969',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 87997,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-03',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i 16V SE 5dr',
'transmission': 'manual',
'trim': '1.6i 16V SE 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120713969%27 HTTP/1.1" 200 None
2026-03-27 05:04:04 [astonbarclay.gb] INFO: Saving data for 120713969: {'auction_closing_time': 1774888200.0, 'created_time': 1774357332.46354, 'last_price_update_time': 1774587844.160162}
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713969') HTTP/1.1" 204 0
2026-03-27 05:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120327884?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674944?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693873, 'registration': 'EA21HWJ', 'account': 'WBA002', 'make': 'FORD', 'model': 'MUSTANG FASTBACK', 'derivative': '5.0 V8 GT 2dr Auto', 'mileage': 22508, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1182, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-19', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 2, 'engineSize': 5038, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/d8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/a674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 7K', 'remarks': 'VOSA STATES 11K- 18K- 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': 257, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/29e4e509-e9fb-4d39-b1d8-3888ac6d5fac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693873, 'registration': 'EA21HWJ', 'account': 'WBA002', 'make': 'FORD', 'model': 'MUSTANG FASTBACK', 'derivative': '5.0 V8 GT 2dr Auto', 'mileage': 22508, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1182, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-19', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 2, 'engineSize': 5038, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/d8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/a674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 7K', 'remarks': 'VOSA STATES 11K- 18K- 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': 257, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/29e4e509-e9fb-4d39-b1d8-3888ac6d5fac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873
2026-03-27 05:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3254903c-ab82-585d-bb05-c670c72c34b2 with scrape type 2
2026-03-27 05:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3254903c-ab82-585d-bb05-c670c72c34b2 with scrape type 2
2026-03-27 05:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3254903c-ab82-585d-bb05-c670c72c34b2, identifier: 120693873
2026-03-27 05:04:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696486, 'registration': 'BA18PXW', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 3dr', 'mileage': 22935, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1174, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BA18PXW/2026-03-24/image/f7024102-f5fd-4b39-89e8-179d9b229e9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/231cc2f1-629f-4cff-ab6e-d8160924c837_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/d397b824-a492-4b18-ab0a-14652cd4e34e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/eaf247fd-738c-45c4-ba44-58f5adac9da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/ae36c6ed-805d-420d-b830-e8179f0a8725_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/a9a20660-3f96-4208-ac22-fb9eec4402fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/8d099296-673b-496e-9d01-797462383520_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/765fe0df-8461-4d2f-9bf7-5c946bf04b4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/2adc9670-6136-4aa9-b3ec-05638b33edb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/02d60b20-5aeb-4a9e-8358-50b6fe2b9ee8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/19 575 MILES - 07/21 7K - 07/23 13K - 07/24 17K - 07/25 21K', 'remarks': 'VOSA STATES 10K- 13K - 17K - 21K-', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f17dbc6d-ddc8-4a66-a897-3dd529ebdbdc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696486, 'registration': 'BA18PXW', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 3dr', 'mileage': 22935, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1174, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BA18PXW/2026-03-24/image/f7024102-f5fd-4b39-89e8-179d9b229e9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/231cc2f1-629f-4cff-ab6e-d8160924c837_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/d397b824-a492-4b18-ab0a-14652cd4e34e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/eaf247fd-738c-45c4-ba44-58f5adac9da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/ae36c6ed-805d-420d-b830-e8179f0a8725_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/a9a20660-3f96-4208-ac22-fb9eec4402fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/8d099296-673b-496e-9d01-797462383520_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/765fe0df-8461-4d2f-9bf7-5c946bf04b4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/2adc9670-6136-4aa9-b3ec-05638b33edb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BA18PXW/2026-03-24/image/02d60b20-5aeb-4a9e-8358-50b6fe2b9ee8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/19 575 MILES - 07/21 7K - 07/23 13K - 07/24 17K - 07/25 21K', 'remarks': 'VOSA STATES 10K- 13K - 17K - 21K-', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f17dbc6d-ddc8-4a66-a897-3dd529ebdbdc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486
2026-03-27 05:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7fbbee4-c5b4-5829-857d-58d908e4f9bc with scrape type 2
2026-03-27 05:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7fbbee4-c5b4-5829-857d-58d908e4f9bc with scrape type 2
2026-03-27 05:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7fbbee4-c5b4-5829-857d-58d908e4f9bc, identifier: 120696486
2026-03-27 05:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873
2026-03-27 05:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873
2026-03-27 05:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873 to the API
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 257,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '5.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3254903c-ab82-585d-bb05-c670c72c34b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA21HWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693873',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'MUSTANG FASTBACK',
'odometer': 22508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-19',
'seller_name': 'UKCGR - Premium',
'title': 'FORD MUSTANG FASTBACK 5.0 V8 GT 2dr Auto',
'transmission': 'automatic',
'trim': '5.0 V8 GT 2dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120693873%27 HTTP/1.1" 200 None
2026-03-27 05:04:04 [astonbarclay.gb] INFO: Saving data for 120693873: {'auction_closing_time': 1774861200.0, 'created_time': 1774358414.420323, 'last_price_update_time': 1774587844.787921}
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693873') HTTP/1.1" 204 0
2026-03-27 05:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486
2026-03-27 05:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486
2026-03-27 05:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486 to the API
2026-03-27 05:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696486?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7fbbee4-c5b4-5829-857d-58d908e4f9bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BA18PXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696486',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 22935,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-31',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 125 Titanium 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 3dr',
'vin': None,
'year': 2018}
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120696486%27 HTTP/1.1" 200 None
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Saving data for 120696486: {'auction_closing_time': 1774861200.0, 'created_time': 1774358129.648976, 'last_price_update_time': 1774587845.099634}
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696486') HTTP/1.1" 204 0
2026-03-27 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651855?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120766790?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659978?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:04:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120327884, 'registration': 'MJ69OVV', 'account': 'MAN027', 'make': 'BMW', 'model': '5 SERIES SALOON', 'derivative': '530e SE 4dr Auto', 'mileage': 148120, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1188, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-10-18', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-30', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/81929205-f2cf-41c4-b88b-f3e959b74dd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/ff4006f8-1903-4102-8492-a39a1f8ca8c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/5aaa8718-6cd0-495d-8168-8eeca91f8736_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/380836fe-b732-4eac-b2cf-5842e36084a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/6dd4017b-bd0a-4f0e-967f-f71ae73aebfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/985c64c6-8e1f-4631-872e-13547dc48a21_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/71887e3f-89c1-4e74-a00e-9cb28036248c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/7f019a8d-adf9-478e-b65a-2d42011c0913_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire VOSA STATES 89K- 111K - 128K - 143K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 41, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87c957ee-5b9d-4bf6-8900-530e6faaa15f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120327884, 'registration': 'MJ69OVV', 'account': 'MAN027', 'make': 'BMW', 'model': '5 SERIES SALOON', 'derivative': '530e SE 4dr Auto', 'mileage': 148120, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1188, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-10-18', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-30', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/81929205-f2cf-41c4-b88b-f3e959b74dd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/ff4006f8-1903-4102-8492-a39a1f8ca8c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/5aaa8718-6cd0-495d-8168-8eeca91f8736_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/380836fe-b732-4eac-b2cf-5842e36084a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/6dd4017b-bd0a-4f0e-967f-f71ae73aebfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/985c64c6-8e1f-4631-872e-13547dc48a21_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/71887e3f-89c1-4e74-a00e-9cb28036248c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ69OVV/2026-03-12/image/7f019a8d-adf9-478e-b65a-2d42011c0913_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire VOSA STATES 89K- 111K - 128K - 143K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 41, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87c957ee-5b9d-4bf6-8900-530e6faaa15f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884
2026-03-27 05:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08bc3030-27b7-50c6-8aed-20e33839b716 with scrape type 2
2026-03-27 05:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08bc3030-27b7-50c6-8aed-20e33839b716 with scrape type 2
2026-03-27 05:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 08bc3030-27b7-50c6-8aed-20e33839b716, identifier: 120327884
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674944, 'registration': 'PL23JSY', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 1057, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': 703, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-08-04', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PL23JSY/2026-03-23/image/8bd96cd1-aa70-45f9-9eb3-2fa55a352dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/82a3c5e1-2d8d-48c9-a96c-72567ea26509_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/3fad652b-0077-4d1d-beeb-d94584ba5288_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/c63e83a8-8f60-4086-85a6-a600d94bf914_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/1bc8bb84-19db-422d-9bd3-66f6cfb47869_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/44aa58cb-911c-495c-9d0b-a1c284d8189a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/5bf0b0d5-efe6-4577-a453-43f6089dae83_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/fc68219d-a2cc-4463-887b-5141617ba1dc_removebg.jpg?w=600'], 'colour': 'RED', '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': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7e1332e9-3392-4859-bd99-23238b7b7fc4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674944, 'registration': 'PL23JSY', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 1057, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 87}, 'saleStart': '2026-03-31T09:30Z', 'lot': 703, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-08-04', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PL23JSY/2026-03-23/image/8bd96cd1-aa70-45f9-9eb3-2fa55a352dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/82a3c5e1-2d8d-48c9-a96c-72567ea26509_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/3fad652b-0077-4d1d-beeb-d94584ba5288_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/c63e83a8-8f60-4086-85a6-a600d94bf914_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/1bc8bb84-19db-422d-9bd3-66f6cfb47869_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/44aa58cb-911c-495c-9d0b-a1c284d8189a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/5bf0b0d5-efe6-4577-a453-43f6089dae83_removebg.jpg?w=600', 'https://abimg003.imgix.net/PL23JSY/2026-03-23/image/fc68219d-a2cc-4463-887b-5141617ba1dc_removebg.jpg?w=600'], 'colour': 'RED', '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': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7e1332e9-3392-4859-bd99-23238b7b7fc4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944
2026-03-27 05:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce96aac-6ef6-5043-8118-58f6302ccd0b with scrape type 2
2026-03-27 05:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce96aac-6ef6-5043-8118-58f6302ccd0b with scrape type 2
2026-03-27 05:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1ce96aac-6ef6-5043-8118-58f6302ccd0b, identifier: 120674944
2026-03-27 05:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884
2026-03-27 05:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884
2026-03-27 05:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884 to the API
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120327884?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '08bc3030-27b7-50c6-8aed-20e33839b716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ69OVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120327884',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '5 SERIES SALOON',
'odometer': 148120,
'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': 'Mann Island Finance',
'title': 'BMW 5 SERIES SALOON 530e SE 4dr Auto',
'transmission': 'automatic',
'trim': '530e SE 4dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120327884%27 HTTP/1.1" 200 None
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Saving data for 120327884: {'auction_closing_time': 1774861200.0, 'created_time': 1773741817.50708, 'last_price_update_time': 1774587845.583178}
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120327884') HTTP/1.1" 204 0
2026-03-27 05:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944
2026-03-27 05:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944
2026-03-27 05:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944 to the API
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674944?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '1ce96aac-6ef6-5043-8118-58f6302ccd0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PL23JSY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674944',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 1057,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-04',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL MOKKA HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120674944%27 HTTP/1.1" 200 None
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Saving data for 120674944: {'auction_closing_time': 1774949400.0, 'created_time': 1774260365.524091, 'last_price_update_time': 1774587845.878836}
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674944') HTTP/1.1" 204 0
2026-03-27 05:04:05 [scrapy.extensions.logstats] INFO: Crawled 415 pages (at 131 pages/min), scraped 410 items (at 130 items/min)
2026-03-27 05:04:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-27 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120731563?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733331?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651855, 'registration': 'AV70NMU', 'account': 'WBA002', 'make': 'AUDI', 'model': 'A3 SALOON SPECIAL EDITIONS', 'derivative': '35 TDI Edition 1 4dr S Tronic', 'mileage': 49967, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1144, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-10-27', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AV70NMU/2026-03-20/image/67a9131f-fc36-4e87-b2a6-5a6366a55f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/24a0b57c-309f-4f54-ad0a-2e9ef68d7ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/7746ac02-87e3-4946-99c8-78c987e831f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/b42e31fe-1f59-4f9f-b881-58c642e6e12d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/4943a638-b867-4943-a71c-d3f4e06006bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/3f42b691-054a-499b-8296-c558601fb06f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/db16adcc-9df8-4071-a976-31c546fbd11e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/f2484301-3f00-4f26-9c43-b100d9fe3477_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/e0600717-cc38-4e3d-b799-4a5cd0a1fa76_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22-12K, 07/23-27K, 07/24-37K, 11/25-47K.', 'remarks': 'VOSA STATES MILES@ 30K, 40K, 47K. 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cab6de27-148b-4a80-8cae-ad2521769686.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651855, 'registration': 'AV70NMU', 'account': 'WBA002', 'make': 'AUDI', 'model': 'A3 SALOON SPECIAL EDITIONS', 'derivative': '35 TDI Edition 1 4dr S Tronic', 'mileage': 49967, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1144, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-10-27', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AV70NMU/2026-03-20/image/67a9131f-fc36-4e87-b2a6-5a6366a55f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/24a0b57c-309f-4f54-ad0a-2e9ef68d7ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/7746ac02-87e3-4946-99c8-78c987e831f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/b42e31fe-1f59-4f9f-b881-58c642e6e12d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/4943a638-b867-4943-a71c-d3f4e06006bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/3f42b691-054a-499b-8296-c558601fb06f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/db16adcc-9df8-4071-a976-31c546fbd11e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/f2484301-3f00-4f26-9c43-b100d9fe3477_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV70NMU/2026-03-20/image/e0600717-cc38-4e3d-b799-4a5cd0a1fa76_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22-12K, 07/23-27K, 07/24-37K, 11/25-47K.', 'remarks': 'VOSA STATES MILES@ 30K, 40K, 47K. 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cab6de27-148b-4a80-8cae-ad2521769686.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855
2026-03-27 05:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e65f213-d440-5d8a-be7b-8849102f7d88 with scrape type 2
2026-03-27 05:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e65f213-d440-5d8a-be7b-8849102f7d88 with scrape type 2
2026-03-27 05:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3e65f213-d440-5d8a-be7b-8849102f7d88, identifier: 120651855
2026-03-27 05:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120766790, 'registration': 'DK68OPC', 'account': 'WBA001', 'make': 'MINI', 'model': 'COUNTRYMAN DIESEL HATCHBACK', 'derivative': '2.0 Cooper D ALL4 5dr', 'mileage': 56528, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1125, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-30', 'fuel': 'Diesel', 'motExpiry': '2027-02-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DK68OPC/2026-03-25/image/a05a9636-3892-4cab-adb2-d0b8aaacde4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/5efe6467-e993-4cf8-9fb7-f0bd275ba687_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/40eab9d7-b389-452e-ba8b-100ae28074f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/b6385635-2fb7-4753-9fbf-4a67d33713c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/a84e8fd8-405f-487a-a059-b4c66caf81f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/e304aaf7-bdac-4a7e-b271-d95ad82b5011_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/ef9724b8-00a4-45ad-9723-52cf6b12fe52_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/a8e5ff5b-95e5-4e1c-8150-258fab8fe1d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/8493dbec-bad0-497e-994c-6844edc76749_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24 43K -', 'remarks': 'VOSA STATES 37K - 43K - 50K - 55K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', '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/68c29c5e-7c74-41d3-a135-2210e293da72.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120766790, 'registration': 'DK68OPC', 'account': 'WBA001', 'make': 'MINI', 'model': 'COUNTRYMAN DIESEL HATCHBACK', 'derivative': '2.0 Cooper D ALL4 5dr', 'mileage': 56528, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1125, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-30', 'fuel': 'Diesel', 'motExpiry': '2027-02-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DK68OPC/2026-03-25/image/a05a9636-3892-4cab-adb2-d0b8aaacde4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/5efe6467-e993-4cf8-9fb7-f0bd275ba687_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/40eab9d7-b389-452e-ba8b-100ae28074f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/b6385635-2fb7-4753-9fbf-4a67d33713c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/a84e8fd8-405f-487a-a059-b4c66caf81f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/e304aaf7-bdac-4a7e-b271-d95ad82b5011_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/ef9724b8-00a4-45ad-9723-52cf6b12fe52_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/a8e5ff5b-95e5-4e1c-8150-258fab8fe1d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68OPC/2026-03-25/image/8493dbec-bad0-497e-994c-6844edc76749_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24 43K -', 'remarks': 'VOSA STATES 37K - 43K - 50K - 55K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', '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/68c29c5e-7c74-41d3-a135-2210e293da72.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 241e38e3-7780-52c9-a811-6a913b119058 with identifier: 120766790
2026-03-27 05:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241e38e3-7780-52c9-a811-6a913b119058 with scrape type 2
2026-03-27 05:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 241e38e3-7780-52c9-a811-6a913b119058 with scrape type 2
2026-03-27 05:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 241e38e3-7780-52c9-a811-6a913b119058, identifier: 120766790
2026-03-27 05:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659978, 'registration': 'KU10FME', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS SALOON', 'derivative': 'E200 CGI BlueEFFICIENCY Sport 4dr Tip Auto', 'mileage': 53781, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1151, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2010-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 4, 'engineSize': 1796, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KU10FME/2026-03-21/image/ed6a2057-d2c5-441d-940d-640ddffd1977_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/2d2d619d-f60a-4f02-a980-cc8db95af091_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/8ee5ac9f-1f20-4cca-a82f-fd574f6cd7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/f2fd6ea0-d768-465d-b437-e888d632cea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/2df4f34b-90a9-4c1a-800a-f054062ae292_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/816326b0-b65b-43c0-b791-0b20aef470ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/a9b6abd2-7290-45ae-9a13-4e0ec89851e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/e0acd496-55a0-4593-8def-f3a41cd26e55_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/76a2065e-d011-4b9b-a387-98a9ada4ced1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/19- 46K', 'remarks': 'OUTSTANDING RECALL VOSA STATES 49K, 51K, 53K, 53K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abbf2151-7cac-4c72-84ac-6546a8394c0d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659978, 'registration': 'KU10FME', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS SALOON', 'derivative': 'E200 CGI BlueEFFICIENCY Sport 4dr Tip Auto', 'mileage': 53781, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1151, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2010-03-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 4, 'engineSize': 1796, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KU10FME/2026-03-21/image/ed6a2057-d2c5-441d-940d-640ddffd1977_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/2d2d619d-f60a-4f02-a980-cc8db95af091_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/8ee5ac9f-1f20-4cca-a82f-fd574f6cd7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/f2fd6ea0-d768-465d-b437-e888d632cea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/2df4f34b-90a9-4c1a-800a-f054062ae292_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/816326b0-b65b-43c0-b791-0b20aef470ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/a9b6abd2-7290-45ae-9a13-4e0ec89851e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/e0acd496-55a0-4593-8def-f3a41cd26e55_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU10FME/2026-03-21/image/76a2065e-d011-4b9b-a387-98a9ada4ced1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/19- 46K', 'remarks': 'OUTSTANDING RECALL VOSA STATES 49K, 51K, 53K, 53K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abbf2151-7cac-4c72-84ac-6546a8394c0d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978
2026-03-27 05:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcaafa21-c9f4-5484-aa14-12f398077e64 with scrape type 2
2026-03-27 05:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcaafa21-c9f4-5484-aa14-12f398077e64 with scrape type 2
2026-03-27 05:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fcaafa21-c9f4-5484-aa14-12f398077e64, identifier: 120659978
2026-03-27 05:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855
2026-03-27 05:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855
2026-03-27 05:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855 to the API
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651855?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '3e65f213-d440-5d8a-be7b-8849102f7d88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AV70NMU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651855',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A3 SALOON SPECIAL EDITIONS',
'odometer': 49967,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-27',
'seller_name': 'UKCGR - Premium',
'title': 'AUDI A3 SALOON SPECIAL EDITIONS 35 TDI Edition 1 4dr S Tronic',
'transmission': 'automatic',
'trim': '35 TDI Edition 1 4dr S Tronic',
'vin': None,
'year': 2020}
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120651855%27 HTTP/1.1" 200 None
2026-03-27 05:04:06 [astonbarclay.gb] INFO: Saving data for 120651855: {'auction_closing_time': 1774861200.0, 'created_time': 1774034198.369015, 'last_price_update_time': 1774587846.468035}
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651855') HTTP/1.1" 204 0
2026-03-27 05:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 241e38e3-7780-52c9-a811-6a913b119058 with identifier: 120766790
2026-03-27 05:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 241e38e3-7780-52c9-a811-6a913b119058 with identifier: 120766790
2026-03-27 05:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 241e38e3-7780-52c9-a811-6a913b119058 with identifier: 120766790 to the API
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120766790?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '241e38e3-7780-52c9-a811-6a913b119058',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DK68OPC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120766790',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'COUNTRYMAN DIESEL HATCHBACK',
'odometer': 56528,
'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': 'UKCGR',
'title': 'MINI COUNTRYMAN DIESEL HATCHBACK 2.0 Cooper D ALL4 5dr',
'transmission': 'manual',
'trim': '2.0 Cooper D ALL4 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120766790%27 HTTP/1.1" 200 None
2026-03-27 05:04:06 [astonbarclay.gb] INFO: Saving data for 120766790: {'auction_closing_time': 1774861200.0, 'created_time': 1774466479.523314, 'last_price_update_time': 1774587846.763195}
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120766790') HTTP/1.1" 204 0
2026-03-27 05:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978
2026-03-27 05:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978
2026-03-27 05:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978 to the API
2026-03-27 05:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120659978?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'fcaafa21-c9f4-5484-aa14-12f398077e64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU10FME',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659978',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS SALOON',
'odometer': 53781,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ E CLASS SALOON E200 CGI BlueEFFICIENCY Sport 4dr Tip '
'Auto',
'transmission': 'automatic',
'trim': 'E200 CGI BlueEFFICIENCY Sport 4dr Tip Auto',
'vin': None,
'year': 2010}
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120659978%27 HTTP/1.1" 200 None
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Saving data for 120659978: {'auction_closing_time': 1774861200.0, 'created_time': 1774033663.953379, 'last_price_update_time': 1774587847.041351}
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659978') HTTP/1.1" 204 0
2026-03-27 05:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120248585?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120731675?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120731563, 'registration': 'NA69FXV', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T [130] Elite Nav 5dr [Start Stop] Auto', 'mileage': 12302, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1119, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-02-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA69FXV/2026-03-25/image/6aa18506-caf4-4d0a-aa34-7cf05ef147ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/fd58a228-458d-4e66-8ee0-2bea1ecd10a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/aa6c4385-6c07-480e-922c-40d76424d695_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/fd58fe65-632f-46d6-914f-8c3f5d1137d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/d55b7b65-8890-409b-bcf0-f0e2d095f1c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/48e91a2f-0e1d-40ea-b0e2-be8cbd6473f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/2ea9ae0d-225d-45e0-a8f8-ac44c5b7d347_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/052a0f4c-1078-4d30-aa71-5715abc3a97f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/7e624b50-2fb4-42ca-890f-dafb76a5ba2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/d1016294-e37e-4e99-9420-63d14311578a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/23-8K, 02/24-8K, 02/26-12K', 'remarks': 'MILEAGE DISCREPANCY - VOSA STATES 8K, 8K, 16K, 12289 MILES (FAIL), 12289 MILES (PASS)', 'virtual': False, 'seller': 'UKCGR - Premium', '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/976855fb-4d2d-406e-9d7b-af0ca63fa7a7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120731563, 'registration': 'NA69FXV', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T [130] Elite Nav 5dr [Start Stop] Auto', 'mileage': 12302, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1119, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-02-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA69FXV/2026-03-25/image/6aa18506-caf4-4d0a-aa34-7cf05ef147ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/fd58a228-458d-4e66-8ee0-2bea1ecd10a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/aa6c4385-6c07-480e-922c-40d76424d695_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/fd58fe65-632f-46d6-914f-8c3f5d1137d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/d55b7b65-8890-409b-bcf0-f0e2d095f1c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/48e91a2f-0e1d-40ea-b0e2-be8cbd6473f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/2ea9ae0d-225d-45e0-a8f8-ac44c5b7d347_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/052a0f4c-1078-4d30-aa71-5715abc3a97f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/7e624b50-2fb4-42ca-890f-dafb76a5ba2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA69FXV/2026-03-25/image/d1016294-e37e-4e99-9420-63d14311578a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/23-8K, 02/24-8K, 02/26-12K', 'remarks': 'MILEAGE DISCREPANCY - VOSA STATES 8K, 8K, 16K, 12289 MILES (FAIL), 12289 MILES (PASS)', 'virtual': False, 'seller': 'UKCGR - Premium', '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/976855fb-4d2d-406e-9d7b-af0ca63fa7a7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc79b67c-b672-532f-9a51-af33c5e9f292 with identifier: 120731563
2026-03-27 05:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc79b67c-b672-532f-9a51-af33c5e9f292 with scrape type 2
2026-03-27 05:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc79b67c-b672-532f-9a51-af33c5e9f292 with scrape type 2
2026-03-27 05:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc79b67c-b672-532f-9a51-af33c5e9f292, identifier: 120731563
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733331, 'registration': 'VO21UNW', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '2.0 TSI 320 R 4Motion 5dr DSG', 'mileage': 43253, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1124, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/7DST/2026-03-25/image/fd2b0e45-9aed-40a5-aafc-a2c33827cc50_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/99122012-aa77-48b5-a7c5-d1f0cf92c2a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/1ae4d10e-91d1-4fef-b704-0e72e210b67f_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/c82a1065-9971-46ea-af0c-9ec1c136ceca_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/8960caf1-21af-479f-98bf-0f5f588a372f_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/0c2ba5d2-69ca-48ca-84a8-7cbb6673ee19_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/e79dc3d4-7ae1-4247-97b5-49054a3a2d39_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/b6e17c57-a25c-4371-9ab6-f1acdd15d028_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/986ef515-644e-4406-8168-868d789f9a18_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/21 11K - 09/24 25K', 'remarks': 'VOSA STATES 21K- 32K- 43K - 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': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0b169663-264b-465e-ab9d-c09924788a28.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733331, 'registration': 'VO21UNW', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '2.0 TSI 320 R 4Motion 5dr DSG', 'mileage': 43253, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1124, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/7DST/2026-03-25/image/fd2b0e45-9aed-40a5-aafc-a2c33827cc50_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/99122012-aa77-48b5-a7c5-d1f0cf92c2a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/1ae4d10e-91d1-4fef-b704-0e72e210b67f_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/c82a1065-9971-46ea-af0c-9ec1c136ceca_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/8960caf1-21af-479f-98bf-0f5f588a372f_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/0c2ba5d2-69ca-48ca-84a8-7cbb6673ee19_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/e79dc3d4-7ae1-4247-97b5-49054a3a2d39_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/b6e17c57-a25c-4371-9ab6-f1acdd15d028_removebg.jpg?w=600', 'https://abimg003.imgix.net/7DST/2026-03-25/image/986ef515-644e-4406-8168-868d789f9a18_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/21 11K - 09/24 25K', 'remarks': 'VOSA STATES 21K- 32K- 43K - 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': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0b169663-264b-465e-ab9d-c09924788a28.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53c1a43c-f5c3-5048-9345-f8dbcd4c1825 with identifier: 120733331
2026-03-27 05:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53c1a43c-f5c3-5048-9345-f8dbcd4c1825 with scrape type 2
2026-03-27 05:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53c1a43c-f5c3-5048-9345-f8dbcd4c1825 with scrape type 2
2026-03-27 05:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 53c1a43c-f5c3-5048-9345-f8dbcd4c1825, identifier: 120733331
2026-03-27 05:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc79b67c-b672-532f-9a51-af33c5e9f292 with identifier: 120731563
2026-03-27 05:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc79b67c-b672-532f-9a51-af33c5e9f292 with identifier: 120731563
2026-03-27 05:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc79b67c-b672-532f-9a51-af33c5e9f292 with identifier: 120731563 to the API
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120731563?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cc79b67c-b672-532f-9a51-af33c5e9f292',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA69FXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120731563',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CROSSLAND X HATCHBACK',
'odometer': 12302,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-14',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL CROSSLAND X HATCHBACK 1.2T [130] Elite Nav 5dr [Start '
'Stop] Auto',
'transmission': 'automatic',
'trim': '1.2T [130] Elite Nav 5dr [Start Stop] Auto',
'vin': None,
'year': 2020}
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731563%27 HTTP/1.1" 200 None
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Saving data for 120731563: {'auction_closing_time': 1774861200.0, 'created_time': 1774378945.901277, 'last_price_update_time': 1774587847.529742}
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731563') HTTP/1.1" 204 0
2026-03-27 05:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 53c1a43c-f5c3-5048-9345-f8dbcd4c1825 with identifier: 120733331
2026-03-27 05:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 53c1a43c-f5c3-5048-9345-f8dbcd4c1825 with identifier: 120733331
2026-03-27 05:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 53c1a43c-f5c3-5048-9345-f8dbcd4c1825 with identifier: 120733331 to the API
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733331?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 177,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '53c1a43c-f5c3-5048-9345-f8dbcd4c1825',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO21UNW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733331',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 43253,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-23',
'seller_name': 'UKCGR - Premium',
'title': 'VOLKSWAGEN GOLF HATCHBACK 2.0 TSI 320 R 4Motion 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TSI 320 R 4Motion 5dr DSG',
'vin': None,
'year': 2021}
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733331%27 HTTP/1.1" 200 None
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Saving data for 120733331: {'auction_closing_time': 1774861200.0, 'created_time': 1774379058.241093, 'last_price_update_time': 1774587847.830815}
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733331') HTTP/1.1" 204 0
2026-03-27 05:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595672?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118690249?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592245?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120248585, 'registration': 'LT73CKJ', 'account': 'MOT220', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Tekna 5dr Auto', 'mileage': 3375, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1115, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/8e73d014-4ba2-49a9-98d7-1df50540b795_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/d3fa8024-c35c-4964-b453-660725cd53f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/4ce54110-379a-42b7-b8ba-35def33c8dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/c0735049-75b0-4dde-9fa3-c7f8b372c1d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/e450d572-6422-4bb5-b437-ae861f22971e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/757e1d3f-f7cc-45d3-b4a1-17f74edc8609_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/19542129-0ea7-4fbb-bb9d-1fd5eedc7dfc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/54f5788a-86e3-4507-bb88-b756c0bb9343_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/55e11e4e-7832-422c-ac9c-e873a11b51b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/64a7c94c-2784-44a4-bea2-5db2d14c869d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/24 2K', '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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f5ae484-53c9-4127-a63c-5f96e1804a76.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120248585, 'registration': 'LT73CKJ', 'account': 'MOT220', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Tekna 5dr Auto', 'mileage': 3375, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1115, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/8e73d014-4ba2-49a9-98d7-1df50540b795_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/d3fa8024-c35c-4964-b453-660725cd53f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/4ce54110-379a-42b7-b8ba-35def33c8dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/c0735049-75b0-4dde-9fa3-c7f8b372c1d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/e450d572-6422-4bb5-b437-ae861f22971e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/757e1d3f-f7cc-45d3-b4a1-17f74edc8609_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/19542129-0ea7-4fbb-bb9d-1fd5eedc7dfc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/54f5788a-86e3-4507-bb88-b756c0bb9343_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/55e11e4e-7832-422c-ac9c-e873a11b51b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT73CKJ/2026-03-25/image/64a7c94c-2784-44a4-bea2-5db2d14c869d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/24 2K', '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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f5ae484-53c9-4127-a63c-5f96e1804a76.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86e539e5-40ad-527d-9cd4-d7ffc7e684d6 with identifier: 120248585
2026-03-27 05:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86e539e5-40ad-527d-9cd4-d7ffc7e684d6 with scrape type 2
2026-03-27 05:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86e539e5-40ad-527d-9cd4-d7ffc7e684d6 with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86e539e5-40ad-527d-9cd4-d7ffc7e684d6, identifier: 120248585
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120731675, 'registration': 'LN73EYD', 'account': 'WBA002', 'make': 'BMW', 'model': 'iX1 ELECTRIC ESTATE', 'derivative': '230kW xDrive30 M Sport 65kWh 5dr Auto', 'mileage': 29422, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1118, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-11-24', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN73EYD/2026-03-25/image/930640f7-0112-40b5-ae1d-b6994f81dd15_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/54094aad-fbf3-4126-b7fc-4b5c8c6bc88b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/75ecdd93-80bf-4a5c-b15e-3f55531fbda5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/f3c2e6d7-8e0e-4152-9bf5-b3c8073becad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/8ff27f39-fabf-44cf-b425-a891cbeadcd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/e11beef6-ed3e-4912-9c24-fbe6a3bf50c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/96c00980-bad4-424a-a14e-b30e62b02d64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/7a1fdc76-728a-4150-8a3e-bae9cf5af666_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/2fd32120-9802-4fae-8b39-f7ca55526a0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/a658a141-21af-4b00-8324-232fa0eb1057_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/ee845a9e-9cf9-4374-a2e9-58b615836bd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/606f81c3-8bd0-48ae-8cdb-f5558d78efce_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'PDI ONLY ON IDRIVE', 'remarks': '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/6aacb857-bbc8-45fc-a24d-9f2156e6b059.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120731675, 'registration': 'LN73EYD', 'account': 'WBA002', 'make': 'BMW', 'model': 'iX1 ELECTRIC ESTATE', 'derivative': '230kW xDrive30 M Sport 65kWh 5dr Auto', 'mileage': 29422, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1118, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-11-24', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN73EYD/2026-03-25/image/930640f7-0112-40b5-ae1d-b6994f81dd15_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/54094aad-fbf3-4126-b7fc-4b5c8c6bc88b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/75ecdd93-80bf-4a5c-b15e-3f55531fbda5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/f3c2e6d7-8e0e-4152-9bf5-b3c8073becad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/8ff27f39-fabf-44cf-b425-a891cbeadcd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/e11beef6-ed3e-4912-9c24-fbe6a3bf50c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/96c00980-bad4-424a-a14e-b30e62b02d64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/7a1fdc76-728a-4150-8a3e-bae9cf5af666_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/2fd32120-9802-4fae-8b39-f7ca55526a0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/a658a141-21af-4b00-8324-232fa0eb1057_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/ee845a9e-9cf9-4374-a2e9-58b615836bd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN73EYD/2026-03-25/image/606f81c3-8bd0-48ae-8cdb-f5558d78efce_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'PDI ONLY ON IDRIVE', 'remarks': '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/6aacb857-bbc8-45fc-a24d-9f2156e6b059.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 299628a1-c772-507a-a1f0-8542b744bcd0 with identifier: 120731675
2026-03-27 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 299628a1-c772-507a-a1f0-8542b744bcd0 with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 299628a1-c772-507a-a1f0-8542b744bcd0 with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 299628a1-c772-507a-a1f0-8542b744bcd0, identifier: 120731675
2026-03-27 05:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86e539e5-40ad-527d-9cd4-d7ffc7e684d6 with identifier: 120248585
2026-03-27 05:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86e539e5-40ad-527d-9cd4-d7ffc7e684d6 with identifier: 120248585
2026-03-27 05:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86e539e5-40ad-527d-9cd4-d7ffc7e684d6 with identifier: 120248585 to the API
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120248585?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'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': '86e539e5-40ad-527d-9cd4-d7ffc7e684d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT73CKJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120248585',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 3375,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-30',
'seller_name': 'Motability Operations',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Tekna 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Tekna 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120248585%27 HTTP/1.1" 200 None
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Saving data for 120248585: {'auction_closing_time': 1774861200.0, 'created_time': 1774271102.653647, 'last_price_update_time': 1774587848.411102}
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120248585') HTTP/1.1" 204 0
2026-03-27 05:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 299628a1-c772-507a-a1f0-8542b744bcd0 with identifier: 120731675
2026-03-27 05:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 299628a1-c772-507a-a1f0-8542b744bcd0 with identifier: 120731675
2026-03-27 05:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 299628a1-c772-507a-a1f0-8542b744bcd0 with identifier: 120731675 to the API
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120731675?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': '299628a1-c772-507a-a1f0-8542b744bcd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN73EYD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120731675',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'iX1 ELECTRIC ESTATE',
'odometer': 29422,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-24',
'seller_name': 'UKCGR - Premium',
'title': 'BMW iX1 ELECTRIC ESTATE 230kW xDrive30 M Sport 65kWh 5dr Auto',
'transmission': 'automatic',
'trim': '230kW xDrive30 M Sport 65kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120731675%27 HTTP/1.1" 200 None
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Saving data for 120731675: {'auction_closing_time': 1774861200.0, 'created_time': 1774379042.025665, 'last_price_update_time': 1774587848.699692}
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731675') HTTP/1.1" 204 0
2026-03-27 05:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461410?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120623833?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595672, 'registration': 'SN19YNV', 'account': 'ALL053', 'make': 'JAGUAR', 'model': 'XF SPORTBRAKE', 'derivative': '2.0i Portfolio 5dr Auto', 'mileage': 49850, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1027, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-08-25', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SN19YNV/2026-03-25/image/b055e517-7bb2-4e6b-9415-048a1684b790_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/3bccafeb-3a57-4270-a3ef-e780bf0c8746_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/7e90c472-08c4-4ea9-a163-e5f02a808741_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/99ccfbfd-c200-4516-9b2e-15f62e8d1439_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/9dfe3368-1474-4077-918a-bcd3601cebbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/3f12f13e-744d-4674-b5aa-ae87750323fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/0ecf0172-6c46-4249-a0ce-080577247571_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/28a905e7-9221-4e45-af04-2262801a7347_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/e72d7707-7cd3-4515-9eba-5b53f0ebe7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/a3df4c3e-a74e-4f50-a01b-22b9d3f5ed86_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 170, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5c227451-1f2d-45d7-8f47-f100938233be.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595672, 'registration': 'SN19YNV', 'account': 'ALL053', 'make': 'JAGUAR', 'model': 'XF SPORTBRAKE', 'derivative': '2.0i Portfolio 5dr Auto', 'mileage': 49850, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1027, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-08-25', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SN19YNV/2026-03-25/image/b055e517-7bb2-4e6b-9415-048a1684b790_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/3bccafeb-3a57-4270-a3ef-e780bf0c8746_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/7e90c472-08c4-4ea9-a163-e5f02a808741_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/99ccfbfd-c200-4516-9b2e-15f62e8d1439_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/9dfe3368-1474-4077-918a-bcd3601cebbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/3f12f13e-744d-4674-b5aa-ae87750323fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/0ecf0172-6c46-4249-a0ce-080577247571_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/28a905e7-9221-4e45-af04-2262801a7347_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/e72d7707-7cd3-4515-9eba-5b53f0ebe7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN19YNV/2026-03-25/image/a3df4c3e-a74e-4f50-a01b-22b9d3f5ed86_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 170, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5c227451-1f2d-45d7-8f47-f100938233be.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab with identifier: 120595672
2026-03-27 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab, identifier: 120595672
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118690249, 'registration': 'EX25WVD', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 Hybrid 136 GT 5dr e-DSC6', 'mileage': 13255, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1111, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EX25WVD/2026-01-30/image/15cf4db5-a06e-4528-977c-b566cfc35293_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/f6633fe4-baa3-47b8-8da6-00086b8405de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/30740b91-e86b-425d-91eb-75d133436197_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/bacfcf4b-61bb-40a5-b225-7be74b52d4fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/ea1c19dc-7581-4c0a-956f-3416ae33a33a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/9506e335-b76c-496c-ab6c-cc668be1c0d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/e7f814a6-db1a-4e33-b232-a30eecb0c0a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/2d726eb2-b208-4c6d-baaa-f6d148ab2e86_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/1f33f1d1-a506-4403-b6ea-bed888c8df81_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/a14e53fd-6c19-4150-be49-62a701f1ee2d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', '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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2aa3bd47-5297-4391-a93c-8614f3361945.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118690249, 'registration': 'EX25WVD', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 Hybrid 136 GT 5dr e-DSC6', 'mileage': 13255, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1111, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EX25WVD/2026-01-30/image/15cf4db5-a06e-4528-977c-b566cfc35293_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/f6633fe4-baa3-47b8-8da6-00086b8405de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/30740b91-e86b-425d-91eb-75d133436197_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/bacfcf4b-61bb-40a5-b225-7be74b52d4fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/ea1c19dc-7581-4c0a-956f-3416ae33a33a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/9506e335-b76c-496c-ab6c-cc668be1c0d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/e7f814a6-db1a-4e33-b232-a30eecb0c0a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/2d726eb2-b208-4c6d-baaa-f6d148ab2e86_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/1f33f1d1-a506-4403-b6ea-bed888c8df81_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX25WVD/2026-01-30/image/a14e53fd-6c19-4150-be49-62a701f1ee2d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', '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': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2aa3bd47-5297-4391-a93c-8614f3361945.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249
2026-03-27 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1767869-859f-5a1b-a0fb-4745661e558c with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1767869-859f-5a1b-a0fb-4745661e558c with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1767869-859f-5a1b-a0fb-4745661e558c, identifier: 118690249
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592245, 'registration': 'YF65KTE', 'account': 'ALL021', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [150] Quattro S Line Plus 5dr', 'mileage': 102619, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1029, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-08-16', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YF65KTE/2026-03-26/image/9b8df039-6a5c-4cf9-a2ba-fb550ab91a8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/e317b028-0970-4554-b1e0-5acfa38dd2ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/7a295ada-aa18-4587-99c3-12adda0b2b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/6fa6624d-6ad3-416d-af31-dfc7d71e54b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/fe6d2e30-d288-4111-9ebb-4800864af688_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/0ac83b4d-c61e-45d9-97bf-8bcf6e94bd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/f3d6e9b2-37a6-4be4-b267-df386ef19d1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/152bdb72-ef9a-4863-b410-9a69a9c2b732_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d424f4e7-d078-4cf0-a7d7-ea2e2f5fcaee.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592245, 'registration': 'YF65KTE', 'account': 'ALL021', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [150] Quattro S Line Plus 5dr', 'mileage': 102619, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1029, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-08-16', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YF65KTE/2026-03-26/image/9b8df039-6a5c-4cf9-a2ba-fb550ab91a8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/e317b028-0970-4554-b1e0-5acfa38dd2ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/7a295ada-aa18-4587-99c3-12adda0b2b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/6fa6624d-6ad3-416d-af31-dfc7d71e54b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/fe6d2e30-d288-4111-9ebb-4800864af688_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/0ac83b4d-c61e-45d9-97bf-8bcf6e94bd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/f3d6e9b2-37a6-4be4-b267-df386ef19d1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65KTE/2026-03-26/image/152bdb72-ef9a-4863-b410-9a69a9c2b732_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d424f4e7-d078-4cf0-a7d7-ea2e2f5fcaee.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97ff8bf9-7338-5331-a9d1-818e4a2cd48a with identifier: 120592245
2026-03-27 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ff8bf9-7338-5331-a9d1-818e4a2cd48a with scrape type 2
2026-03-27 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97ff8bf9-7338-5331-a9d1-818e4a2cd48a with scrape type 2
2026-03-27 05:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 97ff8bf9-7338-5331-a9d1-818e4a2cd48a, identifier: 120592245
2026-03-27 05:04:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab with identifier: 120595672
2026-03-27 05:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab with identifier: 120595672
2026-03-27 05:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab with identifier: 120595672 to the API
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595672?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 170,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cc3d98f3-1fa3-5f7d-8f92-5b8ab69b49ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SN19YNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595672',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF SPORTBRAKE',
'odometer': 49850,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-27',
'seller_name': 'Allen Ford Bletchley',
'title': 'JAGUAR XF SPORTBRAKE 2.0i Portfolio 5dr Auto',
'transmission': 'automatic',
'trim': '2.0i Portfolio 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595672%27 HTTP/1.1" 200 None
2026-03-27 05:04:09 [astonbarclay.gb] INFO: Saving data for 120595672: {'auction_closing_time': 1774861200.0, 'created_time': 1774379086.070581, 'last_price_update_time': 1774587849.296729}
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595672') HTTP/1.1" 204 0
2026-03-27 05:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249
2026-03-27 05:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249
2026-03-27 05:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249 to the API
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118690249?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'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': 'c1767869-859f-5a1b-a0fb-4745661e558c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX25WVD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118690249',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 13255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-14',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 3008 ESTATE 1.2 Hybrid 136 GT 5dr e-DSC6',
'transmission': 'automatic',
'trim': '1.2 Hybrid 136 GT 5dr e-DSC6',
'vin': None,
'year': 2025}
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118690249%27 HTTP/1.1" 200 None
2026-03-27 05:04:09 [astonbarclay.gb] INFO: Saving data for 118690249: {'auction_closing_time': 1774861200.0, 'created_time': 1773402846.66279, 'last_price_update_time': 1774587849.600666}
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118690249') HTTP/1.1" 204 0
2026-03-27 05:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 97ff8bf9-7338-5331-a9d1-818e4a2cd48a with identifier: 120592245
2026-03-27 05:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 97ff8bf9-7338-5331-a9d1-818e4a2cd48a with identifier: 120592245
2026-03-27 05:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 97ff8bf9-7338-5331-a9d1-818e4a2cd48a with identifier: 120592245 to the API
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592245?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '97ff8bf9-7338-5331-a9d1-818e4a2cd48a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF65KTE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592245',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q5 ESTATE SPECIAL EDITIONS',
'odometer': 102619,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-31',
'seller_name': 'SMC GROUP',
'title': 'AUDI Q5 ESTATE SPECIAL EDITIONS 2.0 TDI [150] Quattro S Line Plus '
'5dr',
'transmission': 'manual',
'trim': '2.0 TDI [150] Quattro S Line Plus 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592245%27 HTTP/1.1" 200 None
2026-03-27 05:04:09 [astonbarclay.gb] INFO: Saving data for 120592245: {'auction_closing_time': 1774861200.0, 'created_time': 1774379089.010006, 'last_price_update_time': 1774587849.900003}
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592245') HTTP/1.1" 204 0
2026-03-27 05:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592274?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461410, 'registration': 'NJ18TUH', 'account': 'SMC010', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI SE 5dr', 'mileage': 71383, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1024, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-16', 'fuel': 'Petrol', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/66d632a7-738f-4092-9e69-a4a44b5a16e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/4cce98a7-8079-4f0e-b30a-11d5aa2c604d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/36e2dd87-b17e-4bd5-8ee5-1f88a7ec06e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/2b26e5c4-4f59-4a54-998a-7f30e20377fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/ddc2e28a-8a8c-4553-a933-3426bea6f608_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/ee6edf0b-c175-4455-852c-ddd20e2c8cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/47a707ee-b36a-4ded-8b01-ad53cd8d34c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/98818609-c57d-4cbb-b44b-e01682d098bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/a631bc48-fbd7-4189-ae29-29e32bb9d20a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/19 6K - 03/20 16K - 04/21 24K - 03/22 35K', 'remarks': 'VOSA STATES, 36K, 51K, 58K, 64K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC Group', '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/4244aec2-e65c-4193-bcaf-bf5909478326.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461410, 'registration': 'NJ18TUH', 'account': 'SMC010', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI SE 5dr', 'mileage': 71383, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1024, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-16', 'fuel': 'Petrol', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/66d632a7-738f-4092-9e69-a4a44b5a16e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/4cce98a7-8079-4f0e-b30a-11d5aa2c604d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/36e2dd87-b17e-4bd5-8ee5-1f88a7ec06e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/2b26e5c4-4f59-4a54-998a-7f30e20377fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/ddc2e28a-8a8c-4553-a933-3426bea6f608_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/ee6edf0b-c175-4455-852c-ddd20e2c8cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/47a707ee-b36a-4ded-8b01-ad53cd8d34c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/98818609-c57d-4cbb-b44b-e01682d098bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ18TUH/2026-03-19/image/a631bc48-fbd7-4189-ae29-29e32bb9d20a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/19 6K - 03/20 16K - 04/21 24K - 03/22 35K', 'remarks': 'VOSA STATES, 36K, 51K, 58K, 64K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC Group', '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/4244aec2-e65c-4193-bcaf-bf5909478326.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410
2026-03-27 05:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de316958-65b9-5c06-bccc-176f01b8250b with scrape type 2
2026-03-27 05:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de316958-65b9-5c06-bccc-176f01b8250b with scrape type 2
2026-03-27 05:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: de316958-65b9-5c06-bccc-176f01b8250b, identifier: 120461410
2026-03-27 05:04:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120623833, 'registration': 'AD21DHM', 'account': 'ALL021', 'make': 'RENAULT', 'model': 'MEGANE SPORT TOURER', 'derivative': '1.6 E-TECH PHEV 160 Iconic 5dr Auto', 'mileage': 33473, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1025, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-06-30', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AD21DHM/2026-03-24/image/e6470de8-7a07-4fcb-8006-c5084416d54f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/7f4a8d43-1495-4bd0-aade-2114d8aa434d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/727bff86-88d6-4c27-bc3b-de00ba35bcf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/ce562a22-7ec9-4d20-bb43-b1228dfd8bff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/373a1ca9-fc2f-4646-86c4-c4fd4ac832b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/cc98840b-f5bd-47b1-8197-ab6e4dfce8aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/a095b100-de59-4c50-9719-09e8995aec00_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/bc086ede-6a8e-4741-9dc4-9c7606da027a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/0543f47e-5d65-416f-9a42-74edd6eec018_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/4d22f753-1695-48d5-b61e-4043e5bca5e7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/23 13K - 06/24 23K', 'remarks': 'VOSA STATES, 23K, 28K - 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': 30, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c1f8e737-f3b5-4953-b4a6-e6b17317a020.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120623833, 'registration': 'AD21DHM', 'account': 'ALL021', 'make': 'RENAULT', 'model': 'MEGANE SPORT TOURER', 'derivative': '1.6 E-TECH PHEV 160 Iconic 5dr Auto', 'mileage': 33473, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1025, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-06-30', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AD21DHM/2026-03-24/image/e6470de8-7a07-4fcb-8006-c5084416d54f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/7f4a8d43-1495-4bd0-aade-2114d8aa434d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/727bff86-88d6-4c27-bc3b-de00ba35bcf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/ce562a22-7ec9-4d20-bb43-b1228dfd8bff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/373a1ca9-fc2f-4646-86c4-c4fd4ac832b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/cc98840b-f5bd-47b1-8197-ab6e4dfce8aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/a095b100-de59-4c50-9719-09e8995aec00_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/bc086ede-6a8e-4741-9dc4-9c7606da027a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/0543f47e-5d65-416f-9a42-74edd6eec018_removebg.jpg?w=600', 'https://abimg003.imgix.net/AD21DHM/2026-03-24/image/4d22f753-1695-48d5-b61e-4043e5bca5e7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/23 13K - 06/24 23K', 'remarks': 'VOSA STATES, 23K, 28K - 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': 30, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c1f8e737-f3b5-4953-b4a6-e6b17317a020.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833
2026-03-27 05:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99632d78-1562-59ae-a45f-fc9295a60946 with scrape type 2
2026-03-27 05:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99632d78-1562-59ae-a45f-fc9295a60946 with scrape type 2
2026-03-27 05:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 99632d78-1562-59ae-a45f-fc9295a60946, identifier: 120623833
2026-03-27 05:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410
2026-03-27 05:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410
2026-03-27 05:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410 to the API
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461410?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'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': 'de316958-65b9-5c06-bccc-176f01b8250b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NJ18TUH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461410',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 71383,
'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': 'SMC Group',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.0 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.0 TSI SE 5dr',
'vin': None,
'year': 2018}
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120461410%27 HTTP/1.1" 200 None
2026-03-27 05:04:10 [astonbarclay.gb] INFO: Saving data for 120461410: {'auction_closing_time': 1774861200.0, 'created_time': 1773860524.050329, 'last_price_update_time': 1774587850.462009}
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461410') HTTP/1.1" 204 0
2026-03-27 05:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833
2026-03-27 05:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833
2026-03-27 05:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833 to the API
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120623833?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 30,
'color': 'BLUE',
'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': '99632d78-1562-59ae-a45f-fc9295a60946',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AD21DHM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120623833',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'MEGANE SPORT TOURER',
'odometer': 33473,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-30',
'seller_name': 'SMC GROUP',
'title': 'RENAULT MEGANE SPORT TOURER 1.6 E-TECH PHEV 160 Iconic 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH PHEV 160 Iconic 5dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120623833%27 HTTP/1.1" 200 None
2026-03-27 05:04:10 [astonbarclay.gb] INFO: Saving data for 120623833: {'auction_closing_time': 1774861200.0, 'created_time': 1774358186.940047, 'last_price_update_time': 1774587850.761623}
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623833') HTTP/1.1" 204 0
2026-03-27 05:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595560?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595487?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595682?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592274, 'registration': 'T7HJO', 'account': 'OMA006', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 100986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1022, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-12-01', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-04', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/T7HJO/2026-03-23/image/e39e4805-8c12-4ae1-8d46-7b7ba253a13b_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/80223bca-344f-466d-a03e-fec503111061_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/df3869fb-d1a8-4819-ad2d-579fab27891e_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/48117a0b-dc03-416b-9a85-386086a636b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/db5979cc-c828-4e37-a978-43dca6832aff_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/63d5b6c1-126d-4166-b8ea-03a088ab3483_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/19419651-747e-4e59-8a80-6ea8fc3f79a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/26b48e9b-8f2e-4bfa-8a04-850292733af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/8cfc7925-2a8d-4ede-ba75-ae0144d480cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/af55af36-5047-4b7c-9d70-7b6056ebb4da_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/d781bc83-5cb5-4ae3-95cd-f375a5defe03_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/19 20K - 11/20 28K - 10/22 49K', 'remarks': 'VOSA STATES, 51K, 66K, 78K, 96K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'N/A', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 49, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08c77ffe-54cd-4507-b263-e9a1acaf87d2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592274, 'registration': 'T7HJO', 'account': 'OMA006', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 100986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1022, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-12-01', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-04', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/T7HJO/2026-03-23/image/e39e4805-8c12-4ae1-8d46-7b7ba253a13b_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/80223bca-344f-466d-a03e-fec503111061_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/df3869fb-d1a8-4819-ad2d-579fab27891e_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/48117a0b-dc03-416b-9a85-386086a636b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/db5979cc-c828-4e37-a978-43dca6832aff_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/63d5b6c1-126d-4166-b8ea-03a088ab3483_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/19419651-747e-4e59-8a80-6ea8fc3f79a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/26b48e9b-8f2e-4bfa-8a04-850292733af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/8cfc7925-2a8d-4ede-ba75-ae0144d480cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/af55af36-5047-4b7c-9d70-7b6056ebb4da_removebg.jpg?w=600', 'https://abimg003.imgix.net/T7HJO/2026-03-23/image/d781bc83-5cb5-4ae3-95cd-f375a5defe03_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/19 20K - 11/20 28K - 10/22 49K', 'remarks': 'VOSA STATES, 51K, 66K, 78K, 96K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'N/A', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 49, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08c77ffe-54cd-4507-b263-e9a1acaf87d2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274
2026-03-27 05:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c04cd77d-6a26-592a-8792-9c7c80c58694 with scrape type 2
2026-03-27 05:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c04cd77d-6a26-592a-8792-9c7c80c58694 with scrape type 2
2026-03-27 05:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c04cd77d-6a26-592a-8792-9c7c80c58694, identifier: 120592274
2026-03-27 05:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274
2026-03-27 05:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274
2026-03-27 05:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274 to the API
2026-03-27 05:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592274?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 49,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'c04cd77d-6a26-592a-8792-9c7c80c58694',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'T7HJO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592274',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 100986,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seller_name': 'N/A',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto',
'vin': None,
'year': 2017}
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592274%27 HTTP/1.1" 200 None
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Saving data for 120592274: {'auction_closing_time': 1774861200.0, 'created_time': 1774033635.683317, 'last_price_update_time': 1774587851.164553}
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592274') HTTP/1.1" 204 0
2026-03-27 05:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592265?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595560, 'registration': 'KM72OTT', 'account': 'ALL021', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 GT 5dr EAT8', 'mileage': 24755, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1018, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KM72OTT/2026-03-21/image/7eec616b-1cf1-4f3a-8e8c-a8d15748f704_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/a1a99e81-f3e9-4ae4-8a6c-6c619a5cca75_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/326d9c7d-478f-470f-9286-e6dbf5509305_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/9a4e997a-3e39-46dc-acfc-6a92a3906f3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/405d0994-a528-4f2a-9810-3315005045fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/0a6d23d7-93cd-4884-b8bb-4c713ea24aed_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/d1840698-dbda-4f18-88bf-e39c4adfbb8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/dea8e15e-38d2-4f88-8c20-45bf8b15a282_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/7a31f837-f9ca-4638-bcab-cf104cb7f95d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/e0cee831-28dc-4d83-bb9c-b4b7980c72b1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 20K - 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': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/218d6d77-4cc0-45cd-ae92-4cd60f9f1b3c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595560, 'registration': 'KM72OTT', 'account': 'ALL021', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 GT 5dr EAT8', 'mileage': 24755, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1018, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KM72OTT/2026-03-21/image/7eec616b-1cf1-4f3a-8e8c-a8d15748f704_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/a1a99e81-f3e9-4ae4-8a6c-6c619a5cca75_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/326d9c7d-478f-470f-9286-e6dbf5509305_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/9a4e997a-3e39-46dc-acfc-6a92a3906f3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/405d0994-a528-4f2a-9810-3315005045fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/0a6d23d7-93cd-4884-b8bb-4c713ea24aed_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/d1840698-dbda-4f18-88bf-e39c4adfbb8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/dea8e15e-38d2-4f88-8c20-45bf8b15a282_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/7a31f837-f9ca-4638-bcab-cf104cb7f95d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72OTT/2026-03-21/image/e0cee831-28dc-4d83-bb9c-b4b7980c72b1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 20K - 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': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/218d6d77-4cc0-45cd-ae92-4cd60f9f1b3c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560
2026-03-27 05:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81be334f-cce6-5dce-a066-12eb15c7d3e6 with scrape type 2
2026-03-27 05:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81be334f-cce6-5dce-a066-12eb15c7d3e6 with scrape type 2
2026-03-27 05:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81be334f-cce6-5dce-a066-12eb15c7d3e6, identifier: 120595560
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595487, 'registration': 'WK21MSO', 'account': 'ALL021', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 48045, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1021, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-03-02', 'fuel': 'Petrol', 'motExpiry': '2026-04-15', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK21MSO/2026-03-23/image/839a1749-ab0f-4adb-8120-fbfd1acbffe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/09f54713-3a84-4483-93dc-2d651138b924_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/4268b6a6-1a33-401c-9c7a-5cd79e18f04f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/ca1d8453-5903-4e85-9ee8-a85727b3c177_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/9bdd7422-8b07-45cb-9431-57e997524c01_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/9e97453f-bb8c-4049-9c63-1891a74b2157_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/41d577cc-3027-479b-9604-7d96d404682c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/f23bcc6c-23a3-475e-b0f8-177402228b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/f41a733f-c685-499f-92a4-40d29222cc3f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/24 35K - 02/25 39K', 'remarks': 'VOSA STATES, 32K, 40K - 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': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2986ba1b-df32-4e43-85d9-29a225f81c57.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595487, 'registration': 'WK21MSO', 'account': 'ALL021', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 48045, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1021, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-03-02', 'fuel': 'Petrol', 'motExpiry': '2026-04-15', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK21MSO/2026-03-23/image/839a1749-ab0f-4adb-8120-fbfd1acbffe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/09f54713-3a84-4483-93dc-2d651138b924_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/4268b6a6-1a33-401c-9c7a-5cd79e18f04f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/ca1d8453-5903-4e85-9ee8-a85727b3c177_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/9bdd7422-8b07-45cb-9431-57e997524c01_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/9e97453f-bb8c-4049-9c63-1891a74b2157_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/41d577cc-3027-479b-9604-7d96d404682c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/f23bcc6c-23a3-475e-b0f8-177402228b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK21MSO/2026-03-23/image/f41a733f-c685-499f-92a4-40d29222cc3f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/24 35K - 02/25 39K', 'remarks': 'VOSA STATES, 32K, 40K - 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': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2986ba1b-df32-4e43-85d9-29a225f81c57.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487
2026-03-27 05:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ac6d834-022f-585d-9b94-d80a7c71f774 with scrape type 2
2026-03-27 05:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ac6d834-022f-585d-9b94-d80a7c71f774 with scrape type 2
2026-03-27 05:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ac6d834-022f-585d-9b94-d80a7c71f774, identifier: 120595487
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595682, 'registration': 'EG68GWA', 'account': 'ALL053', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0T GDi GT-line 5dr', 'mileage': 90930, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1023, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-02-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG68GWA/2026-03-25/image/7b49c11a-0f78-476f-a391-c546fc568a09_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/675bc606-36fe-4f1c-8e53-622e8792bedb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/31906d7a-4d5d-43f0-bd72-f5b8216b1a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/275aa178-d6c6-41ee-8c07-a5c36f3bbbc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/8de5379e-a6b1-4f50-9c90-07b5e3b2f76e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/cbeec6a4-7c2a-46ee-af8f-c6a7650fa7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/358a2a13-c2b8-45b0-bf69-8db54b1cc68c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/9de257a6-0787-48fc-8f99-de75d5671d87_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/313926ef-6da5-413c-b088-ce3d74f5393c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db0c4d75-1bc0-4200-9e6d-ae5c00987bad.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595682, 'registration': 'EG68GWA', 'account': 'ALL053', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0T GDi GT-line 5dr', 'mileage': 90930, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1023, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-02-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG68GWA/2026-03-25/image/7b49c11a-0f78-476f-a391-c546fc568a09_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/675bc606-36fe-4f1c-8e53-622e8792bedb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/31906d7a-4d5d-43f0-bd72-f5b8216b1a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/275aa178-d6c6-41ee-8c07-a5c36f3bbbc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/8de5379e-a6b1-4f50-9c90-07b5e3b2f76e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/cbeec6a4-7c2a-46ee-af8f-c6a7650fa7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/358a2a13-c2b8-45b0-bf69-8db54b1cc68c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/9de257a6-0787-48fc-8f99-de75d5671d87_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG68GWA/2026-03-25/image/313926ef-6da5-413c-b088-ce3d74f5393c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Allen Ford Bletchley', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db0c4d75-1bc0-4200-9e6d-ae5c00987bad.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3ccf87-5e0b-51e3-899a-898cbc35e671 with identifier: 120595682
2026-03-27 05:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3ccf87-5e0b-51e3-899a-898cbc35e671 with scrape type 2
2026-03-27 05:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3ccf87-5e0b-51e3-899a-898cbc35e671 with scrape type 2
2026-03-27 05:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ab3ccf87-5e0b-51e3-899a-898cbc35e671, identifier: 120595682
2026-03-27 05:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560
2026-03-27 05:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560
2026-03-27 05:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560 to the API
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595560?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'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': '81be334f-cce6-5dce-a066-12eb15c7d3e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM72OTT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595560',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 24755,
'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': 'SMC GROUP',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 130 GT 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 GT 5dr EAT8',
'vin': None,
'year': 2022}
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595560%27 HTTP/1.1" 200 None
2026-03-27 05:04:11 [astonbarclay.gb] INFO: Saving data for 120595560: {'auction_closing_time': 1774861200.0, 'created_time': 1774033476.381625, 'last_price_update_time': 1774587851.769696}
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595560') HTTP/1.1" 204 0
2026-03-27 05:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487
2026-03-27 05:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487
2026-03-27 05:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487 to the API
2026-03-27 05:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595487?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'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': '8ac6d834-022f-585d-9b94-d80a7c71f774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WK21MSO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595487',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 48045,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seller_name': 'SMC GROUP',
'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-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595487%27 HTTP/1.1" 200 None
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Saving data for 120595487: {'auction_closing_time': 1774861200.0, 'created_time': 1774033632.360367, 'last_price_update_time': 1774587852.064031}
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595487') HTTP/1.1" 204 0
2026-03-27 05:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ab3ccf87-5e0b-51e3-899a-898cbc35e671 with identifier: 120595682
2026-03-27 05:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ab3ccf87-5e0b-51e3-899a-898cbc35e671 with identifier: 120595682
2026-03-27 05:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ab3ccf87-5e0b-51e3-899a-898cbc35e671 with identifier: 120595682 to the API
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595682?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'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': 'ab3ccf87-5e0b-51e3-899a-898cbc35e671',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EG68GWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595682',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 90930,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-27',
'seller_name': 'Allen Ford Bletchley',
'title': 'KIA PICANTO HATCHBACK 1.0T GDi GT-line 5dr',
'transmission': 'manual',
'trim': '1.0T GDi GT-line 5dr',
'vin': None,
'year': 2019}
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595682%27 HTTP/1.1" 200 None
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Saving data for 120595682: {'auction_closing_time': 1774861200.0, 'created_time': 1774379094.479537, 'last_price_update_time': 1774587852.349543}
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595682') HTTP/1.1" 204 0
2026-03-27 05:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120597579?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595536?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592265, 'registration': 'BF17TLN', 'account': 'ALL021', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B200d AMG Line Premium Plus 5dr Auto', 'mileage': 132598, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1017, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-02-21', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF17TLN/2026-03-25/image/0570ccfb-9fba-4e24-8926-212c6f92e090_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/ce16aff8-5ef9-44a3-b23c-3d2f72be8304_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/85f41f33-a350-41df-8c22-e2e861449a3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/2e28e39a-b23a-4d62-ae9a-418441fd0c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/c51c30a5-f0a9-4bb0-9b1d-2f4f9ae745aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/551f7556-b45b-479c-89c5-fb32299219fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/f95ac23e-5a1c-42d9-83e8-7302f1d0e70a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/51fbcf8d-4a3e-4aa0-bb86-6b03612b039c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592265, 'registration': 'BF17TLN', 'account': 'ALL021', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B200d AMG Line Premium Plus 5dr Auto', 'mileage': 132598, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1017, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-02-21', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF17TLN/2026-03-25/image/0570ccfb-9fba-4e24-8926-212c6f92e090_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/ce16aff8-5ef9-44a3-b23c-3d2f72be8304_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/85f41f33-a350-41df-8c22-e2e861449a3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/2e28e39a-b23a-4d62-ae9a-418441fd0c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/c51c30a5-f0a9-4bb0-9b1d-2f4f9ae745aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/551f7556-b45b-479c-89c5-fb32299219fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF17TLN/2026-03-25/image/f95ac23e-5a1c-42d9-83e8-7302f1d0e70a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/51fbcf8d-4a3e-4aa0-bb86-6b03612b039c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4223e09-0d04-5980-af84-02e8d3c81cba with identifier: 120592265
2026-03-27 05:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4223e09-0d04-5980-af84-02e8d3c81cba with scrape type 2
2026-03-27 05:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4223e09-0d04-5980-af84-02e8d3c81cba with scrape type 2
2026-03-27 05:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4223e09-0d04-5980-af84-02e8d3c81cba, identifier: 120592265
2026-03-27 05:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4223e09-0d04-5980-af84-02e8d3c81cba with identifier: 120592265
2026-03-27 05:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4223e09-0d04-5980-af84-02e8d3c81cba with identifier: 120592265
2026-03-27 05:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4223e09-0d04-5980-af84-02e8d3c81cba with identifier: 120592265 to the API
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592265?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'e4223e09-0d04-5980-af84-02e8d3c81cba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF17TLN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592265',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 132598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-08',
'seller_name': 'SMC GROUP',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B200d AMG Line Premium Plus '
'5dr Auto',
'transmission': 'automatic',
'trim': 'B200d AMG Line Premium Plus 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120592265%27 HTTP/1.1" 200 None
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Saving data for 120592265: {'auction_closing_time': 1774861200.0, 'created_time': 1774379084.101954, 'last_price_update_time': 1774587852.744734}
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592265') HTTP/1.1" 204 0
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120597579, 'registration': 'YF68MFA', 'account': 'SMC012', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 eD4 SE Tech 5dr 2WD', 'mileage': 46531, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1016, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-10-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF68MFA/2026-03-21/image/acc5bbfc-e81b-4415-b0ec-f1b6fd963b5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/6b237552-0e83-4832-a82f-4eae907ff0e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/82e5056c-e2dd-4592-b870-e1c8b1981bbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/16427860-3e0a-45f8-a3e1-b655e46c673f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/004cf935-36e3-484d-a24e-129279faf0b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/77e99cb1-8c74-4397-bc64-dd94c594f347_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/d414f3d6-254a-4cda-a05e-3e319ad26aa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/fbddffe9-46ac-4cc2-a0a7-2b7f888f791e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/8a0a371f-055b-4cf0-b9a5-4bff693d9a0c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19 5K - 02/21 9K - 01/22 12K', 'remarks': 'VOSA DISCREPANCY, VOSA STATES, 118K, 20K, 31K, 42K, 456K - 2X SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d1c25aa-bdbf-404f-995b-de69e6597799.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120597579, 'registration': 'YF68MFA', 'account': 'SMC012', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 eD4 SE Tech 5dr 2WD', 'mileage': 46531, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1016, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-10-29', 'fuel': 'Diesel', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF68MFA/2026-03-21/image/acc5bbfc-e81b-4415-b0ec-f1b6fd963b5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/6b237552-0e83-4832-a82f-4eae907ff0e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/82e5056c-e2dd-4592-b870-e1c8b1981bbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/16427860-3e0a-45f8-a3e1-b655e46c673f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/004cf935-36e3-484d-a24e-129279faf0b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/77e99cb1-8c74-4397-bc64-dd94c594f347_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/d414f3d6-254a-4cda-a05e-3e319ad26aa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/fbddffe9-46ac-4cc2-a0a7-2b7f888f791e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF68MFA/2026-03-21/image/8a0a371f-055b-4cf0-b9a5-4bff693d9a0c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19 5K - 02/21 9K - 01/22 12K', 'remarks': 'VOSA DISCREPANCY, VOSA STATES, 118K, 20K, 31K, 42K, 456K - 2X SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d1c25aa-bdbf-404f-995b-de69e6597799.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579
2026-03-27 05:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with scrape type 2
2026-03-27 05:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with scrape type 2
2026-03-27 05:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f, identifier: 120597579
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595536, 'registration': 'FD17EAY', 'account': 'ALL021', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Active 5dr Auto', 'mileage': 42272, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1015, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-05-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FD17EAY/2026-03-23/image/f4193ae3-a7eb-4aae-ba42-1dcfd0108648_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/90bee2b9-d36d-4488-8d4b-2f0d266c77aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/e303c727-6dee-4ea8-accc-d0ad3a04ccf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/00b81ec3-4d5d-4184-9a56-9e91047f6aca_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/bc471717-fca4-4802-9d35-c6395124e9cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/91addef1-5441-436c-8862-2b911ba63c8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/6e725fc2-6ca8-4773-9669-99c5bccd9b23_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/900d4743-7723-4afe-8ef8-8e5aae42cad4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/9477a677-e003-494c-a854-3f17e1ec7b1a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/18 4K - 05/19 9K - 05/20 13K - 05/21 16K - 04/22 19K - 04/23 23K', 'remarks': 'VOSA STATES, 19K, 23K, 27K, 33K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60432cd8-8ea0-4999-903b-f967d13eff80.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595536, 'registration': 'FD17EAY', 'account': 'ALL021', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T Active 5dr Auto', 'mileage': 42272, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1015, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-05-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FD17EAY/2026-03-23/image/f4193ae3-a7eb-4aae-ba42-1dcfd0108648_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/90bee2b9-d36d-4488-8d4b-2f0d266c77aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/e303c727-6dee-4ea8-accc-d0ad3a04ccf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/00b81ec3-4d5d-4184-9a56-9e91047f6aca_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/bc471717-fca4-4802-9d35-c6395124e9cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/91addef1-5441-436c-8862-2b911ba63c8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/6e725fc2-6ca8-4773-9669-99c5bccd9b23_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/900d4743-7723-4afe-8ef8-8e5aae42cad4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD17EAY/2026-03-23/image/9477a677-e003-494c-a854-3f17e1ec7b1a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/18 4K - 05/19 9K - 05/20 13K - 05/21 16K - 04/22 19K - 04/23 23K', 'remarks': 'VOSA STATES, 19K, 23K, 27K, 33K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60432cd8-8ea0-4999-903b-f967d13eff80.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536
2026-03-27 05:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with scrape type 2
2026-03-27 05:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with scrape type 2
2026-03-27 05:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f58bdb7-cba9-5638-af13-2cfd9487bc61, identifier: 120595536
2026-03-27 05:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579
2026-03-27 05:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579
2026-03-27 05:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579 to the API
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120597579?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'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': '0636b7e9-aea6-5a27-9b02-592c1ac4ac0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF68MFA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120597579',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 46531,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-29',
'seller_name': 'SMC Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 eD4 SE Tech 5dr '
'2WD',
'transmission': 'manual',
'trim': '2.0 eD4 SE Tech 5dr 2WD',
'vin': None,
'year': 2018}
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120597579%27 HTTP/1.1" 200 None
2026-03-27 05:04:13 [astonbarclay.gb] INFO: Saving data for 120597579: {'auction_closing_time': 1774861200.0, 'created_time': 1774033600.690462, 'last_price_update_time': 1774587853.313729}
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120597579') HTTP/1.1" 204 0
2026-03-27 05:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536
2026-03-27 05:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536
2026-03-27 05:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536 to the API
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595536?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '7f58bdb7-cba9-5638-af13-2cfd9487bc61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FD17EAY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595536',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 42272,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-17',
'seller_name': 'SMC GROUP',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T Active 5dr Auto',
'transmission': 'automatic',
'trim': '1.4T Active 5dr Auto',
'vin': None,
'year': 2017}
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120595536%27 HTTP/1.1" 200 None
2026-03-27 05:04:13 [astonbarclay.gb] INFO: Saving data for 120595536: {'auction_closing_time': 1774861200.0, 'created_time': 1774033628.772, 'last_price_update_time': 1774587853.599899}
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595536') HTTP/1.1" 204 0
2026-03-27 05:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120222920?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118344012?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114700028?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119721273?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120222920, 'registration': 'GF66JXO', 'account': 'KCS002', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 EX 5dr Auto', 'mileage': 134674, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 13, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF66JXO/2026-03-10/image/b15c8123-6265-4e88-923c-f0b5826013ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/1c7bb277-2d55-453b-963e-d9c7867ae70b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/e0f16bcc-76c4-4751-ac40-2cc60dd3e686_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/7c937505-6384-410d-9ee6-b1c0bec6de94_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/39c9446f-ce40-452a-9423-67e4a5cc8560_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/17 11K 01/19 22K 12/19 35k 09/20 50K 06/21 62K 12/21 73K 09/22 88K 12/23 110K 12/24 129K', 'remarks': 'SKEY EML - Failed External Components - 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': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, '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-27 05:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120222920, 'registration': 'GF66JXO', 'account': 'KCS002', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 EX 5dr Auto', 'mileage': 134674, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 13, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF66JXO/2026-03-10/image/b15c8123-6265-4e88-923c-f0b5826013ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/1c7bb277-2d55-453b-963e-d9c7867ae70b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/e0f16bcc-76c4-4751-ac40-2cc60dd3e686_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/7c937505-6384-410d-9ee6-b1c0bec6de94_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF66JXO/2026-03-10/image/39c9446f-ce40-452a-9423-67e4a5cc8560_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/17 11K 01/19 22K 12/19 35k 09/20 50K 06/21 62K 12/21 73K 09/22 88K 12/23 110K 12/24 129K', 'remarks': 'SKEY EML - Failed External Components - 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': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, '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-27 05:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d07824d3-a21e-59d6-9673-fd9e51f1b33a with identifier: 120222920
2026-03-27 05:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d07824d3-a21e-59d6-9673-fd9e51f1b33a with scrape type 2
2026-03-27 05:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d07824d3-a21e-59d6-9673-fd9e51f1b33a with scrape type 2
2026-03-27 05:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d07824d3-a21e-59d6-9673-fd9e51f1b33a, identifier: 120222920
2026-03-27 05:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118344012, 'registration': 'EO15XFV', 'account': 'MAN027', 'make': 'FIAT', 'model': '500X HATCHBACK', 'derivative': '1.4 Multiair Pop Star 5dr', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 25, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-01-28', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO15XFV/2026-02-11/image/b52fe33a-136f-4b93-bb9b-97378e0e9449_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/705af26f-977b-4691-94e6-84f84ef18025_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/b7148710-aae0-4e85-93c7-e9f55f1012d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/1fc5d2e0-8a91-40e7-8bbb-b16a27a41e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/5b316dba-ad62-4f3a-9237-21cc1c4412b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/434bc545-2f39-404b-b162-bfabe629d2ee_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD -HEAD GASKET ISSUE , MAY HAVE FURTHER FAULTS, SOLD AS SEEN', 'virtual': True, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, '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-27 05:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118344012, 'registration': 'EO15XFV', 'account': 'MAN027', 'make': 'FIAT', 'model': '500X HATCHBACK', 'derivative': '1.4 Multiair Pop Star 5dr', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 25, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-01-28', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO15XFV/2026-02-11/image/b52fe33a-136f-4b93-bb9b-97378e0e9449_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/705af26f-977b-4691-94e6-84f84ef18025_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/b7148710-aae0-4e85-93c7-e9f55f1012d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/1fc5d2e0-8a91-40e7-8bbb-b16a27a41e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/5b316dba-ad62-4f3a-9237-21cc1c4412b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO15XFV/2026-02-11/image/434bc545-2f39-404b-b162-bfabe629d2ee_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD -HEAD GASKET ISSUE , MAY HAVE FURTHER FAULTS, SOLD AS SEEN', 'virtual': True, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, '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-27 05:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012
2026-03-27 05:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3863b3a2-581a-5113-8c88-6646a6591a3a with scrape type 2
2026-03-27 05:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3863b3a2-581a-5113-8c88-6646a6591a3a with scrape type 2
2026-03-27 05:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3863b3a2-581a-5113-8c88-6646a6591a3a, identifier: 118344012
2026-03-27 05:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d07824d3-a21e-59d6-9673-fd9e51f1b33a with identifier: 120222920
2026-03-27 05:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d07824d3-a21e-59d6-9673-fd9e51f1b33a with identifier: 120222920
2026-03-27 05:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d07824d3-a21e-59d6-9673-fd9e51f1b33a with identifier: 120222920 to the API
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120222920?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'd07824d3-a21e-59d6-9673-fd9e51f1b33a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF66JXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120222920',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'HONDA',
'model': 'CR-V DIESEL ESTATE',
'odometer': 134674,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-21',
'seller_name': 'CarBuy Limited',
'title': 'HONDA CR-V DIESEL ESTATE 1.6 i-DTEC 160 EX 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 i-DTEC 160 EX 5dr Auto',
'vin': None,
'year': 2016}
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120222920%27 HTTP/1.1" 200 None
2026-03-27 05:04:14 [astonbarclay.gb] INFO: Saving data for 120222920: {'auction_closing_time': 1774609200.0, 'created_time': 1773404486.501966, 'last_price_update_time': 1774587854.240301}
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120222920') HTTP/1.1" 204 0
2026-03-27 05:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012
2026-03-27 05:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012
2026-03-27 05:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012 to the API
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118344012?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '3863b3a2-581a-5113-8c88-6646a6591a3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO15XFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118344012',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FIAT',
'model': '500X HATCHBACK',
'odometer': 1,
'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': 'Mann Island Finance',
'title': 'FIAT 500X HATCHBACK 1.4 Multiair Pop Star 5dr',
'transmission': 'manual',
'trim': '1.4 Multiair Pop Star 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118344012%27 HTTP/1.1" 200 None
2026-03-27 05:04:14 [astonbarclay.gb] INFO: Saving data for 118344012: {'auction_closing_time': 1774609200.0, 'created_time': 1774033778.254908, 'last_price_update_time': 1774587854.574722}
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118344012') HTTP/1.1" 204 0
2026-03-27 05:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668119?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411130?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 113467296, 'registration': 'SV13TVP', 'account': 'LIN021', 'make': 'VAUXHALL', 'model': 'ANTARA DIESEL ESTATE', 'derivative': '2.2 CDTi Exclusiv 5dr [Start Stop]', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 17, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-03-29', 'fuel': 'Diesel', 'motExpiry': '2024-08-29', 'doors': 5, 'engineSize': 2231, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV13TVP/2025-07-02/image/63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/efce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - NO KEYS, MAY HAVE FURHTER FAULTS, SOLD AS SEEN - LAST KNOWN MILEAGE AS PER VOSA 49970 08/2023 TRUE MILEAGE UNKNOWN.', 'virtual': True, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 170, '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-27 05:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 113467296, 'registration': 'SV13TVP', 'account': 'LIN021', 'make': 'VAUXHALL', 'model': 'ANTARA DIESEL ESTATE', 'derivative': '2.2 CDTi Exclusiv 5dr [Start Stop]', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 17, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-03-29', 'fuel': 'Diesel', 'motExpiry': '2024-08-29', 'doors': 5, 'engineSize': 2231, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV13TVP/2025-07-02/image/63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/efce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - NO KEYS, MAY HAVE FURHTER FAULTS, SOLD AS SEEN - LAST KNOWN MILEAGE AS PER VOSA 49970 08/2023 TRUE MILEAGE UNKNOWN.', 'virtual': True, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 170, '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-27 05:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296
2026-03-27 05:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c with scrape type 2
2026-03-27 05:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c with scrape type 2
2026-03-27 05:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0111e675-a3e2-5d92-a1f9-c9339991dc5c, identifier: 113467296
2026-03-27 05:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114700028, 'registration': 'YB19AYE', 'account': 'LIN021', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B200d AMG Line Premium 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 16, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-03-27', 'fuel': 'Diesel', 'motExpiry': '2025-05-01', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB19AYE/2026-03-26/image/e457ef3c-8e3a-4cbb-8b27-d5daca11e319_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19AYE/2026-03-26/image/d99a4968-5d90-4300-9a93-3e91f682c257_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19AYE/2026-03-26/image/3f489bf9-237e-4a32-a7ea-d7efb3d6fcc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19AYE/2026-03-26/image/42b278a2-6bb0-41e2-a1a7-5fd1f9a9cb69_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - NO KEYS MAY HAVE FURTHER FAULTS, SOLD AS SEEN**OUT-STANDING RECALL VOSA STATES 21K, 31K, 43K LAST KNOWN MILEAGE AS PER VOSA 43541 MILES 05/2024 - CAPPED INCORRETLY', 'virtual': True, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 115, '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-27 05:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114700028, 'registration': 'YB19AYE', 'account': 'LIN021', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B200d AMG Line Premium 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 16, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-03-27', 'fuel': 'Diesel', 'motExpiry': '2025-05-01', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB19AYE/2026-03-26/image/e457ef3c-8e3a-4cbb-8b27-d5daca11e319_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19AYE/2026-03-26/image/d99a4968-5d90-4300-9a93-3e91f682c257_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19AYE/2026-03-26/image/3f489bf9-237e-4a32-a7ea-d7efb3d6fcc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19AYE/2026-03-26/image/42b278a2-6bb0-41e2-a1a7-5fd1f9a9cb69_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - NO KEYS MAY HAVE FURTHER FAULTS, SOLD AS SEEN**OUT-STANDING RECALL VOSA STATES 21K, 31K, 43K LAST KNOWN MILEAGE AS PER VOSA 43541 MILES 05/2024 - CAPPED INCORRETLY', 'virtual': True, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 115, '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-27 05:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028
2026-03-27 05:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60d6f182-e480-5a7c-ac6d-0acf69669c81 with scrape type 2
2026-03-27 05:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60d6f182-e480-5a7c-ac6d-0acf69669c81 with scrape type 2
2026-03-27 05:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60d6f182-e480-5a7c-ac6d-0acf69669c81, identifier: 114700028
2026-03-27 05:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119721273, 'registration': 'OV73CYX', 'account': 'VWF005', 'make': 'VOLKSWAGEN', 'model': 'TRANSPORTER T28 SWB DIESEL', 'derivative': '2.0 TDI 110 Highline Van', 'mileage': 1, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 29, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-09-09', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1968, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/OV73CYX/2026-02-18/image/68a83ca2-6ff3-4c5d-ba9c-dbefe82a07cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV73CYX/2026-02-18/image/f9edd6e7-4ce8-4c5f-b7c8-cf578cc65676_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV73CYX/2026-02-18/image/bebdef67-e20d-4f2f-a603-537fec9dd6f7_removebg.jpg?w=600'], 'colour': 'Candy White', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 08/24- 27k', 'remarks': 'VEHICLE HAS NO KEYS MAY HAVE FURTHER FAULTS, VENDOR HAS ESTIMATED MILEAGE TO BE 81,327 MILES', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 185, 'location': {'siteId': '659779', 'description': 'Aston Barclay Prees Heath'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119721273, 'registration': 'OV73CYX', 'account': 'VWF005', 'make': 'VOLKSWAGEN', 'model': 'TRANSPORTER T28 SWB DIESEL', 'derivative': '2.0 TDI 110 Highline Van', 'mileage': 1, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 65}, 'saleStart': '2026-03-27T11:00Z', 'lot': 29, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-09-09', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1968, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/OV73CYX/2026-02-18/image/68a83ca2-6ff3-4c5d-ba9c-dbefe82a07cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV73CYX/2026-02-18/image/f9edd6e7-4ce8-4c5f-b7c8-cf578cc65676_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV73CYX/2026-02-18/image/bebdef67-e20d-4f2f-a603-537fec9dd6f7_removebg.jpg?w=600'], 'colour': 'Candy White', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 08/24- 27k', 'remarks': 'VEHICLE HAS NO KEYS MAY HAVE FURTHER FAULTS, VENDOR HAS ESTIMATED MILEAGE TO BE 81,327 MILES', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 185, 'location': {'siteId': '659779', 'description': 'Aston Barclay Prees Heath'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273
2026-03-27 05:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232df26b-693f-5028-b95c-90a903c5297b with scrape type 2
2026-03-27 05:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232df26b-693f-5028-b95c-90a903c5297b with scrape type 2
2026-03-27 05:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 232df26b-693f-5028-b95c-90a903c5297b, identifier: 119721273
2026-03-27 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-27 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-27 05:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296
2026-03-27 05:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296
2026-03-27 05:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296 to the API
2026-03-27 05:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 170,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '0111e675-a3e2-5d92-a1f9-c9339991dc5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV13TVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/113467296',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VAUXHALL',
'model': 'ANTARA DIESEL ESTATE',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-29',
'seller_name': 'Link Financial',
'title': 'VAUXHALL ANTARA DIESEL ESTATE 2.2 CDTi Exclusiv 5dr [Start Stop]',
'transmission': 'manual',
'trim': '2.2 CDTi Exclusiv 5dr [Start Stop]',
'vin': None,
'year': 2013}
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27113467296%27 HTTP/1.1" 200 None
2026-03-27 05:04:15 [astonbarclay.gb] INFO: Saving data for 113467296: {'auction_closing_time': 1774609200.0, 'created_time': 1774357745.0391, 'last_price_update_time': 1774587855.170184}
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='113467296') HTTP/1.1" 204 0
2026-03-27 05:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028
2026-03-27 05:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028
2026-03-27 05:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028 to the API
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114700028?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '60d6f182-e480-5a7c-ac6d-0acf69669c81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB19AYE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114700028',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-27',
'seller_name': 'Link Financial',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B200d AMG Line Premium 5dr '
'Auto',
'transmission': 'automatic',
'trim': 'B200d AMG Line Premium 5dr Auto',
'vin': None,
'year': 2019}
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27114700028%27 HTTP/1.1" 200 None
2026-03-27 05:04:15 [astonbarclay.gb] INFO: Saving data for 114700028: {'auction_closing_time': 1774609200.0, 'created_time': 1774357989.865228, 'last_price_update_time': 1774587855.480228}
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114700028') HTTP/1.1" 204 0
2026-03-27 05:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Candy+White HTTP/1.1" 200 None
2026-03-27 05:04:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 05:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273
2026-03-27 05:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273 to the API
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119721273?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'Candy White',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '232df26b-693f-5028-b95c-90a903c5297b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OV73CYX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119721273',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T28 SWB DIESEL',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-09',
'seller_name': 'Volkswagen Financial Services',
'title': 'VOLKSWAGEN TRANSPORTER T28 SWB DIESEL 2.0 TDI 110 Highline Van',
'transmission': 'manual',
'trim': '2.0 TDI 110 Highline Van',
'vin': None,
'year': 2023}
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119721273%27 HTTP/1.1" 200 None
2026-03-27 05:04:15 [astonbarclay.gb] INFO: Saving data for 119721273: {'auction_closing_time': 1774609200.0, 'created_time': 1774033543.552611, 'last_price_update_time': 1774587855.904845}
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119721273') HTTP/1.1" 204 0
2026-03-27 05:04:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668119, 'registration': 'PX56HOH', 'account': 'WBA004', 'make': 'KIA', 'model': 'SEDONA DIESEL ESTATE', 'derivative': '2.9 CRDi TS 5dr', 'mileage': 102123, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 687, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-10-08', 'doors': 5, 'engineSize': 2902, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PX56HOH/2026-03-23/image/b09b2751-4dee-4937-b36a-608e1ce2c9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/44173219-50f7-4a8b-8895-89cd7f041560_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/a9fac57a-8c0f-4453-ad02-38044a814423_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/64faabf9-f56f-4873-a0ff-841a7b6edeb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/bbd82db7-ade9-432a-a41a-72ad3b8d8603_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/3b96badc-197e-41ad-a826-25a689a2e573_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/2d615ad1-876b-4bf8-9c60-c872c7beeb2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/481dc14c-3684-41e0-b8cf-4813aaca1bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/76026cc6-7e57-499b-8150-9880045e8ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/a4a4c88e-4d14-4d75-9e2d-59c174db63b0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/07 - 10K, 08/08 - 21K, 08/09 - 31K, 10/13 - 63K, 08/14 - 66K, 08/15 - 70K, 08/16 - 74K,', 'remarks': '**705** VOSA STATES 31K, 44K, 55K, 63K, 66K, 70K, 74K, 77K, 80K, 84K, 85K, 87K, 90K, 93K, 96K, 100K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 206, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2660ba7-3b38-40d7-9f42-34f5371911a6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668119, 'registration': 'PX56HOH', 'account': 'WBA004', 'make': 'KIA', 'model': 'SEDONA DIESEL ESTATE', 'derivative': '2.9 CRDi TS 5dr', 'mileage': 102123, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 687, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-10-08', 'doors': 5, 'engineSize': 2902, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PX56HOH/2026-03-23/image/b09b2751-4dee-4937-b36a-608e1ce2c9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/44173219-50f7-4a8b-8895-89cd7f041560_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/a9fac57a-8c0f-4453-ad02-38044a814423_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/64faabf9-f56f-4873-a0ff-841a7b6edeb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/bbd82db7-ade9-432a-a41a-72ad3b8d8603_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/3b96badc-197e-41ad-a826-25a689a2e573_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/2d615ad1-876b-4bf8-9c60-c872c7beeb2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/481dc14c-3684-41e0-b8cf-4813aaca1bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/76026cc6-7e57-499b-8150-9880045e8ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX56HOH/2026-03-23/image/a4a4c88e-4d14-4d75-9e2d-59c174db63b0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/07 - 10K, 08/08 - 21K, 08/09 - 31K, 10/13 - 63K, 08/14 - 66K, 08/15 - 70K, 08/16 - 74K,', 'remarks': '**705** VOSA STATES 31K, 44K, 55K, 63K, 66K, 70K, 74K, 77K, 80K, 84K, 85K, 87K, 90K, 93K, 96K, 100K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 206, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2660ba7-3b38-40d7-9f42-34f5371911a6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119
2026-03-27 05:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 474ecdf0-6073-5bff-965b-837f13731c5a with scrape type 2
2026-03-27 05:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 474ecdf0-6073-5bff-965b-837f13731c5a with scrape type 2
2026-03-27 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 474ecdf0-6073-5bff-965b-837f13731c5a, identifier: 120668119
2026-03-27 05:04:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411130, 'registration': 'YW15BHP', 'account': 'WBA004', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.0 PHEV GX5h 5dr Auto', 'mileage': 139932, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 695, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-06-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YW15BHP/2026-03-13/image/2e457828-7d7a-4db5-af3e-7f2103c941b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/9364adce-1660-40cb-8e63-93f58f5be297_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/bf49a836-f0ab-4bd3-b458-1c81acec9a38_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/62ea3e81-ff23-4ff7-843b-66fa74090a40_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/d4c9e188-28ce-4cb6-bf22-9b17dbf88da4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/6ee50ed7-e97a-472f-9481-3cb24b40888c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/c3491ca6-2c28-4e19-8eae-105b47626d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/a501ddfe-1570-421f-9f0e-ab566373540d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/e1f2a3c2-997b-48da-869f-8cec38046d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/c89f8568-b2e4-4a39-852a-9972cbb4eabf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/7a29d72e-3a5e-49b7-beef-d92c675e0742_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16 - 11K, 07/17 - 25K, 06/18 - 38K, 03/19 - 52K, 12/19 - 63K, 11/20 - 72K, 11/21 - 82K, 11/22 - 94K, 06/23 - 107K, 06/24 - 115K', 'remarks': '**675** VOSA STATES 38K, 56K, 67K, 76K, 89K, 107K, 115K, 130K, SD CARD, SPARE KEY CHARGING LEAD OFFER WHERE IT STANDS HYBRID FAULT', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6012262d-ffad-45c0-99ee-ae6b01202b46.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411130, 'registration': 'YW15BHP', 'account': 'WBA004', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.0 PHEV GX5h 5dr Auto', 'mileage': 139932, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 695, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-06-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-24', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YW15BHP/2026-03-13/image/2e457828-7d7a-4db5-af3e-7f2103c941b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/9364adce-1660-40cb-8e63-93f58f5be297_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/bf49a836-f0ab-4bd3-b458-1c81acec9a38_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/62ea3e81-ff23-4ff7-843b-66fa74090a40_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/d4c9e188-28ce-4cb6-bf22-9b17dbf88da4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/6ee50ed7-e97a-472f-9481-3cb24b40888c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/c3491ca6-2c28-4e19-8eae-105b47626d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/a501ddfe-1570-421f-9f0e-ab566373540d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/e1f2a3c2-997b-48da-869f-8cec38046d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/c89f8568-b2e4-4a39-852a-9972cbb4eabf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15BHP/2026-03-13/image/7a29d72e-3a5e-49b7-beef-d92c675e0742_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16 - 11K, 07/17 - 25K, 06/18 - 38K, 03/19 - 52K, 12/19 - 63K, 11/20 - 72K, 11/21 - 82K, 11/22 - 94K, 06/23 - 107K, 06/24 - 115K', 'remarks': '**675** VOSA STATES 38K, 56K, 67K, 76K, 89K, 107K, 115K, 130K, SD CARD, SPARE KEY CHARGING LEAD OFFER WHERE IT STANDS HYBRID FAULT', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6012262d-ffad-45c0-99ee-ae6b01202b46.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39a83e68-928b-573d-bd3f-ceb3aa5af2d5 with identifier: 120411130
2026-03-27 05:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39a83e68-928b-573d-bd3f-ceb3aa5af2d5 with scrape type 2
2026-03-27 05:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39a83e68-928b-573d-bd3f-ceb3aa5af2d5 with scrape type 2
2026-03-27 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 39a83e68-928b-573d-bd3f-ceb3aa5af2d5, identifier: 120411130
2026-03-27 05:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119
2026-03-27 05:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119
2026-03-27 05:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119 to the API
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668119?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 206,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.9L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '474ecdf0-6073-5bff-965b-837f13731c5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX56HOH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668119',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SEDONA DIESEL ESTATE',
'odometer': 102123,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-09-02',
'seller_name': 'UKCGR - Trade',
'title': 'KIA SEDONA DIESEL ESTATE 2.9 CRDi TS 5dr',
'transmission': 'manual',
'trim': '2.9 CRDi TS 5dr',
'vin': None,
'year': 2006}
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668119%27 HTTP/1.1" 200 None
2026-03-27 05:04:16 [astonbarclay.gb] INFO: Saving data for 120668119: {'auction_closing_time': 1774604700.0, 'created_time': 1774261106.966161, 'last_price_update_time': 1774587856.421809}
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668119') HTTP/1.1" 204 0
2026-03-27 05:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 39a83e68-928b-573d-bd3f-ceb3aa5af2d5 with identifier: 120411130
2026-03-27 05:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 39a83e68-928b-573d-bd3f-ceb3aa5af2d5 with identifier: 120411130
2026-03-27 05:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 39a83e68-928b-573d-bd3f-ceb3aa5af2d5 with identifier: 120411130 to the API
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411130?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '39a83e68-928b-573d-bd3f-ceb3aa5af2d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YW15BHP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411130',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MITSUBISHI',
'model': 'OUTLANDER ESTATE',
'odometer': 139932,
'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': 'UKCGR - Trade',
'title': 'MITSUBISHI OUTLANDER ESTATE 2.0 PHEV GX5h 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 PHEV GX5h 5dr Auto',
'vin': None,
'year': 2015}
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120411130%27 HTTP/1.1" 200 None
2026-03-27 05:04:16 [astonbarclay.gb] INFO: Saving data for 120411130: {'auction_closing_time': 1774604700.0, 'created_time': 1773401888.139097, 'last_price_update_time': 1774587856.701799}
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411130') HTTP/1.1" 204 0
2026-03-27 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120250741?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589168?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454860?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120723504?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 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-27 05:04:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120250741, 'registration': 'YE67PKZ', 'account': 'WBA003', 'make': 'MAZDA', 'model': 'MAZDA3 DIESEL FASTBACK', 'derivative': '2.2d Sport Nav 4dr', 'mileage': 70069, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 665, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-11-28', 'fuel': 'Diesel', 'motExpiry': '2026-11-27', 'doors': 4, 'engineSize': 2191, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/c36e63da-67b0-4a6a-9608-5db5a7ad18d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/dbec2798-669e-440b-a90f-a304653f8ee5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/7b4ec67e-6faf-4182-b919-0c053e447ce3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/5632ce16-3db6-41a5-b7df-2a3409053b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/908eebe8-83f4-4a7f-ba65-61e2d9e387bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/c55afab6-452f-40d9-8d2b-ac5ef665c894_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/0c5979c3-946f-4d9c-902c-b1626a92710c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/0130395b-8cb0-4033-8848-05f37178eca6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/90a11543-631f-449b-b59d-d61e8c3b52c3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/18 - 13K, 05/19 - 25K, 08/20 - 32K, 11/21 - 40K, 11/22 - 47K, 11/23 - 54K, 11/24 - 61K, 11/25 - 67K,', 'remarks': '**523** VOSA STATES 35K, 40K, 47K, 55K, 61K, 68K, SPARE KEY', '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/7b7b4837-44bb-4699-adf8-7b9453e6b249.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120250741, 'registration': 'YE67PKZ', 'account': 'WBA003', 'make': 'MAZDA', 'model': 'MAZDA3 DIESEL FASTBACK', 'derivative': '2.2d Sport Nav 4dr', 'mileage': 70069, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 665, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-11-28', 'fuel': 'Diesel', 'motExpiry': '2026-11-27', 'doors': 4, 'engineSize': 2191, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/c36e63da-67b0-4a6a-9608-5db5a7ad18d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/dbec2798-669e-440b-a90f-a304653f8ee5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/7b4ec67e-6faf-4182-b919-0c053e447ce3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/5632ce16-3db6-41a5-b7df-2a3409053b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/908eebe8-83f4-4a7f-ba65-61e2d9e387bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/c55afab6-452f-40d9-8d2b-ac5ef665c894_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/0c5979c3-946f-4d9c-902c-b1626a92710c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/0130395b-8cb0-4033-8848-05f37178eca6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE67PKZ/2026-03-10/image/90a11543-631f-449b-b59d-d61e8c3b52c3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/18 - 13K, 05/19 - 25K, 08/20 - 32K, 11/21 - 40K, 11/22 - 47K, 11/23 - 54K, 11/24 - 61K, 11/25 - 67K,', 'remarks': '**523** VOSA STATES 35K, 40K, 47K, 55K, 61K, 68K, SPARE KEY', '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/7b7b4837-44bb-4699-adf8-7b9453e6b249.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741
2026-03-27 05:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7c761e-8115-56d7-9d64-b1d26c1beace with scrape type 2
2026-03-27 05:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc7c761e-8115-56d7-9d64-b1d26c1beace with scrape type 2
2026-03-27 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc7c761e-8115-56d7-9d64-b1d26c1beace, identifier: 120250741
2026-03-27 05:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741
2026-03-27 05:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741
2026-03-27 05:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741 to the API
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120250741?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'cc7c761e-8115-56d7-9d64-b1d26c1beace',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE67PKZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120250741',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA3 DIESEL FASTBACK',
'odometer': 70069,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-28',
'seller_name': 'UKCGR - Select',
'title': 'MAZDA MAZDA3 DIESEL FASTBACK 2.2d Sport Nav 4dr',
'transmission': 'manual',
'trim': '2.2d Sport Nav 4dr',
'vin': None,
'year': 2017}
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120250741%27 HTTP/1.1" 200 None
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Saving data for 120250741: {'auction_closing_time': 1774604700.0, 'created_time': 1773403403.314381, 'last_price_update_time': 1774587857.238657}
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120250741') HTTP/1.1" 204 0
2026-03-27 05:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733369?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589168, 'registration': 'NK64NPV', 'account': 'WBA003', 'make': 'FORD', 'model': 'C-MAX DIESEL ESTATE', 'derivative': '1.6 TDCi Titanium 5dr', 'mileage': 111870, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 683, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-06', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NK64NPV/2026-03-19/image/255534f9-de90-4202-a665-fb50dfa90fdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/78adab2e-2885-4d2e-a277-7457ca740b77_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/f3b56224-1103-4d67-8176-6e77387084c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/d922e31e-d848-45d4-97c8-5291dcf6132f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/88450f52-e0c5-4a74-bbce-aa768a6e0758_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/b8d0bad6-aff8-4851-9a00-3253b3c1def3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/613c8b53-ebf8-4366-ae2e-a54798d07d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/0d1b0cfe-4f48-458c-aa49-36a46d0a49e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/4d42a32f-1f1a-44cf-a8d9-b35c2d80888c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/15 - 12K, 04/16 - 24K, 03/17 - 38K, 06/18 - 49K, 06/19 - 57K, 07/20 - 69K, 07/21 - 76K, 07/22 - 83K, 06/23 - 91K, 07/24 - 97K, 06/25 - 106K,', 'remarks': '**785** VOSA STATES 43K, 49K, 57K, 69K, 76K, 83K, 91K, 98K, 106K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', '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/1ef903e9-9440-47e0-ad1a-541fa8f79038.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589168, 'registration': 'NK64NPV', 'account': 'WBA003', 'make': 'FORD', 'model': 'C-MAX DIESEL ESTATE', 'derivative': '1.6 TDCi Titanium 5dr', 'mileage': 111870, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 683, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-09-06', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NK64NPV/2026-03-19/image/255534f9-de90-4202-a665-fb50dfa90fdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/78adab2e-2885-4d2e-a277-7457ca740b77_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/f3b56224-1103-4d67-8176-6e77387084c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/d922e31e-d848-45d4-97c8-5291dcf6132f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/88450f52-e0c5-4a74-bbce-aa768a6e0758_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/b8d0bad6-aff8-4851-9a00-3253b3c1def3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/613c8b53-ebf8-4366-ae2e-a54798d07d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/0d1b0cfe-4f48-458c-aa49-36a46d0a49e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK64NPV/2026-03-19/image/4d42a32f-1f1a-44cf-a8d9-b35c2d80888c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/15 - 12K, 04/16 - 24K, 03/17 - 38K, 06/18 - 49K, 06/19 - 57K, 07/20 - 69K, 07/21 - 76K, 07/22 - 83K, 06/23 - 91K, 07/24 - 97K, 06/25 - 106K,', 'remarks': '**785** VOSA STATES 43K, 49K, 57K, 69K, 76K, 83K, 91K, 98K, 106K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', '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/1ef903e9-9440-47e0-ad1a-541fa8f79038.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168
2026-03-27 05:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with scrape type 2
2026-03-27 05:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with scrape type 2
2026-03-27 05:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83, identifier: 120589168
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454860, 'registration': 'YX11RZF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4T 16V Exclusiv 5dr', 'mileage': 63025, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 682, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-10-05', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX11RZF/2026-03-16/image/065fa2a0-f3ef-4b6d-bbef-99ecbd3c1fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/1baafdfb-ce83-4d27-9642-fa7948ff5a4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/0b9e29a8-a929-4ecc-af5b-ee19781df7f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/12c002be-d9eb-4cbd-ac70-d3f55268d8bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/f22fc24e-a457-43c5-b976-def3c6feb6d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/c11aee34-e8ff-4ae8-81df-8def8913c465_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/a0cb9b33-53a4-428d-a31b-5bece9b01ed4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/285b12c1-cb91-4d84-9a26-ea7a4d6787fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/6b3a4b82-6617-4cd0-86b3-169f1925cd9c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/12 - 2K, 02/13 - 4K, 02/14 - 7K, 03/15 - 10K, 03/16 - 16K, 03/17 - 23K, 02/18 - 29K, 06/19 - 40K, 09/20 - 46K, 09/21 - 51K, 09/23 - 57K, 09/24 - 59K, 05/25 - 61K', 'remarks': '**495** VOSA STATES 7K, 10K, 16K, 23K, 29K, 32K, 40K, 46K, 51K, 54K, 57K, 59K, 62K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10c7f9d3-0d77-4e4f-b34a-f183a7783522.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454860, 'registration': 'YX11RZF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4T 16V Exclusiv 5dr', 'mileage': 63025, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 682, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-10-05', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX11RZF/2026-03-16/image/065fa2a0-f3ef-4b6d-bbef-99ecbd3c1fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/1baafdfb-ce83-4d27-9642-fa7948ff5a4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/0b9e29a8-a929-4ecc-af5b-ee19781df7f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/12c002be-d9eb-4cbd-ac70-d3f55268d8bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/f22fc24e-a457-43c5-b976-def3c6feb6d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/c11aee34-e8ff-4ae8-81df-8def8913c465_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/a0cb9b33-53a4-428d-a31b-5bece9b01ed4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/285b12c1-cb91-4d84-9a26-ea7a4d6787fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX11RZF/2026-03-16/image/6b3a4b82-6617-4cd0-86b3-169f1925cd9c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/12 - 2K, 02/13 - 4K, 02/14 - 7K, 03/15 - 10K, 03/16 - 16K, 03/17 - 23K, 02/18 - 29K, 06/19 - 40K, 09/20 - 46K, 09/21 - 51K, 09/23 - 57K, 09/24 - 59K, 05/25 - 61K', 'remarks': '**495** VOSA STATES 7K, 10K, 16K, 23K, 29K, 32K, 40K, 46K, 51K, 54K, 57K, 59K, 62K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10c7f9d3-0d77-4e4f-b34a-f183a7783522.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860
2026-03-27 05:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b2eed43-1b88-5300-809a-6f6e924214e7 with scrape type 2
2026-03-27 05:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b2eed43-1b88-5300-809a-6f6e924214e7 with scrape type 2
2026-03-27 05:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b2eed43-1b88-5300-809a-6f6e924214e7, identifier: 120454860
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120723504, 'registration': 'YS10EAM', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V Exclusiv 5dr', 'mileage': 109908, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 662, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS10EAM/2026-03-24/image/457aa6a7-a14d-4caf-b9cd-577a4dd15d63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/8637f41d-f30f-49fb-a5ba-24ce540078f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/f48933cd-c550-4090-998d-8cb8fa459eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/01aeb6a4-35ec-40de-bd13-1963fd2b0010_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/8853bfe9-fc91-4b23-9e8d-99eae28429a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/cc396fae-09e2-4b66-a229-b7a47e0cc6ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/4f4230ce-8a7f-4665-aca8-c901668cc7e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/6d09a623-be7b-475a-8b44-ef98cab554e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/1c7688d6-5562-4764-b136-0a3aa3b558a1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 08/23 - 94K', 'remarks': '**697** VOSA STATES 20K, 29K, 36K, 43K, 53K, 62K, 70K, 79K, 82K, 89K, 96K, 103K, 108K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/0144828e-2b3e-4666-b206-96bb77fc4e09.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120723504, 'registration': 'YS10EAM', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V Exclusiv 5dr', 'mileage': 109908, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 662, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS10EAM/2026-03-24/image/457aa6a7-a14d-4caf-b9cd-577a4dd15d63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/8637f41d-f30f-49fb-a5ba-24ce540078f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/f48933cd-c550-4090-998d-8cb8fa459eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/01aeb6a4-35ec-40de-bd13-1963fd2b0010_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/8853bfe9-fc91-4b23-9e8d-99eae28429a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/cc396fae-09e2-4b66-a229-b7a47e0cc6ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/4f4230ce-8a7f-4665-aca8-c901668cc7e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/6d09a623-be7b-475a-8b44-ef98cab554e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS10EAM/2026-03-24/image/1c7688d6-5562-4764-b136-0a3aa3b558a1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 08/23 - 94K', 'remarks': '**697** VOSA STATES 20K, 29K, 36K, 43K, 53K, 62K, 70K, 79K, 82K, 89K, 96K, 103K, 108K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/0144828e-2b3e-4666-b206-96bb77fc4e09.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504
2026-03-27 05:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21edad10-d151-58b0-a734-76302bcf7aaf with scrape type 2
2026-03-27 05:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21edad10-d151-58b0-a734-76302bcf7aaf with scrape type 2
2026-03-27 05:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 21edad10-d151-58b0-a734-76302bcf7aaf, identifier: 120723504
2026-03-27 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-27 05:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168
2026-03-27 05:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168
2026-03-27 05:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168 to the API
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589168?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '14f7ab2b-ec03-5495-ac5d-1bb5e6409f83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NK64NPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589168',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'C-MAX DIESEL ESTATE',
'odometer': 111870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-06',
'seller_name': 'UKCGR - Select',
'title': 'FORD C-MAX DIESEL ESTATE 1.6 TDCi Titanium 5dr',
'transmission': 'manual',
'trim': '1.6 TDCi Titanium 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120589168%27 HTTP/1.1" 200 None
2026-03-27 05:04:17 [astonbarclay.gb] INFO: Saving data for 120589168: {'auction_closing_time': 1774604700.0, 'created_time': 1773860458.972032, 'last_price_update_time': 1774587857.815397}
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589168') HTTP/1.1" 204 0
2026-03-27 05:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860
2026-03-27 05:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860
2026-03-27 05:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860 to the API
2026-03-27 05:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120454860?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '9b2eed43-1b88-5300-809a-6f6e924214e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX11RZF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454860',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MERIVA ESTATE',
'odometer': 63025,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL MERIVA ESTATE 1.4T 16V Exclusiv 5dr',
'transmission': 'manual',
'trim': '1.4T 16V Exclusiv 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454860%27 HTTP/1.1" 200 None
2026-03-27 05:04:18 [astonbarclay.gb] INFO: Saving data for 120454860: {'auction_closing_time': 1774604700.0, 'created_time': 1773655308.159276, 'last_price_update_time': 1774587858.149822}
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454860') HTTP/1.1" 204 0
2026-03-27 05:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504
2026-03-27 05:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504
2026-03-27 05:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504 to the API
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120723504?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '21edad10-d151-58b0-a734-76302bcf7aaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS10EAM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120723504',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 109908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-26',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i 16V Exclusiv 5dr',
'transmission': 'manual',
'trim': '1.6i 16V Exclusiv 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120723504%27 HTTP/1.1" 200 None
2026-03-27 05:04:18 [astonbarclay.gb] INFO: Saving data for 120723504: {'auction_closing_time': 1774604700.0, 'created_time': 1774357714.289283, 'last_price_update_time': 1774587858.464686}
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120723504') HTTP/1.1" 204 0
2026-03-27 05:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120606158?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733369, 'registration': 'EN54ULO', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'GETZ HATCHBACK', 'derivative': '1.3 GSI 3dr', 'mileage': 86159, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 666, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2004-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 3, 'engineSize': 1341, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN54ULO/2026-03-25/image/c6f93d32-0063-4a7c-9c49-07cd1c442f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/1e406687-45cd-4585-ae59-6def1a343826_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/d9c17b14-c8fd-4c72-a040-d49adbfbaeeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/588ddf94-1f36-4fd6-859a-16d92469a29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/c5aed00b-1490-4f72-9a83-8b4b4adf3502_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/9dd45f89-a25d-4e83-acb4-2651da4b3f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/19234abc-671a-484e-a886-e7e4fef7fe36_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/caef45c9-e080-4b04-a7a8-e465801fd7a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/c1726c63-3fd4-42c4-8d79-71e15a8d746e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**775** VOSA STATES 7K, 18K, 24K, 29K, 34K, 38K, 45K, 50K, 55K, 59K, 64K, 69K, 71K, 71K, 74K, 77K, 80K, 84K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa00fc6a-fed8-4452-87d2-c6edeaf76dec.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733369, 'registration': 'EN54ULO', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'GETZ HATCHBACK', 'derivative': '1.3 GSI 3dr', 'mileage': 86159, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 666, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2004-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 3, 'engineSize': 1341, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN54ULO/2026-03-25/image/c6f93d32-0063-4a7c-9c49-07cd1c442f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/1e406687-45cd-4585-ae59-6def1a343826_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/d9c17b14-c8fd-4c72-a040-d49adbfbaeeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/588ddf94-1f36-4fd6-859a-16d92469a29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/c5aed00b-1490-4f72-9a83-8b4b4adf3502_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/9dd45f89-a25d-4e83-acb4-2651da4b3f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/19234abc-671a-484e-a886-e7e4fef7fe36_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/caef45c9-e080-4b04-a7a8-e465801fd7a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN54ULO/2026-03-25/image/c1726c63-3fd4-42c4-8d79-71e15a8d746e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**775** VOSA STATES 7K, 18K, 24K, 29K, 34K, 38K, 45K, 50K, 55K, 59K, 64K, 69K, 71K, 71K, 74K, 77K, 80K, 84K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa00fc6a-fed8-4452-87d2-c6edeaf76dec.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369
2026-03-27 05:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 282311dc-787b-5e43-ab30-88ae3460c373 with scrape type 2
2026-03-27 05:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 282311dc-787b-5e43-ab30-88ae3460c373 with scrape type 2
2026-03-27 05:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 282311dc-787b-5e43-ab30-88ae3460c373, identifier: 120733369
2026-03-27 05:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369
2026-03-27 05:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369
2026-03-27 05:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369 to the API
2026-03-27 05:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733369?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '282311dc-787b-5e43-ab30-88ae3460c373',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN54ULO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733369',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'GETZ HATCHBACK',
'odometer': 86159,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-12-22',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI GETZ HATCHBACK 1.3 GSI 3dr',
'transmission': 'manual',
'trim': '1.3 GSI 3dr',
'vin': None,
'year': 2004}
2026-03-27 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733369%27 HTTP/1.1" 200 None
2026-03-27 05:04:19 [astonbarclay.gb] INFO: Saving data for 120733369: {'auction_closing_time': 1774604700.0, 'created_time': 1774357771.415057, 'last_price_update_time': 1774587859.56659}
2026-03-27 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733369') HTTP/1.1" 204 0
2026-03-27 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719442?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120605018?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454811?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732912?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120606158, 'registration': 'BN14UVV', 'account': 'WBA004', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi KX-3 5dr', 'mileage': 105660, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 657, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-27', 'fuel': 'Diesel', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BN14UVV/2026-03-21/image/d406a6f2-27f5-4e5f-bb44-c549c376f061_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/94015854-537b-454d-8c73-1b2442747c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/aa805581-1e44-4050-aefb-7c99536ed553_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/aa510984-8107-494f-bdef-bf4566008460_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/526de428-51a2-4c50-897d-5f31a33fb94c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/edf2e0cf-966a-4bfb-8d52-322e1fdb914c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/0874aab7-66f1-4b4f-aba9-24468006ff4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/d1cc8fb8-148f-46e7-a399-1ee24a94e98d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/524df097-2ec5-45db-a488-a865507517bb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/15- 28K, 02/16- 45K, 12/16- 63K', 'remarks': '**469** VOSA STATES 69K, 74K, 79K, 82K, 84K, 87K, 90K, 92K, 98K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91bc8541-971a-419b-acc6-129075b3cfae.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120606158, 'registration': 'BN14UVV', 'account': 'WBA004', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi KX-3 5dr', 'mileage': 105660, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 657, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-27', 'fuel': 'Diesel', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BN14UVV/2026-03-21/image/d406a6f2-27f5-4e5f-bb44-c549c376f061_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/94015854-537b-454d-8c73-1b2442747c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/aa805581-1e44-4050-aefb-7c99536ed553_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/aa510984-8107-494f-bdef-bf4566008460_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/526de428-51a2-4c50-897d-5f31a33fb94c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/edf2e0cf-966a-4bfb-8d52-322e1fdb914c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/0874aab7-66f1-4b4f-aba9-24468006ff4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/d1cc8fb8-148f-46e7-a399-1ee24a94e98d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN14UVV/2026-03-21/image/524df097-2ec5-45db-a488-a865507517bb_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/15- 28K, 02/16- 45K, 12/16- 63K', 'remarks': '**469** VOSA STATES 69K, 74K, 79K, 82K, 84K, 87K, 90K, 92K, 98K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91bc8541-971a-419b-acc6-129075b3cfae.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158
2026-03-27 05:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with scrape type 2
2026-03-27 05:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with scrape type 2
2026-03-27 05:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7, identifier: 120606158
2026-03-27 05:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158
2026-03-27 05:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158
2026-03-27 05:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158 to the API
2026-03-27 05:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120606158?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN14UVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120606158',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 105660,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-27',
'seller_name': 'UKCGR - Trade',
'title': 'KIA SPORTAGE DIESEL ESTATE 2.0 CRDi KX-3 5dr',
'transmission': 'manual',
'trim': '2.0 CRDi KX-3 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120606158%27 HTTP/1.1" 200 None
2026-03-27 05:04:19 [astonbarclay.gb] INFO: Saving data for 120606158: {'auction_closing_time': 1774604700.0, 'created_time': 1773928848.973937, 'last_price_update_time': 1774587859.995281}
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606158') HTTP/1.1" 204 0
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719442, 'registration': 'FY11YHN', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '2.2 i-DTEC EX 5dr', 'mileage': 101130, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 653, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-04-26', 'fuel': 'Diesel', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 2199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FY11YHN/2026-03-24/image/f1b6ff0d-1333-4478-8ee5-f88b7593181c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/0d5d3360-e7b2-4f94-b8ae-3bdd80b065ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/c515b1bf-d33c-4f82-8105-c64002649055_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/69ab7fc2-e077-4a5a-a2f2-24f5a9edd18f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/026b78f1-706d-4514-880a-c4ee136577a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/5eddf4c1-a810-48bb-a5a0-fbaebbafb193_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/7ae10ccf-958e-4c63-a9c5-9a14d1c70d96_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/a5543e1d-2994-4ebc-9921-50b7dd519f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/e8d97b84-4b54-4dd1-8efd-09b4c15e9250_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/12 - 13K, 04/13 - 23K, 04/14 - 34K, 03/15 - 42K, 03/16 - 51K, 03/17 - 59K, 03/18 - 69K, 03/19 - 77K, 03/20 - 81K, 03/21 - 88K, 03/22 - 96K, 03/23 - 98K', 'remarks': '**498** VOSA STATES 34K, 42K, 51K, 59K, 69K, 77K, 82K, 88K, 96K, 98K, 99K, 100K, 101K (FAIL), SPARE KEY, SAT NAV CD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74087c25-6278-4d1d-a0e0-30c862e48e83.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719442, 'registration': 'FY11YHN', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '2.2 i-DTEC EX 5dr', 'mileage': 101130, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 653, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-04-26', 'fuel': 'Diesel', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 2199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FY11YHN/2026-03-24/image/f1b6ff0d-1333-4478-8ee5-f88b7593181c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/0d5d3360-e7b2-4f94-b8ae-3bdd80b065ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/c515b1bf-d33c-4f82-8105-c64002649055_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/69ab7fc2-e077-4a5a-a2f2-24f5a9edd18f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/026b78f1-706d-4514-880a-c4ee136577a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/5eddf4c1-a810-48bb-a5a0-fbaebbafb193_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/7ae10ccf-958e-4c63-a9c5-9a14d1c70d96_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/a5543e1d-2994-4ebc-9921-50b7dd519f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY11YHN/2026-03-24/image/e8d97b84-4b54-4dd1-8efd-09b4c15e9250_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/12 - 13K, 04/13 - 23K, 04/14 - 34K, 03/15 - 42K, 03/16 - 51K, 03/17 - 59K, 03/18 - 69K, 03/19 - 77K, 03/20 - 81K, 03/21 - 88K, 03/22 - 96K, 03/23 - 98K', 'remarks': '**498** VOSA STATES 34K, 42K, 51K, 59K, 69K, 77K, 82K, 88K, 96K, 98K, 99K, 100K, 101K (FAIL), SPARE KEY, SAT NAV CD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74087c25-6278-4d1d-a0e0-30c862e48e83.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442
2026-03-27 05:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1, identifier: 120719442
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120605018, 'registration': 'YN63VHG', 'account': 'WBA004', 'make': 'FIAT', 'model': 'PANDA HATCHBACK', 'derivative': '1.2 Lounge 5dr', 'mileage': 23683, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 651, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-10-07', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YN63VHG/2026-03-19/image/a67346e5-059b-4bfd-83c2-ab9456308591_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/eda62bb2-d24d-4870-aa66-fee9b970fbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/ea4481c9-3b4e-4676-bff9-0fd4a7fbb793_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/40910a29-74c0-400a-976d-d7143f2d5944_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/aa2604ae-6fb7-410d-8eef-ca85201101f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/427947c5-1587-433b-9cae-2eb141ead0e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/fa423317-8429-4ab9-a314-ca3075a645e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/c98751cc-bdbc-4c84-9659-720b104680ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/395d06b6-8164-4a2e-8dd1-29e59d2d6ef8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/14- 2K, 09/15- 4K, 09/16- 6K, 09/17- 9K, 09/18- 11K, PRINT- 09/19- 15K, 09/21- 17K, 09/23- 19K', 'remarks': '**412** VOSA STATES 6K, 9K, 11K, 15K, 16K, 17K, 18K, 19K, 20K, 22K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb431226-e9f9-4f21-896a-cbcf1f21cab6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120605018, 'registration': 'YN63VHG', 'account': 'WBA004', 'make': 'FIAT', 'model': 'PANDA HATCHBACK', 'derivative': '1.2 Lounge 5dr', 'mileage': 23683, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 651, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-10-07', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YN63VHG/2026-03-19/image/a67346e5-059b-4bfd-83c2-ab9456308591_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/eda62bb2-d24d-4870-aa66-fee9b970fbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/ea4481c9-3b4e-4676-bff9-0fd4a7fbb793_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/40910a29-74c0-400a-976d-d7143f2d5944_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/aa2604ae-6fb7-410d-8eef-ca85201101f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/427947c5-1587-433b-9cae-2eb141ead0e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/fa423317-8429-4ab9-a314-ca3075a645e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/c98751cc-bdbc-4c84-9659-720b104680ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN63VHG/2026-03-19/image/395d06b6-8164-4a2e-8dd1-29e59d2d6ef8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/14- 2K, 09/15- 4K, 09/16- 6K, 09/17- 9K, 09/18- 11K, PRINT- 09/19- 15K, 09/21- 17K, 09/23- 19K', 'remarks': '**412** VOSA STATES 6K, 9K, 11K, 15K, 16K, 17K, 18K, 19K, 20K, 22K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb431226-e9f9-4f21-896a-cbcf1f21cab6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018
2026-03-27 05:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd31de1a-95aa-5603-93c7-e9a2119e16e6 with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd31de1a-95aa-5603-93c7-e9a2119e16e6 with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd31de1a-95aa-5603-93c7-e9a2119e16e6, identifier: 120605018
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454811, 'registration': 'TFZ5280', 'account': 'WBA003', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d SE 5dr Step Auto', 'mileage': 98188, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 656, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-08-06', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/TFZ5280/2026-03-16/image/9d94a3a8-765e-408e-8a1e-27ebdaf20c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/12e7c767-772a-497a-868e-69f042a724be_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/9206ed06-20d8-4531-af35-8eb11839c914_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/32c54e6a-d40b-48b1-97c1-3fbe5facc8ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/d99ca4c6-6114-4536-9476-1c670e94db44_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/85feeb4d-dfb4-46a8-a2d7-17c91f908971_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/cbc98b33-a4de-4484-b2ba-8b33616c3928_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/b74500f9-bf77-47ee-8a4c-984b06340e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/e31a1241-d4ff-4093-87e0-fb40152b59c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/835e8716-9fd1-47fb-ba31-3fe9e89e6a5d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/21 - NO MILEAGE, 10/22 - 72K,', 'remarks': '**758** VOSA STATES 31K, 41K, 52K, 61K, 70K, 78K, 87K, 94K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59ba1097-6f20-4385-b4a4-b905d3247903.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454811, 'registration': 'TFZ5280', 'account': 'WBA003', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d SE 5dr Step Auto', 'mileage': 98188, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 656, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-08-06', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/TFZ5280/2026-03-16/image/9d94a3a8-765e-408e-8a1e-27ebdaf20c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/12e7c767-772a-497a-868e-69f042a724be_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/9206ed06-20d8-4531-af35-8eb11839c914_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/32c54e6a-d40b-48b1-97c1-3fbe5facc8ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/d99ca4c6-6114-4536-9476-1c670e94db44_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/85feeb4d-dfb4-46a8-a2d7-17c91f908971_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/cbc98b33-a4de-4484-b2ba-8b33616c3928_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/b74500f9-bf77-47ee-8a4c-984b06340e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/e31a1241-d4ff-4093-87e0-fb40152b59c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/TFZ5280/2026-03-16/image/835e8716-9fd1-47fb-ba31-3fe9e89e6a5d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/21 - NO MILEAGE, 10/22 - 72K,', 'remarks': '**758** VOSA STATES 31K, 41K, 52K, 61K, 70K, 78K, 87K, 94K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59ba1097-6f20-4385-b4a4-b905d3247903.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811
2026-03-27 05:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bf28450c-8a5c-52e3-8d53-723eaa2e7c97, identifier: 120454811
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732912, 'registration': 'YP16LVY', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Exclusive 5dr', 'mileage': 104149, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 652, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-03', 'fuel': 'Diesel', 'motExpiry': '2026-05-25', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YP16LVY/2026-03-25/image/da079fdc-acae-4580-9bac-59aa7d7804cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/36fb7454-d428-47a9-a24c-31e794a0863e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/bbebfe0a-c22c-4019-9acb-812c3cd401b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/e0767ee1-c34b-4603-9be3-5a7915690d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/62ecf089-deac-4b6c-ab52-febddf126bb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/d4a048ef-239e-4e4a-a892-f33fdfaa242f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/aa43f92c-8994-4348-a588-053146f088c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/62ae0a66-0c7a-494d-be58-75d62be9a6c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/4648cf98-6f5c-493b-907a-72e8c87a0cec_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/18 - 21K, 03/19 - 30K, 03/20 - 42K, 03/21 - 51K, 03/22 - 62K, 05/23 - 74K, 01/25 - 92K,', 'remarks': '**747** VOSA STATES 32K, 43K, 52K, 62K, 74K, 84K, 95K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eaa818d1-131a-42e7-82b5-92f96cbed0bf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732912, 'registration': 'YP16LVY', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Exclusive 5dr', 'mileage': 104149, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 652, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-03', 'fuel': 'Diesel', 'motExpiry': '2026-05-25', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YP16LVY/2026-03-25/image/da079fdc-acae-4580-9bac-59aa7d7804cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/36fb7454-d428-47a9-a24c-31e794a0863e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/bbebfe0a-c22c-4019-9acb-812c3cd401b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/e0767ee1-c34b-4603-9be3-5a7915690d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/62ecf089-deac-4b6c-ab52-febddf126bb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/d4a048ef-239e-4e4a-a892-f33fdfaa242f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/aa43f92c-8994-4348-a588-053146f088c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/62ae0a66-0c7a-494d-be58-75d62be9a6c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP16LVY/2026-03-25/image/4648cf98-6f5c-493b-907a-72e8c87a0cec_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/18 - 21K, 03/19 - 30K, 03/20 - 42K, 03/21 - 51K, 03/22 - 62K, 05/23 - 74K, 01/25 - 92K,', 'remarks': '**747** VOSA STATES 32K, 43K, 52K, 62K, 74K, 84K, 95K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eaa818d1-131a-42e7-82b5-92f96cbed0bf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912
2026-03-27 05:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with scrape type 2
2026-03-27 05:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab, identifier: 120732912
2026-03-27 05:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442
2026-03-27 05:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442
2026-03-27 05:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442 to the API
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719442?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 171,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '5c24c0e8-d42b-5595-a602-ed9fdfc7eea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY11YHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719442',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CR-V DIESEL ESTATE',
'odometer': 101130,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-26',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CR-V DIESEL ESTATE 2.2 i-DTEC EX 5dr',
'transmission': 'manual',
'trim': '2.2 i-DTEC EX 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120719442%27 HTTP/1.1" 200 None
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Saving data for 120719442: {'auction_closing_time': 1774604700.0, 'created_time': 1774357828.818952, 'last_price_update_time': 1774587860.680379}
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719442') HTTP/1.1" 204 0
2026-03-27 05:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018
2026-03-27 05:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018
2026-03-27 05:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018 to the API
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120605018?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'cd31de1a-95aa-5603-93c7-e9a2119e16e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YN63VHG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120605018',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': 'PANDA HATCHBACK',
'odometer': 23683,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT PANDA HATCHBACK 1.2 Lounge 5dr',
'transmission': 'manual',
'trim': '1.2 Lounge 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120605018%27 HTTP/1.1" 200 None
2026-03-27 05:04:20 [astonbarclay.gb] INFO: Saving data for 120605018: {'auction_closing_time': 1774604700.0, 'created_time': 1773928886.673741, 'last_price_update_time': 1774587860.96045}
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120605018') HTTP/1.1" 204 0
2026-03-27 05:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811
2026-03-27 05:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811
2026-03-27 05:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811 to the API
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120454811?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'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': 'bf28450c-8a5c-52e3-8d53-723eaa2e7c97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'TFZ5280',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454811',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'X3 DIESEL ESTATE',
'odometer': 98188,
'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 - Select',
'title': 'BMW X3 DIESEL ESTATE xDrive20d SE 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive20d SE 5dr Step Auto',
'vin': None,
'year': 2014}
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454811%27 HTTP/1.1" 200 None
2026-03-27 05:04:21 [astonbarclay.gb] INFO: Saving data for 120454811: {'auction_closing_time': 1774604700.0, 'created_time': 1773655406.809253, 'last_price_update_time': 1774587861.277216}
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454811') HTTP/1.1" 204 0
2026-03-27 05:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912
2026-03-27 05:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912
2026-03-27 05:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912 to the API
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732912?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 100,
'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': '3bfb8dde-1ebb-5276-85e3-2e433b9574ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP16LVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732912',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C4 PICASSO DIESEL ESTATE',
'odometer': 104149,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-03',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C4 PICASSO DIESEL ESTATE 1.6 BlueHDi Exclusive 5dr',
'transmission': 'manual',
'trim': '1.6 BlueHDi Exclusive 5dr',
'vin': None,
'year': 2016}
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732912%27 HTTP/1.1" 200 None
2026-03-27 05:04:21 [astonbarclay.gb] INFO: Saving data for 120732912: {'auction_closing_time': 1774604700.0, 'created_time': 1774357743.238769, 'last_price_update_time': 1774587861.563061}
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732912') HTTP/1.1" 204 0
2026-03-27 05:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120728826?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120585528?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728826, 'registration': 'BV65FTK', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'PULSAR HATCHBACK', 'derivative': '1.2 DiG-T N-Tec 5dr', 'mileage': 88593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 647, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV65FTK/2026-03-24/image/ac57cf03-6766-46d5-ab11-948e489de2e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/87462ca2-ead0-4ad2-afb3-a35d85f7ec95_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/c29c92ca-1cef-469f-acef-92c649017755_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/d7ee29ca-b01f-408c-9973-8b6f440dfc62_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/f2a1e923-0331-4a0d-9fdd-f2efeee52ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/e19d8b72-db0b-41fa-843e-e685f29fabea_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/7434ace4-3c9d-49cf-8405-208792ba90b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/68db4be6-e5e7-459d-b6ba-d7a20fbd1343_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/ff4a8447-fe1a-4ffd-a82a-7e0d8d480578_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/17 - 9K, 03/18 - 18K, 09/18 - 23K, 01/21 - 38K, 11/21 - 44K, 11/22 - 53K, 11/23 - 62K', 'remarks': '**739** VOSA STATES 23K, 30K, 37K, 43K, 51K, 53K, 62K, 74K, 87K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5aa48fd4-cf33-4ca9-bc5e-e71758eeba8b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728826, 'registration': 'BV65FTK', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'PULSAR HATCHBACK', 'derivative': '1.2 DiG-T N-Tec 5dr', 'mileage': 88593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 647, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV65FTK/2026-03-24/image/ac57cf03-6766-46d5-ab11-948e489de2e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/87462ca2-ead0-4ad2-afb3-a35d85f7ec95_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/c29c92ca-1cef-469f-acef-92c649017755_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/d7ee29ca-b01f-408c-9973-8b6f440dfc62_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/f2a1e923-0331-4a0d-9fdd-f2efeee52ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/e19d8b72-db0b-41fa-843e-e685f29fabea_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/7434ace4-3c9d-49cf-8405-208792ba90b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/68db4be6-e5e7-459d-b6ba-d7a20fbd1343_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV65FTK/2026-03-24/image/ff4a8447-fe1a-4ffd-a82a-7e0d8d480578_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/17 - 9K, 03/18 - 18K, 09/18 - 23K, 01/21 - 38K, 11/21 - 44K, 11/22 - 53K, 11/23 - 62K', 'remarks': '**739** VOSA STATES 23K, 30K, 37K, 43K, 51K, 53K, 62K, 74K, 87K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5aa48fd4-cf33-4ca9-bc5e-e71758eeba8b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826
2026-03-27 05:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c0d7287-8080-5f82-ad9c-43e456d09b06 with scrape type 2
2026-03-27 05:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c0d7287-8080-5f82-ad9c-43e456d09b06 with scrape type 2
2026-03-27 05:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c0d7287-8080-5f82-ad9c-43e456d09b06, identifier: 120728826
2026-03-27 05:04:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120585528, 'registration': 'YG73VJZ', 'account': 'WBA003', 'make': 'LAND ROVER', 'model': 'DEFENDER 90 DIESEL', 'derivative': '3.0 D200 Hard Top Auto', 'mileage': 24369, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 648, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-09-29', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2997, 'bodyType': 'Hardtop', 'images': ['https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/26cc4e56-21da-4465-8c50-f6809098c795_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/32544da3-12f4-4002-b385-cf86c938104d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/69534c26-1f98-44d1-9b7a-3a862cb210b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/d0ac0ce1-2657-4245-bf31-3c1a91c2225e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/f0f2d938-a2d8-4688-b0e2-b84c79830d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/be2906bc-21b7-47f9-9336-4175b3bb5678_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/11a9aa77-97eb-4623-9a10-28967a4b2437_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/67466645-31e4-4093-b21f-83599742142a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book SERVICE STAMPED NO DATE OR MILEAGE RECORDED', 'remarks': '**442** SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 235, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d1a8cf9c-9b28-46f5-99f5-e22348b2624a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:04:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120585528, 'registration': 'YG73VJZ', 'account': 'WBA003', 'make': 'LAND ROVER', 'model': 'DEFENDER 90 DIESEL', 'derivative': '3.0 D200 Hard Top Auto', 'mileage': 24369, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 648, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-09-29', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2997, 'bodyType': 'Hardtop', 'images': ['https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/26cc4e56-21da-4465-8c50-f6809098c795_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/32544da3-12f4-4002-b385-cf86c938104d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/69534c26-1f98-44d1-9b7a-3a862cb210b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/d0ac0ce1-2657-4245-bf31-3c1a91c2225e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/f0f2d938-a2d8-4688-b0e2-b84c79830d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/be2906bc-21b7-47f9-9336-4175b3bb5678_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/11a9aa77-97eb-4623-9a10-28967a4b2437_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG73VJZ/2026-03-19/image/67466645-31e4-4093-b21f-83599742142a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book SERVICE STAMPED NO DATE OR MILEAGE RECORDED', 'remarks': '**442** SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 235, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d1a8cf9c-9b28-46f5-99f5-e22348b2624a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528
2026-03-27 05:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e209b91-80f7-5357-8fc6-aa3cb497de22 with scrape type 2
2026-03-27 05:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e209b91-80f7-5357-8fc6-aa3cb497de22 with scrape type 2
2026-03-27 05:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e209b91-80f7-5357-8fc6-aa3cb497de22, identifier: 120585528
2026-03-27 05:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826
2026-03-27 05:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826
2026-03-27 05:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826 to the API
2026-03-27 05:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120728826?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-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '4c0d7287-8080-5f82-ad9c-43e456d09b06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV65FTK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120728826',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'PULSAR HATCHBACK',
'odometer': 88593,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN PULSAR HATCHBACK 1.2 DiG-T N-Tec 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Tec 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120728826%27 HTTP/1.1" 200 None
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Saving data for 120728826: {'auction_closing_time': 1774604700.0, 'created_time': 1774357741.378397, 'last_price_update_time': 1774587862.17292}
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728826') HTTP/1.1" 204 0
2026-03-27 05:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528
2026-03-27 05:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528
2026-03-27 05:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528 to the API
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120585528?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 235,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '2e209b91-80f7-5357-8fc6-aa3cb497de22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG73VJZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120585528',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DEFENDER 90 DIESEL',
'odometer': 24369,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seller_name': 'UKCGR - Select',
'title': 'LAND ROVER DEFENDER 90 DIESEL 3.0 D200 Hard Top Auto',
'transmission': 'automatic',
'trim': '3.0 D200 Hard Top Auto',
'vin': None,
'year': 2023}
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120585528%27 HTTP/1.1" 200 None
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Saving data for 120585528: {'auction_closing_time': 1774604700.0, 'created_time': 1773860477.436678, 'last_price_update_time': 1774587862.448921}
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585528') HTTP/1.1" 204 0
2026-03-27 05:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120604867?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454887?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120721726?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668539?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120604867, 'registration': 'YO68KHL', 'account': 'WBA003', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 320 L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 170ps Low Roof D/Cab Limited Van', 'mileage': 66474, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 643, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-01-04', 'fuel': 'Diesel', 'motExpiry': '2027-01-03', 'doors': None, 'engineSize': 1995, 'bodyType': 'Crew Bus', 'images': ['https://abimg003.imgix.net/YO68KHL/2026-03-19/image/da166f9f-ee5a-4d4f-a74d-5afb9eff02ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/3e94f6af-fbda-4997-a26f-93feb744ad27_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/c08018c6-2b09-4941-a64b-c2b0b68c2bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/88292f50-ce2d-41a8-b413-aa767b6fab08_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/db86a5e6-3163-44e0-ba1d-7e32a7caa39b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/24cf0e33-7f52-462a-b1e0-bbdd17114a68_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/4b75e417-975d-48e2-ad69-aa3f517892ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/251da1ee-3c0a-49f5-bd34-8cb649fb5d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/2c666811-dce0-40bb-bff4-eabb5d1f409a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 02/21 - 11K, 12/21 - NO MILEAGE, 12/22 - 28K, 12/23 - 40K, 05/24 - 46K, 03/26 - 66K', 'remarks': '**592** VOSA STATES 19K, 28K, 40K, 53K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8fb14b8-580e-4e24-9ba0-b0e234a27bbe.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120604867, 'registration': 'YO68KHL', 'account': 'WBA003', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 320 L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 170ps Low Roof D/Cab Limited Van', 'mileage': 66474, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 643, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-01-04', 'fuel': 'Diesel', 'motExpiry': '2027-01-03', 'doors': None, 'engineSize': 1995, 'bodyType': 'Crew Bus', 'images': ['https://abimg003.imgix.net/YO68KHL/2026-03-19/image/da166f9f-ee5a-4d4f-a74d-5afb9eff02ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/3e94f6af-fbda-4997-a26f-93feb744ad27_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/c08018c6-2b09-4941-a64b-c2b0b68c2bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/88292f50-ce2d-41a8-b413-aa767b6fab08_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/db86a5e6-3163-44e0-ba1d-7e32a7caa39b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/24cf0e33-7f52-462a-b1e0-bbdd17114a68_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/4b75e417-975d-48e2-ad69-aa3f517892ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/251da1ee-3c0a-49f5-bd34-8cb649fb5d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO68KHL/2026-03-19/image/2c666811-dce0-40bb-bff4-eabb5d1f409a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 02/21 - 11K, 12/21 - NO MILEAGE, 12/22 - 28K, 12/23 - 40K, 05/24 - 46K, 03/26 - 66K', 'remarks': '**592** VOSA STATES 19K, 28K, 40K, 53K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8fb14b8-580e-4e24-9ba0-b0e234a27bbe.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-27 05:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867
2026-03-27 05:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with scrape type 2
2026-03-27 05:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with scrape type 2
2026-03-27 05:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07, identifier: 120604867
2026-03-27 05:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867
2026-03-27 05:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867
2026-03-27 05:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867 to the API
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120604867?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'a5eb52f1-dd1c-5fb6-a811-ee202aa49d07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YO68KHL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120604867',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 320 L2 DIESEL FWD',
'odometer': 66474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-04',
'seller_name': 'UKCGR - Select',
'title': 'FORD TRANSIT CUSTOM 320 L2 DIESEL FWD 2.0 EcoBlue 170ps Low Roof '
'D/Cab Limited Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 170ps Low Roof D/Cab Limited Van',
'vin': None,
'year': 2019}
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120604867%27 HTTP/1.1" 200 None
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Saving data for 120604867: {'auction_closing_time': 1774604700.0, 'created_time': 1773928864.581617, 'last_price_update_time': 1774587862.942824}
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120604867') HTTP/1.1" 204 0
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454887, 'registration': 'PO63DXT', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 GRAND PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi Platinum 5dr', 'mileage': 112482, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 629, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-02', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PO63DXT/2026-03-16/image/c352052a-e0da-41fa-9110-2883bdf906bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/73c55480-4132-40bc-9a60-f95ceb4066b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/708d7cd0-b60d-41ce-86ce-0588da353655_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/ca7df02d-7214-484b-839e-642a8308481c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/ad6ff983-a06a-4d27-8f8e-fc84580624fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/e517cb1e-7517-4178-ba8f-4bc5d6f291dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/e5407dc9-8c97-49ba-8c49-674d88cfaece_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/2b0cc20b-abb4-45e5-a2ec-af41ed579bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/d7b1b31d-0d0c-466e-a3da-c5a2df09cbca_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**660** VOSA STATES 38K, 47K, 54K, 62K, 69K, 75K, 83K, 90K, 98K, 107K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/aaa71815-2fa6-47f5-ab46-66484052759f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454887, 'registration': 'PO63DXT', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C4 GRAND PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi Platinum 5dr', 'mileage': 112482, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 629, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-02', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PO63DXT/2026-03-16/image/c352052a-e0da-41fa-9110-2883bdf906bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/73c55480-4132-40bc-9a60-f95ceb4066b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/708d7cd0-b60d-41ce-86ce-0588da353655_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/ca7df02d-7214-484b-839e-642a8308481c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/ad6ff983-a06a-4d27-8f8e-fc84580624fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/e517cb1e-7517-4178-ba8f-4bc5d6f291dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/e5407dc9-8c97-49ba-8c49-674d88cfaece_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/2b0cc20b-abb4-45e5-a2ec-af41ed579bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PO63DXT/2026-03-16/image/d7b1b31d-0d0c-466e-a3da-c5a2df09cbca_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**660** VOSA STATES 38K, 47K, 54K, 62K, 69K, 75K, 83K, 90K, 98K, 107K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/aaa71815-2fa6-47f5-ab46-66484052759f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887
2026-03-27 05:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with scrape type 2
2026-03-27 05:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with scrape type 2
2026-03-27 05:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac, identifier: 120454887
2026-03-27 05:04:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120721726, 'registration': 'YB15DDV', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.5dCi 190 4WD', 'mileage': 96032, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 633, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2027-02-07', 'doors': None, 'engineSize': 2488, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/YB15DDV/2026-03-24/image/84e7a742-77c3-4f95-a15d-e86608c01984_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/ba92af73-229b-40e9-b4b6-4837a86311b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/d10aa4ef-ed1d-48c4-91ee-47690d0e0ab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/588ffa2f-b68f-4bbd-9170-8849fd126670_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/762bb6af-504c-4889-b5f6-c722ebf9087d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/9b40ebaf-ccfa-4246-a1e2-310b7ac85880_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/7f1926d6-dff4-4c9f-a8ae-e8f6634f7925_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/78910f64-fb7a-438c-bd1f-ef2ad0e03b96_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/37885965-6d08-4af8-af67-5cffbef901c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/8c4a18e0-7df8-4bb0-a8bf-428b2cb9ed63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/bf34c4ac-1c68-48e2-9e0e-11dabc1d3a7f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 06/16 - 10K, 05/17 - 19K, 05/18 - 28K, 05/19 - 38K, 04/20 - 48K, 04/21 - 53K, 07/22 - 61K, 03/23 - 66K, 03/24 - 74K, 04/25 - 86K, 02/26 - 95K', 'remarks': '**525** VOSA STATES 28K, 38K, 38K, 48K, 53K, 61K, 64K, 74K, 95K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/48d9bb93-b714-4941-b71a-e3241cdfa866.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120721726, 'registration': 'YB15DDV', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.5dCi 190 4WD', 'mileage': 96032, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 633, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2027-02-07', 'doors': None, 'engineSize': 2488, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/YB15DDV/2026-03-24/image/84e7a742-77c3-4f95-a15d-e86608c01984_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/ba92af73-229b-40e9-b4b6-4837a86311b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/d10aa4ef-ed1d-48c4-91ee-47690d0e0ab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/588ffa2f-b68f-4bbd-9170-8849fd126670_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/762bb6af-504c-4889-b5f6-c722ebf9087d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/9b40ebaf-ccfa-4246-a1e2-310b7ac85880_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/7f1926d6-dff4-4c9f-a8ae-e8f6634f7925_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/78910f64-fb7a-438c-bd1f-ef2ad0e03b96_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/37885965-6d08-4af8-af67-5cffbef901c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/8c4a18e0-7df8-4bb0-a8bf-428b2cb9ed63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB15DDV/2026-03-24/image/bf34c4ac-1c68-48e2-9e0e-11dabc1d3a7f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 06/16 - 10K, 05/17 - 19K, 05/18 - 28K, 05/19 - 38K, 04/20 - 48K, 04/21 - 53K, 07/22 - 61K, 03/23 - 66K, 03/24 - 74K, 04/25 - 86K, 02/26 - 95K', 'remarks': '**525** VOSA STATES 28K, 38K, 38K, 48K, 53K, 61K, 64K, 74K, 95K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/48d9bb93-b714-4941-b71a-e3241cdfa866.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726
2026-03-27 05:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with scrape type 2
2026-03-27 05:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with scrape type 2
2026-03-27 05:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e, identifier: 120721726
2026-03-27 05:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887
2026-03-27 05:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887
2026-03-27 05:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887 to the API
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120454887?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PO63DXT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454887',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C4 GRAND PICASSO DIESEL ESTATE',
'odometer': 112482,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-20',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C4 GRAND PICASSO DIESEL ESTATE 1.6 HDi Platinum 5dr',
'transmission': 'manual',
'trim': '1.6 HDi Platinum 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120454887%27 HTTP/1.1" 200 None
2026-03-27 05:04:23 [astonbarclay.gb] INFO: Saving data for 120454887: {'auction_closing_time': 1774604700.0, 'created_time': 1773655412.371618, 'last_price_update_time': 1774587863.432611}
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454887') HTTP/1.1" 204 0
2026-03-27 05:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726
2026-03-27 05:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726
2026-03-27 05:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726 to the API
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120721726?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 222,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '2.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'd7676c19-4f93-5af6-97b6-f7fdfb8a0d8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB15DDV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120721726',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NAVARA DIESEL',
'odometer': 96032,
'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': 'UKCGR - Trade',
'title': 'NISSAN NAVARA DIESEL Double Cab Pick Up Tekna 2.5dCi 190 4WD',
'transmission': 'manual',
'trim': 'Double Cab Pick Up Tekna 2.5dCi 190 4WD',
'vin': None,
'year': 2015}
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120721726%27 HTTP/1.1" 200 None
2026-03-27 05:04:23 [astonbarclay.gb] INFO: Saving data for 120721726: {'auction_closing_time': 1774604700.0, 'created_time': 1774357859.856035, 'last_price_update_time': 1774587863.708002}
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120721726') HTTP/1.1" 204 0
2026-03-27 05:04:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668539, 'registration': 'NA12NXY', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.6 V-Matic Colour Collection 5dr', 'mileage': 110420, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 645, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-04-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA12NXY/2026-03-23/image/1b54e11f-876c-4242-9171-75eaa027d823_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/e284b1a9-1401-4a68-9552-17d2266ce401_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/5d29e6c7-7676-4a87-9f7a-37a8d440098f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/ffa40979-44f7-462a-80d3-622531d6e10d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/e0613620-b5b7-47f4-ad4d-7e2ba0111630_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/201f3034-0a26-43c2-98e4-6dd6b9591396_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/52d78891-8de9-468e-b188-6423032348dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/c69a4912-69e1-42c2-87c3-ae8cd8af97b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/e1a41fea-9683-404d-9bf8-e7a2e5b2a091_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 10K, 01/14 - 20K, 11/14 - 29K, 11/15 - 38K, 05/16 - 41K, 04/17 - 46K, 05/18 - 54K, 05/19 - 60K, 01/20 - 65K, 01/21 - 70K, 01/22 - 79K, 01/23 - 87K, 01/24 - 95K, 01/25 - 103K, 01/26 - 109K', 'remarks': '**406** VOSA STATES 32K, 41K, 47K, 54K, 60K, 65K, 70K, 79K, 87K, 95K, 103K, 109K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/afb37748-bcdc-43c9-b40a-6d4361dedbe2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668539, 'registration': 'NA12NXY', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.6 V-Matic Colour Collection 5dr', 'mileage': 110420, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 645, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-04-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA12NXY/2026-03-23/image/1b54e11f-876c-4242-9171-75eaa027d823_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/e284b1a9-1401-4a68-9552-17d2266ce401_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/5d29e6c7-7676-4a87-9f7a-37a8d440098f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/ffa40979-44f7-462a-80d3-622531d6e10d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/e0613620-b5b7-47f4-ad4d-7e2ba0111630_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/201f3034-0a26-43c2-98e4-6dd6b9591396_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/52d78891-8de9-468e-b188-6423032348dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/c69a4912-69e1-42c2-87c3-ae8cd8af97b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA12NXY/2026-03-23/image/e1a41fea-9683-404d-9bf8-e7a2e5b2a091_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 10K, 01/14 - 20K, 11/14 - 29K, 11/15 - 38K, 05/16 - 41K, 04/17 - 46K, 05/18 - 54K, 05/19 - 60K, 01/20 - 65K, 01/21 - 70K, 01/22 - 79K, 01/23 - 87K, 01/24 - 95K, 01/25 - 103K, 01/26 - 109K', 'remarks': '**406** VOSA STATES 32K, 41K, 47K, 54K, 60K, 65K, 70K, 79K, 87K, 95K, 103K, 109K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/afb37748-bcdc-43c9-b40a-6d4361dedbe2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539
2026-03-27 05:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with scrape type 2
2026-03-27 05:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with scrape type 2
2026-03-27 05:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 47b3b450-87b9-53f0-976b-708d7ed0dbd7, identifier: 120668539
2026-03-27 05:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539
2026-03-27 05:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539
2026-03-27 05:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539 to the API
2026-03-27 05:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668539?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '47b3b450-87b9-53f0-976b-708d7ed0dbd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA12NXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668539',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AURIS HATCHBACK',
'odometer': 110420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-27',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AURIS HATCHBACK 1.6 V-Matic Colour Collection 5dr',
'transmission': 'manual',
'trim': '1.6 V-Matic Colour Collection 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668539%27 HTTP/1.1" 200 None
2026-03-27 05:04:24 [astonbarclay.gb] INFO: Saving data for 120668539: {'auction_closing_time': 1774604700.0, 'created_time': 1774261045.856158, 'last_price_update_time': 1774587864.561881}
2026-03-27 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668539') HTTP/1.1" 204 0
2026-03-27 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120560634?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668431?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668546?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256417?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 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-27 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120560634, 'registration': 'DU59ZZL', 'account': 'WBA004', 'make': 'FORD', 'model': 'C-MAX ESTATE', 'derivative': '1.8 Zetec 5dr', 'mileage': 90159, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 620, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-04-15', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/15c9d59f-2f26-4fdb-950a-90d4a0a95c5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/392f3d1c-4a83-4631-a0ed-d43e64ee2f77_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/035675c5-0032-4ca0-bb15-f06a109553a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/101a3a24-b1a2-4a9e-bc7a-454c3349b605_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/e19f0214-0610-4310-8f67-86574163c6dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/557dbf88-c99e-4a3f-ab1a-df268f752916_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/628e4595-916b-44bb-ac66-86b72b14283d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/9bab8d11-a503-4749-b676-9eb04da02430_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/b44c4c76-c103-4609-8c65-eb2db5f60111_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/10 - 5K, 08/11 - 11K, 08/12 - 16K, 06/13 - 20K, 08/14 - 29K, 08/15 - 39K, 08/16 - 47K, 08/17 - 54K, 07/18 - 60K, 08/19 - 68K, 08/20 - 72K, 08/21 - 74K, 08/22 - 78K, 08/23 - 82K,', 'remarks': '**793** VOSA STATES 16K, 21K, 29K, 39K, 47K, 54K, 60K, 68K, 72K, 74K, 78K, 82K, 82K, SPARE KEY', '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/73b648c7-7b02-438d-9f22-d42774a3c82f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120560634, 'registration': 'DU59ZZL', 'account': 'WBA004', 'make': 'FORD', 'model': 'C-MAX ESTATE', 'derivative': '1.8 Zetec 5dr', 'mileage': 90159, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 620, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-04-15', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/15c9d59f-2f26-4fdb-950a-90d4a0a95c5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/392f3d1c-4a83-4631-a0ed-d43e64ee2f77_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/035675c5-0032-4ca0-bb15-f06a109553a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/101a3a24-b1a2-4a9e-bc7a-454c3349b605_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/e19f0214-0610-4310-8f67-86574163c6dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/557dbf88-c99e-4a3f-ab1a-df268f752916_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/628e4595-916b-44bb-ac66-86b72b14283d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/9bab8d11-a503-4749-b676-9eb04da02430_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU59ZZL/2026-03-18/image/b44c4c76-c103-4609-8c65-eb2db5f60111_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/10 - 5K, 08/11 - 11K, 08/12 - 16K, 06/13 - 20K, 08/14 - 29K, 08/15 - 39K, 08/16 - 47K, 08/17 - 54K, 07/18 - 60K, 08/19 - 68K, 08/20 - 72K, 08/21 - 74K, 08/22 - 78K, 08/23 - 82K,', 'remarks': '**793** VOSA STATES 16K, 21K, 29K, 39K, 47K, 54K, 60K, 68K, 72K, 74K, 78K, 82K, 82K, SPARE KEY', '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/73b648c7-7b02-438d-9f22-d42774a3c82f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634
2026-03-27 05:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebda5703-83c1-59aa-910a-da0127d0306f with scrape type 2
2026-03-27 05:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebda5703-83c1-59aa-910a-da0127d0306f with scrape type 2
2026-03-27 05:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ebda5703-83c1-59aa-910a-da0127d0306f, identifier: 120560634
2026-03-27 05:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668431, 'registration': 'SM63MDK', 'account': 'WBA004', 'make': 'FIAT', 'model': '500L HATCHBACK', 'derivative': '1.4 Easy 5dr', 'mileage': 45774, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 621, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SM63MDK/2026-03-23/image/9823021b-aa43-4b05-a022-b8ba94181e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/c4e13767-4227-4f27-8d97-62f4de5be969_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/861b2afb-6b5b-43d9-a602-cbb914cd8830_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/19493cab-004d-416d-8966-63ccafab72bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/c44f7a13-3a4e-428a-b2d3-f8b26e4768b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/4f821a6d-255e-483a-806d-804227566451_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/c73ff56e-257a-49d0-b1b6-e929a72e5ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/420b76a3-7539-46d5-83ef-b9ff6302ecdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/18da9357-3399-4c15-9f1b-5d50433eadb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/305c2d39-f100-4075-beca-fa46b7a995f3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/17 - 24K, 01/18 - 27K, 01/19 - 32K, 01/20 - 34K, 02/21 - 36K, 01/22 - 38K, 01/23 - 40K, 01/24 - 41K, 01/25 - 43K, 01/26 - 45K', 'remarks': '**711** VOSA STATES 24K, 27K, 32K, 34K, 36K, 38K, 40K, 41K, 43K, 45K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/b4c9ee9a-7f22-47d3-8833-5f2e5ea7f55c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668431, 'registration': 'SM63MDK', 'account': 'WBA004', 'make': 'FIAT', 'model': '500L HATCHBACK', 'derivative': '1.4 Easy 5dr', 'mileage': 45774, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 621, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SM63MDK/2026-03-23/image/9823021b-aa43-4b05-a022-b8ba94181e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/c4e13767-4227-4f27-8d97-62f4de5be969_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/861b2afb-6b5b-43d9-a602-cbb914cd8830_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/19493cab-004d-416d-8966-63ccafab72bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/c44f7a13-3a4e-428a-b2d3-f8b26e4768b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/4f821a6d-255e-483a-806d-804227566451_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/c73ff56e-257a-49d0-b1b6-e929a72e5ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/420b76a3-7539-46d5-83ef-b9ff6302ecdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/18da9357-3399-4c15-9f1b-5d50433eadb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM63MDK/2026-03-23/image/305c2d39-f100-4075-beca-fa46b7a995f3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/17 - 24K, 01/18 - 27K, 01/19 - 32K, 01/20 - 34K, 02/21 - 36K, 01/22 - 38K, 01/23 - 40K, 01/24 - 41K, 01/25 - 43K, 01/26 - 45K', 'remarks': '**711** VOSA STATES 24K, 27K, 32K, 34K, 36K, 38K, 40K, 41K, 43K, 45K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/b4c9ee9a-7f22-47d3-8833-5f2e5ea7f55c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431
2026-03-27 05:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7504b88-0a5b-51fe-9596-87d7754d3b52 with scrape type 2
2026-03-27 05:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7504b88-0a5b-51fe-9596-87d7754d3b52 with scrape type 2
2026-03-27 05:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7504b88-0a5b-51fe-9596-87d7754d3b52, identifier: 120668431
2026-03-27 05:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634
2026-03-27 05:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634
2026-03-27 05:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634 to the API
2026-03-27 05:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120560634?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'ebda5703-83c1-59aa-910a-da0127d0306f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DU59ZZL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120560634',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'C-MAX ESTATE',
'odometer': 90159,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-01',
'seller_name': 'UKCGR - Trade',
'title': 'FORD C-MAX ESTATE 1.8 Zetec 5dr',
'transmission': 'manual',
'trim': '1.8 Zetec 5dr',
'vin': None,
'year': 2009}
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120560634%27 HTTP/1.1" 200 None
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Saving data for 120560634: {'auction_closing_time': 1774604700.0, 'created_time': 1773831127.292537, 'last_price_update_time': 1774587865.135454}
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120560634') HTTP/1.1" 204 0
2026-03-27 05:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431
2026-03-27 05:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431
2026-03-27 05:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431 to the API
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668431?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a7504b88-0a5b-51fe-9596-87d7754d3b52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SM63MDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668431',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': '500L HATCHBACK',
'odometer': 45774,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-29',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500L HATCHBACK 1.4 Easy 5dr',
'transmission': 'manual',
'trim': '1.4 Easy 5dr',
'vin': None,
'year': 2014}
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668431%27 HTTP/1.1" 200 None
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Saving data for 120668431: {'auction_closing_time': 1774604700.0, 'created_time': 1774261089.866994, 'last_price_update_time': 1774587865.45139}
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668431') HTTP/1.1" 204 0
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668546, 'registration': 'NU13JFG', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX20 HATCHBACK', 'derivative': '1.4 Active 5dr', 'mileage': 82523, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 627, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NU13JFG/2026-03-23/image/b1b09720-34e7-4e6a-9d3e-1588dec36fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/bbc536e3-79d9-4b1b-a35c-b6b3b159c63e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/9a764565-3a46-4591-8ec1-5fbaa7915a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/8dcf06ee-43ff-46bd-948f-8ce8bba8b0d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/5bdd6e42-261e-49bd-ac2c-7d2e7d0c00f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/e6cd48b4-1310-4cc1-a820-71f140041556_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/1c0f7bcf-51a8-42f1-ae6d-ae8c46844f27_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/f41df38d-42b0-43f4-9560-65b09dfe5b15_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/ef7d5515-7373-4e8b-9a70-84bb4003bce5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/14 - 8K, 04/16 - 27K, 04/17 - 36K, 04/18 - 43K, 08/19 - 52K, 06/24 - 75K', 'remarks': '**510** VOSA STATES 27K, 36K, 43K, 51K, 52K, 57K, 62K, 67K, 72K, 77K, 81K,', 'virtual': False, 'seller': 'UKCGR - Trade', '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/9e37e9f9-5ddc-453a-97aa-95be4799d683.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668546, 'registration': 'NU13JFG', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'IX20 HATCHBACK', 'derivative': '1.4 Active 5dr', 'mileage': 82523, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 627, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NU13JFG/2026-03-23/image/b1b09720-34e7-4e6a-9d3e-1588dec36fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/bbc536e3-79d9-4b1b-a35c-b6b3b159c63e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/9a764565-3a46-4591-8ec1-5fbaa7915a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/8dcf06ee-43ff-46bd-948f-8ce8bba8b0d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/5bdd6e42-261e-49bd-ac2c-7d2e7d0c00f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/e6cd48b4-1310-4cc1-a820-71f140041556_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/1c0f7bcf-51a8-42f1-ae6d-ae8c46844f27_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/f41df38d-42b0-43f4-9560-65b09dfe5b15_removebg.jpg?w=600', 'https://abimg003.imgix.net/NU13JFG/2026-03-23/image/ef7d5515-7373-4e8b-9a70-84bb4003bce5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/14 - 8K, 04/16 - 27K, 04/17 - 36K, 04/18 - 43K, 08/19 - 52K, 06/24 - 75K', 'remarks': '**510** VOSA STATES 27K, 36K, 43K, 51K, 52K, 57K, 62K, 67K, 72K, 77K, 81K,', 'virtual': False, 'seller': 'UKCGR - Trade', '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/9e37e9f9-5ddc-453a-97aa-95be4799d683.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546
2026-03-27 05:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a66716f-40e0-5598-aa3b-2d4a447d3865 with scrape type 2
2026-03-27 05:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a66716f-40e0-5598-aa3b-2d4a447d3865 with scrape type 2
2026-03-27 05:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a66716f-40e0-5598-aa3b-2d4a447d3865, identifier: 120668546
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120256417, 'registration': 'FG61HSY', 'account': 'WBA004', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium X Sport 5dr Powershift', 'mileage': 153169, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2343, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-10-08', 'fuel': 'Diesel', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FG61HSY/2026-03-10/image/f28316da-62fb-4fba-a6f8-43775b205339_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/7b42ed91-fb19-422a-a769-21587c51a57a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/8619baa9-bd19-471b-9ef4-6e2d5011d6bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/524c990a-51e9-4ccf-91bc-12bc00d050e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/24012b7b-6a1c-45cd-bb3b-c5dcd40b9c69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/67d50d25-9209-4fde-9b1a-3367f90742ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/9a0a86a0-1dd8-494f-b3da-b9c310f1e178_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/72a84f42-c4c1-460b-9d0a-4b50b875c6ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/a047d9f8-5e15-477f-aa4d-060118e6a0cd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book ??/12- 4K, 08/13- 16K, 02/14- 26K, 07/14- 30K, 02/16- 56K, 08/17- 74K, 08/18- 83K, 01/20- 98K', 'remarks': 'VOSA STATES 117K, 127K, 137K, 151K, 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': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e77bd6e3-72e5-4612-89f0-4d193348b8af.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120256417, 'registration': 'FG61HSY', 'account': 'WBA004', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium X Sport 5dr Powershift', 'mileage': 153169, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 579}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2343, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-10-08', 'fuel': 'Diesel', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FG61HSY/2026-03-10/image/f28316da-62fb-4fba-a6f8-43775b205339_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/7b42ed91-fb19-422a-a769-21587c51a57a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/8619baa9-bd19-471b-9ef4-6e2d5011d6bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/524c990a-51e9-4ccf-91bc-12bc00d050e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/24012b7b-6a1c-45cd-bb3b-c5dcd40b9c69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/67d50d25-9209-4fde-9b1a-3367f90742ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/9a0a86a0-1dd8-494f-b3da-b9c310f1e178_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/72a84f42-c4c1-460b-9d0a-4b50b875c6ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG61HSY/2026-03-10/image/a047d9f8-5e15-477f-aa4d-060118e6a0cd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book ??/12- 4K, 08/13- 16K, 02/14- 26K, 07/14- 30K, 02/16- 56K, 08/17- 74K, 08/18- 83K, 01/20- 98K', 'remarks': 'VOSA STATES 117K, 127K, 137K, 151K, 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': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e77bd6e3-72e5-4612-89f0-4d193348b8af.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417
2026-03-27 05:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with scrape type 2
2026-03-27 05:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with scrape type 2
2026-03-27 05:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee, identifier: 120256417
2026-03-27 05:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657401?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546
2026-03-27 05:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546
2026-03-27 05:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546 to the API
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668546?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '5a66716f-40e0-5598-aa3b-2d4a447d3865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NU13JFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668546',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'IX20 HATCHBACK',
'odometer': 82523,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-28',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI IX20 HATCHBACK 1.4 Active 5dr',
'transmission': 'manual',
'trim': '1.4 Active 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120668546%27 HTTP/1.1" 200 None
2026-03-27 05:04:25 [astonbarclay.gb] INFO: Saving data for 120668546: {'auction_closing_time': 1774604700.0, 'created_time': 1774261206.66143, 'last_price_update_time': 1774587865.938464}
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668546') HTTP/1.1" 204 0
2026-03-27 05:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417
2026-03-27 05:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417
2026-03-27 05:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417 to the API
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256417?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '29fad2c2-3792-5bdc-83d2-f6f8afcedcee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FG61HSY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256417',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'S-MAX DIESEL ESTATE',
'odometer': 153169,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-10-08',
'seller_name': 'UKCGR - Trade',
'title': 'FORD S-MAX DIESEL ESTATE 2.0 TDCi 163 Titanium X Sport 5dr '
'Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 163 Titanium X Sport 5dr Powershift',
'vin': None,
'year': 2011}
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120256417%27 HTTP/1.1" 200 None
2026-03-27 05:04:26 [astonbarclay.gb] INFO: Saving data for 120256417: {'auction_closing_time': 1774888200.0, 'created_time': 1773404374.134231, 'last_price_update_time': 1774587866.26192}
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256417') HTTP/1.1" 204 0
2026-03-27 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-27 05:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120380938?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667055, 'registration': 'GD66FGE', 'account': 'WBA003', 'make': 'MAZDA', 'model': 'CX-3 DIESEL HATCHBACK', 'derivative': '1.5d SE-L Nav 5dr', 'mileage': 81908, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 611, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-20', 'fuel': 'Diesel', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GD66FGE/2026-03-23/image/e4ba1cbc-3ef7-4b0e-a291-a702a9f21f65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/278924f2-8216-4170-8fb6-71f16b68ef3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/0fcc36fa-71a3-4d7e-8d46-c0d632455af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/73189aeb-8aa8-4b91-9650-084d84f7eb51_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/acedc4b7-919f-434c-99bb-5d3b6c137941_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/b11a9cca-8c1a-40a9-ab12-040368154ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/02fd10f3-d3e4-410c-b631-898d206a67d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/bcc6de6a-ebda-41df-9499-c4503a4906ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/e1673ca9-5362-4356-a71e-16d1d615a298_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/26 - 80K', 'remarks': '**577** VOSA STATES 33K, 39K, 47K, 55K, 63K, 70K, 80K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', '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/9d393493-102b-47ad-9a8b-81e784b9ba43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667055, 'registration': 'GD66FGE', 'account': 'WBA003', 'make': 'MAZDA', 'model': 'CX-3 DIESEL HATCHBACK', 'derivative': '1.5d SE-L Nav 5dr', 'mileage': 81908, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 611, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-20', 'fuel': 'Diesel', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GD66FGE/2026-03-23/image/e4ba1cbc-3ef7-4b0e-a291-a702a9f21f65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/278924f2-8216-4170-8fb6-71f16b68ef3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/0fcc36fa-71a3-4d7e-8d46-c0d632455af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/73189aeb-8aa8-4b91-9650-084d84f7eb51_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/acedc4b7-919f-434c-99bb-5d3b6c137941_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/b11a9cca-8c1a-40a9-ab12-040368154ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/02fd10f3-d3e4-410c-b631-898d206a67d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/bcc6de6a-ebda-41df-9499-c4503a4906ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD66FGE/2026-03-23/image/e1673ca9-5362-4356-a71e-16d1d615a298_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/26 - 80K', 'remarks': '**577** VOSA STATES 33K, 39K, 47K, 55K, 63K, 70K, 80K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', '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/9d393493-102b-47ad-9a8b-81e784b9ba43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055
2026-03-27 05:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f111b31-7e43-5279-8dbb-90566cbdab05 with scrape type 2
2026-03-27 05:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f111b31-7e43-5279-8dbb-90566cbdab05 with scrape type 2
2026-03-27 05:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f111b31-7e43-5279-8dbb-90566cbdab05, identifier: 120667055
2026-03-27 05:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055
2026-03-27 05:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055
2026-03-27 05:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055 to the API
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667055?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '0f111b31-7e43-5279-8dbb-90566cbdab05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GD66FGE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667055',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'CX-3 DIESEL HATCHBACK',
'odometer': 81908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-20',
'seller_name': 'UKCGR - Select',
'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-27 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667055%27 HTTP/1.1" 200 None
2026-03-27 05:04:26 [astonbarclay.gb] INFO: Saving data for 120667055: {'auction_closing_time': 1774604700.0, 'created_time': 1774260998.256234, 'last_price_update_time': 1774587866.655547}
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667055') HTTP/1.1" 204 0
2026-03-27 05:04:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657401, 'registration': 'YH15HBP', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr', 'mileage': 48310, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 610, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2027-03-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH15HBP/2026-03-23/image/1ca79812-7291-41ee-8311-687722586629_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/1810e8b0-c9bb-42f2-a72e-66458b4f5d2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/c41515f0-0038-4f11-9c16-392c6407697b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/a41d1a67-c31e-41ec-b87a-45da35789bef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/4816b02a-dce2-4027-b2cc-5cc3eb7f668b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/f0835862-bcc7-4b7e-acdf-fa706ae76843_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/99c1fc5b-87d2-4486-bd24-af5411d64cd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/bc539902-7941-4a35-b4c1-2bba2fa542c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/95d7ae54-7ac2-4d3a-afdf-63c999f7b92a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/16 - 4K, 01/17 - 6K, 03/18 - 15K, 03/19 - 22K, 03/20 - 30K, 03/23 - 37K, 03/24 - 42K, 03/25 - 45K', 'remarks': '**773** VOSA STATES 15K, 22K, 30K, 31K, 33K, 37K, 42K, 45K, 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': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edc62f2f-8124-4731-a87c-cb3b7aea0d23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657401, 'registration': 'YH15HBP', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr', 'mileage': 48310, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 610, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2027-03-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH15HBP/2026-03-23/image/1ca79812-7291-41ee-8311-687722586629_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/1810e8b0-c9bb-42f2-a72e-66458b4f5d2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/c41515f0-0038-4f11-9c16-392c6407697b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/a41d1a67-c31e-41ec-b87a-45da35789bef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/4816b02a-dce2-4027-b2cc-5cc3eb7f668b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/f0835862-bcc7-4b7e-acdf-fa706ae76843_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/99c1fc5b-87d2-4486-bd24-af5411d64cd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/bc539902-7941-4a35-b4c1-2bba2fa542c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH15HBP/2026-03-23/image/95d7ae54-7ac2-4d3a-afdf-63c999f7b92a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/16 - 4K, 01/17 - 6K, 03/18 - 15K, 03/19 - 22K, 03/20 - 30K, 03/23 - 37K, 03/24 - 42K, 03/25 - 45K', 'remarks': '**773** VOSA STATES 15K, 22K, 30K, 31K, 33K, 37K, 42K, 45K, 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': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edc62f2f-8124-4731-a87c-cb3b7aea0d23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401
2026-03-27 05:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with scrape type 2
2026-03-27 05:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with scrape type 2
2026-03-27 05:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd, identifier: 120657401
2026-03-27 05:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401
2026-03-27 05:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401
2026-03-27 05:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401 to the API
2026-03-27 05:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120657401?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH15HBP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657401',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 48310,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Pression 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Pression 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120657401%27 HTTP/1.1" 200 None
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Saving data for 120657401: {'auction_closing_time': 1774604700.0, 'created_time': 1774034010.287044, 'last_price_update_time': 1774587867.047218}
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657401') HTTP/1.1" 204 0
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120380938, 'registration': 'SR19YOW', 'account': 'WBA002', 'make': 'MAZDA', 'model': 'MAZDA6 DIESEL SALOON', 'derivative': '2.2d Sport Nav+ 4dr', 'mileage': 55018, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 623, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-06-27', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 4, 'engineSize': 2191, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SR19YOW/2026-03-12/image/cbbe79c7-75e1-4e2a-a981-3831eb46be22_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/ad90ae2b-92bc-4529-9fac-e431ba312f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/7839b120-4a11-4130-a70c-fe4b31481045_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/d2a87500-0e60-4704-98dc-3a0d7a30863a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/418e098b-c044-4c9c-aea0-3743c340fe3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/68691d9b-4d0b-40d8-b80c-b76aea88d489_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/ba5f647d-ddf4-4b09-8072-93dff4d1eac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/d889a7b5-3b67-43ec-9c62-e35694399681_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/96bf151a-b79c-4186-9066-621fbd1889f0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/20 - 8K, 10/22 - 31K, 04/23 - 35K, 07/24 - 44K,', 'remarks': '**490** VOSA STATES 29K, 37K, 44K, 50K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Premium', '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/54c74e1e-e16e-40fb-971a-d60b573630c6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120380938, 'registration': 'SR19YOW', 'account': 'WBA002', 'make': 'MAZDA', 'model': 'MAZDA6 DIESEL SALOON', 'derivative': '2.2d Sport Nav+ 4dr', 'mileage': 55018, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 623, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-06-27', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 4, 'engineSize': 2191, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SR19YOW/2026-03-12/image/cbbe79c7-75e1-4e2a-a981-3831eb46be22_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/ad90ae2b-92bc-4529-9fac-e431ba312f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/7839b120-4a11-4130-a70c-fe4b31481045_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/d2a87500-0e60-4704-98dc-3a0d7a30863a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/418e098b-c044-4c9c-aea0-3743c340fe3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/68691d9b-4d0b-40d8-b80c-b76aea88d489_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/ba5f647d-ddf4-4b09-8072-93dff4d1eac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/d889a7b5-3b67-43ec-9c62-e35694399681_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR19YOW/2026-03-12/image/96bf151a-b79c-4186-9066-621fbd1889f0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/20 - 8K, 10/22 - 31K, 04/23 - 35K, 07/24 - 44K,', 'remarks': '**490** VOSA STATES 29K, 37K, 44K, 50K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Premium', '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/54c74e1e-e16e-40fb-971a-d60b573630c6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938
2026-03-27 05:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 628edaf4-7fe0-5655-9ec3-6c65aef655f6, identifier: 120380938
2026-03-27 05:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938
2026-03-27 05:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938
2026-03-27 05:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938 to the API
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120380938?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '628edaf4-7fe0-5655-9ec3-6c65aef655f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SR19YOW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120380938',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA6 DIESEL SALOON',
'odometer': 55018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-27',
'seller_name': 'UKCGR - Premium',
'title': 'MAZDA MAZDA6 DIESEL SALOON 2.2d Sport Nav+ 4dr',
'transmission': 'manual',
'trim': '2.2d Sport Nav+ 4dr',
'vin': None,
'year': 2019}
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120380938%27 HTTP/1.1" 200 None
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Saving data for 120380938: {'auction_closing_time': 1774604700.0, 'created_time': 1773401896.040493, 'last_price_update_time': 1774587867.44103}
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120380938') HTTP/1.1" 204 0
2026-03-27 05:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622963?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120453711?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659327?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120724030?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733656?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622963, 'registration': 'GU63ULH', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 [117] 360 5dr', 'mileage': 123467, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 608, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-11-19', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU63ULH/2026-03-20/image/f34f4509-3a8b-404a-b7d7-4372e3b58160_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/f09e6916-47be-46a4-aa99-fe1131cc451c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/b65c08b4-0de4-4213-a63a-ff62dc316c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/4f0f5a21-3b9a-4b87-bf21-82f0892c8210_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/6531957a-7f37-4542-b6fe-d63870b7f05c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/dda08a91-b741-4fdf-93b5-22590c01d4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/adec4d55-5e9a-41d3-b687-d9018441b711_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/668cf0b5-9af3-4d0d-a6f5-eafec21ab791_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/57922e50-2068-4a57-b104-1119a742a6d8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 20/20 - 67K (DISCREPANCY) 11/21 - NO MILEAGE', 'remarks': '**419** VOSA STATES 25K, 37K, 49K, 57K, 67K, 78K, 80K, 88K, 100K, 112K, 122K (FAIL)', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d848482e-67df-4363-b698-6b3bbc64bb00.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622963, 'registration': 'GU63ULH', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 [117] 360 5dr', 'mileage': 123467, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 608, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-11-19', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU63ULH/2026-03-20/image/f34f4509-3a8b-404a-b7d7-4372e3b58160_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/f09e6916-47be-46a4-aa99-fe1131cc451c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/b65c08b4-0de4-4213-a63a-ff62dc316c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/4f0f5a21-3b9a-4b87-bf21-82f0892c8210_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/6531957a-7f37-4542-b6fe-d63870b7f05c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/dda08a91-b741-4fdf-93b5-22590c01d4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/adec4d55-5e9a-41d3-b687-d9018441b711_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/668cf0b5-9af3-4d0d-a6f5-eafec21ab791_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU63ULH/2026-03-20/image/57922e50-2068-4a57-b104-1119a742a6d8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 20/20 - 67K (DISCREPANCY) 11/21 - NO MILEAGE', 'remarks': '**419** VOSA STATES 25K, 37K, 49K, 57K, 67K, 78K, 80K, 88K, 100K, 112K, 122K (FAIL)', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d848482e-67df-4363-b698-6b3bbc64bb00.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf860968-7321-5eb5-9293-b92aa9ce32f4 with identifier: 120622963
2026-03-27 05:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf860968-7321-5eb5-9293-b92aa9ce32f4 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf860968-7321-5eb5-9293-b92aa9ce32f4 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf860968-7321-5eb5-9293-b92aa9ce32f4, identifier: 120622963
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120453711, 'registration': 'HG17PSU', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A3 SPORTBACK SPECIAL EDITIONS', 'derivative': '2.0 TFSI Black Edition 5dr', 'mileage': 79109, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 602, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG17PSU/2026-03-16/image/14b6ce8b-fd0e-4898-ba17-81b624e6a3fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/483dbfa4-01fb-47e9-8c54-a8b7733159e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/ec442cbe-b0c6-46b5-a39e-5b43466ffe9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/47b122a4-98bc-4c79-8a19-d3f02f76a7c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/e04a996b-fa01-49b7-8432-cd02c67dbecc_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/b5f1d17f-7e96-4b31-859d-4ba3d0b3bdd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/618e239b-437e-4b9c-8107-213d340aab6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/ab4c6f03-709f-45aa-bc7c-badcf74bd1fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/2fdbb7f3-fc90-40b0-b962-1034c42430ba_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 18K', 'remarks': '**484** VOSA STATES 30K, 34K, 40K, 51K, 64K, 76K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94da37b2-e587-4758-a164-3beb3892ea5a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120453711, 'registration': 'HG17PSU', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A3 SPORTBACK SPECIAL EDITIONS', 'derivative': '2.0 TFSI Black Edition 5dr', 'mileage': 79109, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 602, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG17PSU/2026-03-16/image/14b6ce8b-fd0e-4898-ba17-81b624e6a3fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/483dbfa4-01fb-47e9-8c54-a8b7733159e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/ec442cbe-b0c6-46b5-a39e-5b43466ffe9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/47b122a4-98bc-4c79-8a19-d3f02f76a7c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/e04a996b-fa01-49b7-8432-cd02c67dbecc_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/b5f1d17f-7e96-4b31-859d-4ba3d0b3bdd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/618e239b-437e-4b9c-8107-213d340aab6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/ab4c6f03-709f-45aa-bc7c-badcf74bd1fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG17PSU/2026-03-16/image/2fdbb7f3-fc90-40b0-b962-1034c42430ba_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 18K', 'remarks': '**484** VOSA STATES 30K, 34K, 40K, 51K, 64K, 76K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94da37b2-e587-4758-a164-3beb3892ea5a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711
2026-03-27 05:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c20287d-77ed-5216-b93b-a50bafcbe624 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c20287d-77ed-5216-b93b-a50bafcbe624 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c20287d-77ed-5216-b93b-a50bafcbe624, identifier: 120453711
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659327, 'registration': 'DN17TYC', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'MOKKA X DIESEL HATCHBACK', 'derivative': '1.6CDTi [136] ecoFLEX Elite 5dr', 'mileage': 84371, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 607, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-07-20', 'fuel': 'Diesel', 'motExpiry': '2026-07-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN17TYC/2026-03-23/image/6ec60397-482d-427f-8324-4febce76dc11_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/e534a43c-f79c-4635-a4e0-71d329c69742_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/ea5fe11e-06b3-4205-8955-0aa21098b99b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/5a6f027f-3375-4777-b0a3-9c97036349b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/8309ef97-3507-4e9d-9669-ca9a5948dabf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/813d7337-3978-4391-a328-3924a34d0d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/ef35a7ca-cac9-4178-aa9a-d2d2e0deac88_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/cbeec267-4bde-4c9b-92bb-cd6cb158cbd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/268cfbab-5501-4399-99eb-42b473d2038d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/19 - 22K, 06/20 - 30K, 05/21 - 36K, 09/25 - 83K, 01/26 - 83K', 'remarks': '**732** VOSA STATES 31K, 36K, 51K, 62K, 71K, 82K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8d05c9d-2af6-4387-8f08-08cb85af17f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659327, 'registration': 'DN17TYC', 'account': 'WBA003', 'make': 'VAUXHALL', 'model': 'MOKKA X DIESEL HATCHBACK', 'derivative': '1.6CDTi [136] ecoFLEX Elite 5dr', 'mileage': 84371, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 607, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-07-20', 'fuel': 'Diesel', 'motExpiry': '2026-07-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN17TYC/2026-03-23/image/6ec60397-482d-427f-8324-4febce76dc11_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/e534a43c-f79c-4635-a4e0-71d329c69742_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/ea5fe11e-06b3-4205-8955-0aa21098b99b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/5a6f027f-3375-4777-b0a3-9c97036349b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/8309ef97-3507-4e9d-9669-ca9a5948dabf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/813d7337-3978-4391-a328-3924a34d0d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/ef35a7ca-cac9-4178-aa9a-d2d2e0deac88_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/cbeec267-4bde-4c9b-92bb-cd6cb158cbd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN17TYC/2026-03-23/image/268cfbab-5501-4399-99eb-42b473d2038d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/19 - 22K, 06/20 - 30K, 05/21 - 36K, 09/25 - 83K, 01/26 - 83K', 'remarks': '**732** VOSA STATES 31K, 36K, 51K, 62K, 71K, 82K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8d05c9d-2af6-4387-8f08-08cb85af17f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327
2026-03-27 05:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0679b45e-0766-51ef-be90-1850eb7f8918 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0679b45e-0766-51ef-be90-1850eb7f8918 with scrape type 2
2026-03-27 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0679b45e-0766-51ef-be90-1850eb7f8918, identifier: 120659327
2026-03-27 05:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf860968-7321-5eb5-9293-b92aa9ce32f4 with identifier: 120622963
2026-03-27 05:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf860968-7321-5eb5-9293-b92aa9ce32f4 with identifier: 120622963
2026-03-27 05:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf860968-7321-5eb5-9293-b92aa9ce32f4 with identifier: 120622963 to the API
2026-03-27 05:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622963?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'cf860968-7321-5eb5-9293-b92aa9ce32f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GU63ULH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622963',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS',
'odometer': 123467,
'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': 'NISSAN QASHQAI HATCHBACK SPECIAL EDITIONS 1.6 [117] 360 5dr',
'transmission': 'manual',
'trim': '1.6 [117] 360 5dr',
'vin': None,
'year': 2013}
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120622963%27 HTTP/1.1" 200 None
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Saving data for 120622963: {'auction_closing_time': 1774604700.0, 'created_time': 1773947295.913153, 'last_price_update_time': 1774587868.134775}
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622963') HTTP/1.1" 204 0
2026-03-27 05:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711
2026-03-27 05:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711
2026-03-27 05:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711 to the API
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120453711?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '2c20287d-77ed-5216-b93b-a50bafcbe624',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG17PSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120453711',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 SPORTBACK SPECIAL EDITIONS',
'odometer': 79109,
'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': 'UKCGR - Select',
'title': 'AUDI A3 SPORTBACK SPECIAL EDITIONS 2.0 TFSI Black Edition 5dr',
'transmission': 'manual',
'trim': '2.0 TFSI Black Edition 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120453711%27 HTTP/1.1" 200 None
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Saving data for 120453711: {'auction_closing_time': 1774604700.0, 'created_time': 1773655419.629266, 'last_price_update_time': 1774587868.413349}
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453711') HTTP/1.1" 204 0
2026-03-27 05:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327
2026-03-27 05:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327
2026-03-27 05:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327 to the API
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120659327?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '0679b45e-0766-51ef-be90-1850eb7f8918',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN17TYC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659327',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MOKKA X DIESEL HATCHBACK',
'odometer': 84371,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-20',
'seller_name': 'UKCGR - Select',
'title': 'VAUXHALL MOKKA X DIESEL HATCHBACK 1.6CDTi [136] ecoFLEX Elite 5dr',
'transmission': 'manual',
'trim': '1.6CDTi [136] ecoFLEX Elite 5dr',
'vin': None,
'year': 2017}
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120659327%27 HTTP/1.1" 200 None
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Saving data for 120659327: {'auction_closing_time': 1774604700.0, 'created_time': 1774033990.243337, 'last_price_update_time': 1774587868.71266}
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659327') HTTP/1.1" 204 0
2026-03-27 05:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120455436?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120724030, 'registration': 'CK59ZRY', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr', 'mileage': 102420, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 604, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-12-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/0bf714b2-976f-4ba9-a76f-781c63263cf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/ca00f0b9-5a73-44ca-aea5-bde2d6640c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/b873e16e-9dac-4335-a557-e4e1d762a81d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/2b8bc46a-c7ea-4592-b2cf-7cc36f47fcac_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/f563a443-5137-4743-ae02-d01a8b52073f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/4ef5add8-efb1-4520-8d93-37f5a131d974_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/7f7d2e94-bb2b-44ab-8052-8a1f6f4a1512_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/bcf88c7e-ebcb-42bf-b896-9a4a0459f7db_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/d799d198-6e06-4b77-a628-3a77111afbb2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/10 - 10K, 09/11 - 18K, 01/15 - 44K, 10/17 - 62K, 10/18 - 65K, 08/20 - 71K, 08/22 - 82K', 'remarks': '**693** VOSA STATES 28K, 36K, 43K, 51K, 58K, 62K, 65K, 68K, 71K, 77K, 82K, 88K, 95K, 102K, SPARE KEY MILEAGE UNKNOWN ODO NOT WORKING CAP FIGURES NOT CORRECT MILEAGE AS PER MOT 08/25', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c69a0142-81cc-4ef2-baa9-485bf0b867d0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120724030, 'registration': 'CK59ZRY', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr', 'mileage': 102420, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 604, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-12-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/0bf714b2-976f-4ba9-a76f-781c63263cf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/ca00f0b9-5a73-44ca-aea5-bde2d6640c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/b873e16e-9dac-4335-a557-e4e1d762a81d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/2b8bc46a-c7ea-4592-b2cf-7cc36f47fcac_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/f563a443-5137-4743-ae02-d01a8b52073f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/4ef5add8-efb1-4520-8d93-37f5a131d974_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/7f7d2e94-bb2b-44ab-8052-8a1f6f4a1512_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/bcf88c7e-ebcb-42bf-b896-9a4a0459f7db_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK59ZRY/2026-03-24/image/d799d198-6e06-4b77-a628-3a77111afbb2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/10 - 10K, 09/11 - 18K, 01/15 - 44K, 10/17 - 62K, 10/18 - 65K, 08/20 - 71K, 08/22 - 82K', 'remarks': '**693** VOSA STATES 28K, 36K, 43K, 51K, 58K, 62K, 65K, 68K, 71K, 77K, 82K, 88K, 95K, 102K, SPARE KEY MILEAGE UNKNOWN ODO NOT WORKING CAP FIGURES NOT CORRECT MILEAGE AS PER MOT 08/25', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c69a0142-81cc-4ef2-baa9-485bf0b867d0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55d7afba-e509-51b4-ae94-d5fda9e92f98 with identifier: 120724030
2026-03-27 05:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55d7afba-e509-51b4-ae94-d5fda9e92f98 with scrape type 2
2026-03-27 05:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55d7afba-e509-51b4-ae94-d5fda9e92f98 with scrape type 2
2026-03-27 05:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 55d7afba-e509-51b4-ae94-d5fda9e92f98, identifier: 120724030
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733656, 'registration': 'EXZ1675', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF SALOON', 'derivative': '4.2 Supercharged SV8 4dr Auto', 'mileage': 110318, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 597, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-04-17', 'fuel': 'Petrol', 'motExpiry': '2027-02-06', 'doors': 4, 'engineSize': 4196, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/EXZ1675/2026-03-25/image/a5bc901f-0463-4423-ba24-c5d993b9c312_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/30cacadf-29bb-4604-86f3-9043ed83f752_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/39fcb828-fa8b-4110-ae77-78787c0ce426_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/cbc3fa55-57b2-4756-b3f1-28f9da30888f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/7b92b5d1-c8d1-42bb-8761-a512c51e55bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/3dadf3f1-8e94-4bfe-8e19-5013b0e939b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/1ae00372-0c8a-44d0-83da-48a166be350f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/ea51d732-1011-4db7-b07a-52d82f28b191_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/d82cd0cb-013a-478c-bb49-b2d9c39b48ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/0e99b148-976a-471b-a000-c7c200a76b63_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/5e3d4db2-3c11-43d4-a630-a46ff587bba0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/18 - 82K,', 'remarks': '**494** VOSA STATES 23K, 32K, 40K, 48K, 53K, 59K, 72K, 77K, 84K, 90K, 93K, 99K, 101K, 104K, 105K, 110K, SPARE KEY, SAT NAV CD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 299, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/559f2a05-7c90-4892-b2f5-9bad32b6c126.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733656, 'registration': 'EXZ1675', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF SALOON', 'derivative': '4.2 Supercharged SV8 4dr Auto', 'mileage': 110318, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 597, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-04-17', 'fuel': 'Petrol', 'motExpiry': '2027-02-06', 'doors': 4, 'engineSize': 4196, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/EXZ1675/2026-03-25/image/a5bc901f-0463-4423-ba24-c5d993b9c312_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/30cacadf-29bb-4604-86f3-9043ed83f752_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/39fcb828-fa8b-4110-ae77-78787c0ce426_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/cbc3fa55-57b2-4756-b3f1-28f9da30888f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/7b92b5d1-c8d1-42bb-8761-a512c51e55bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/3dadf3f1-8e94-4bfe-8e19-5013b0e939b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/1ae00372-0c8a-44d0-83da-48a166be350f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/ea51d732-1011-4db7-b07a-52d82f28b191_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/d82cd0cb-013a-478c-bb49-b2d9c39b48ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/0e99b148-976a-471b-a000-c7c200a76b63_removebg.jpg?w=600', 'https://abimg003.imgix.net/EXZ1675/2026-03-25/image/5e3d4db2-3c11-43d4-a630-a46ff587bba0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/18 - 82K,', 'remarks': '**494** VOSA STATES 23K, 32K, 40K, 48K, 53K, 59K, 72K, 77K, 84K, 90K, 93K, 99K, 101K, 104K, 105K, 110K, SPARE KEY, SAT NAV CD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 299, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/559f2a05-7c90-4892-b2f5-9bad32b6c126.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656
2026-03-27 05:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58243e21-f125-5416-86ee-7d9cc276e289 with scrape type 2
2026-03-27 05:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58243e21-f125-5416-86ee-7d9cc276e289 with scrape type 2
2026-03-27 05:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58243e21-f125-5416-86ee-7d9cc276e289, identifier: 120733656
2026-03-27 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-27 05:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667537?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 55d7afba-e509-51b4-ae94-d5fda9e92f98 with identifier: 120724030
2026-03-27 05:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 55d7afba-e509-51b4-ae94-d5fda9e92f98 with identifier: 120724030
2026-03-27 05:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 55d7afba-e509-51b4-ae94-d5fda9e92f98 with identifier: 120724030 to the API
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120724030?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '55d7afba-e509-51b4-ae94-d5fda9e92f98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CK59ZRY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120724030',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 102420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-29',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.6 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 Zetec 5dr',
'vin': None,
'year': 2009}
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120724030%27 HTTP/1.1" 200 None
2026-03-27 05:04:29 [astonbarclay.gb] INFO: Saving data for 120724030: {'auction_closing_time': 1774604700.0, 'created_time': 1774357919.841055, 'last_price_update_time': 1774587869.408438}
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724030') HTTP/1.1" 204 0
2026-03-27 05:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656
2026-03-27 05:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656
2026-03-27 05:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656 to the API
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733656?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 299,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '4.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '58243e21-f125-5416-86ee-7d9cc276e289',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EXZ1675',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733656',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'XF SALOON',
'odometer': 110318,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-04-17',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR XF SALOON 4.2 Supercharged SV8 4dr Auto',
'transmission': 'automatic',
'trim': '4.2 Supercharged SV8 4dr Auto',
'vin': None,
'year': 2008}
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733656%27 HTTP/1.1" 200 None
2026-03-27 05:04:29 [astonbarclay.gb] INFO: Saving data for 120733656: {'auction_closing_time': 1774604700.0, 'created_time': 1774357883.082941, 'last_price_update_time': 1774587869.769794}
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733656') HTTP/1.1" 204 0
2026-03-27 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-27 05:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120455436, 'registration': 'YS12UZB', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi [128] Blue Drive Style Nav 5dr', 'mileage': 150588, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 586, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-07-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-19', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS12UZB/2026-03-17/image/c6c6ad7b-40e9-4142-b775-974a9f1e1e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/ad3ba220-b6b4-4440-b485-ff3acc379945_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/45bece65-e55f-48bf-a601-7c9989d92418_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/dd3bc8b0-1381-4e50-a130-bc5b66b29b3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/b1173afb-a9bd-45e4-8137-b772c9769a33_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/e5a597b3-766f-4ad1-bc3c-858139977df9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/803bdf49-e0f0-4d1d-9a04-bd0be1bc0e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/806bed69-339a-428a-9dbd-aaa1afe60538_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/f3adec0b-f57c-4554-9572-eace38611e41_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/13 - 1K, 07/14 - 4K, 07/15 - 14K, 07/16 - 24K, 03/17 - 44K, 09/17 - 55K, INVOICE @ 07/19 - NO MILEAGE, 06/24 - 138K, 06/25 - NO MILEAGE', 'remarks': '**740** VOSA STATES 14K, 24K, 50K, 75K, 95K, 117K, 122K, 125K, 130K, 138K, 145K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/09d4260e-6df2-4d7e-ad2e-80c931bae314.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120455436, 'registration': 'YS12UZB', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi [128] Blue Drive Style Nav 5dr', 'mileage': 150588, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 586, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-07-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-19', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS12UZB/2026-03-17/image/c6c6ad7b-40e9-4142-b775-974a9f1e1e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/ad3ba220-b6b4-4440-b485-ff3acc379945_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/45bece65-e55f-48bf-a601-7c9989d92418_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/dd3bc8b0-1381-4e50-a130-bc5b66b29b3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/b1173afb-a9bd-45e4-8137-b772c9769a33_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/e5a597b3-766f-4ad1-bc3c-858139977df9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/803bdf49-e0f0-4d1d-9a04-bd0be1bc0e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/806bed69-339a-428a-9dbd-aaa1afe60538_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS12UZB/2026-03-17/image/f3adec0b-f57c-4554-9572-eace38611e41_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/13 - 1K, 07/14 - 4K, 07/15 - 14K, 07/16 - 24K, 03/17 - 44K, 09/17 - 55K, INVOICE @ 07/19 - NO MILEAGE, 06/24 - 138K, 06/25 - NO MILEAGE', 'remarks': '**740** VOSA STATES 14K, 24K, 50K, 75K, 95K, 117K, 122K, 125K, 130K, 138K, 145K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/09d4260e-6df2-4d7e-ad2e-80c931bae314.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436
2026-03-27 05:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with scrape type 2
2026-03-27 05:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with scrape type 2
2026-03-27 05:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b5ff2f6-0039-526e-97c5-7e21a2181e75, identifier: 120455436
2026-03-27 05:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667537, 'registration': 'YK21PJP', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 40kWh 5dr Auto', 'mileage': 68711, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 594, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-05-31', 'fuel': 'Electric', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK21PJP/2026-03-23/image/7378c876-3ad1-4735-9b74-d4c29207f543_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/4fb68c25-3eb1-4a06-a060-0e294f1730c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/41f146fb-9165-418f-9104-50bd4328dbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/5686a4c6-a2a5-4132-9b5d-66fbc8dc2f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/b3dc3d72-da8f-4cc7-a1bb-1c889603acc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/9f7ad111-800c-4398-84ec-d0f1be9816e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/4a03344b-dedf-4ae4-8bf8-c9ff7eb32ebe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/cc9f90ab-5094-4534-b9af-02d558b70df8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/caddbc59-4b9c-4235-9fd7-288849c1f203_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/22 - 5K, 05/23 - 23K, 05/24 - 40K, 05/25 - 56K', 'remarks': '**754** VOSA STATES 40K, 56K, CHARGING LEAD SPARE KEY', '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/3da6efb4-6339-4dbd-9379-9b436ff3e3e1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667537, 'registration': 'YK21PJP', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 40kWh 5dr Auto', 'mileage': 68711, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 594, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-05-31', 'fuel': 'Electric', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK21PJP/2026-03-23/image/7378c876-3ad1-4735-9b74-d4c29207f543_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/4fb68c25-3eb1-4a06-a060-0e294f1730c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/41f146fb-9165-418f-9104-50bd4328dbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/5686a4c6-a2a5-4132-9b5d-66fbc8dc2f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/b3dc3d72-da8f-4cc7-a1bb-1c889603acc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/9f7ad111-800c-4398-84ec-d0f1be9816e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/4a03344b-dedf-4ae4-8bf8-c9ff7eb32ebe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/cc9f90ab-5094-4534-b9af-02d558b70df8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK21PJP/2026-03-23/image/caddbc59-4b9c-4235-9fd7-288849c1f203_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/22 - 5K, 05/23 - 23K, 05/24 - 40K, 05/25 - 56K', 'remarks': '**754** VOSA STATES 40K, 56K, CHARGING LEAD SPARE KEY', '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/3da6efb4-6339-4dbd-9379-9b436ff3e3e1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537
2026-03-27 05:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with scrape type 2
2026-03-27 05:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with scrape type 2
2026-03-27 05:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe, identifier: 120667537
2026-03-27 05:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436
2026-03-27 05:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436
2026-03-27 05:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436 to the API
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120455436?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '2b5ff2f6-0039-526e-97c5-7e21a2181e75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS12UZB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120455436',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I30 DIESEL HATCHBACK',
'odometer': 150588,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-07-28',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I30 DIESEL HATCHBACK 1.6 CRDi [128] Blue Drive Style Nav '
'5dr',
'transmission': 'manual',
'trim': '1.6 CRDi [128] Blue Drive Style Nav 5dr',
'vin': None,
'year': 2012}
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120455436%27 HTTP/1.1" 200 None
2026-03-27 05:04:30 [astonbarclay.gb] INFO: Saving data for 120455436: {'auction_closing_time': 1774604700.0, 'created_time': 1773655304.95313, 'last_price_update_time': 1774587870.352203}
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120455436') HTTP/1.1" 204 0
2026-03-27 05:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537
2026-03-27 05:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537
2026-03-27 05:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537 to the API
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667537?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': 'ddc8437c-a211-5dd7-8f3d-4f8a12adadfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YK21PJP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667537',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 68711,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-31',
'seller_name': 'UKCGR - Premium',
'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-27 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120667537%27 HTTP/1.1" 200 None
2026-03-27 05:04:30 [astonbarclay.gb] INFO: Saving data for 120667537: {'auction_closing_time': 1774604700.0, 'created_time': 1774261125.750262, 'last_price_update_time': 1774587870.630051}
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667537') HTTP/1.1" 204 0
2026-03-27 05:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120371832?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120723262?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732453?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732831?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120442120?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120371832, 'registration': 'FY13YLB', 'account': 'WBA004', 'make': 'KIA', 'model': 'RIO HATCHBACK', 'derivative': '1.4 3 5dr ISG', 'mileage': 89305, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 560, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY13YLB/2026-03-12/image/cf1fc3d0-87be-4fbe-b9e5-17c82e434100_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/1e4a7501-e682-4eec-b918-314c7d0d42ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/20d570be-3744-46ae-8fa0-6eb383c53639_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/46574bff-2606-4204-8912-1450644358d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/e953bd1f-f36a-4ec2-b498-e37c5366fd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/ad4c9046-cc6b-4507-bef3-489b05eafa8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/2f7d817c-a707-409e-8295-0563991d5c02_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/65e04db0-cd32-4503-9f10-4b8d3cdaf12a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/b176f9e6-42c2-412b-90f9-c96390e8087b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14- 6K, 04/15- 13K, 03/16- 20K, 03/17- 28K, 03/18- 33K, 03/19- 41K', 'remarks': '**624**VOSA STATES 20K, 28K, 33K, 41K, 47K, 52K, 59K, 68K, 75K, 83K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/534d3d94-6c87-4e97-910e-c4f2343b76fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120371832, 'registration': 'FY13YLB', 'account': 'WBA004', 'make': 'KIA', 'model': 'RIO HATCHBACK', 'derivative': '1.4 3 5dr ISG', 'mileage': 89305, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 560, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY13YLB/2026-03-12/image/cf1fc3d0-87be-4fbe-b9e5-17c82e434100_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/1e4a7501-e682-4eec-b918-314c7d0d42ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/20d570be-3744-46ae-8fa0-6eb383c53639_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/46574bff-2606-4204-8912-1450644358d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/e953bd1f-f36a-4ec2-b498-e37c5366fd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/ad4c9046-cc6b-4507-bef3-489b05eafa8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/2f7d817c-a707-409e-8295-0563991d5c02_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/65e04db0-cd32-4503-9f10-4b8d3cdaf12a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY13YLB/2026-03-12/image/b176f9e6-42c2-412b-90f9-c96390e8087b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14- 6K, 04/15- 13K, 03/16- 20K, 03/17- 28K, 03/18- 33K, 03/19- 41K', 'remarks': '**624**VOSA STATES 20K, 28K, 33K, 41K, 47K, 52K, 59K, 68K, 75K, 83K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/534d3d94-6c87-4e97-910e-c4f2343b76fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832
2026-03-27 05:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c936fdbc-497d-55d5-9549-b1457501ca7f with scrape type 2
2026-03-27 05:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c936fdbc-497d-55d5-9549-b1457501ca7f with scrape type 2
2026-03-27 05:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c936fdbc-497d-55d5-9549-b1457501ca7f, identifier: 120371832
2026-03-27 05:04:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120723262, 'registration': 'FY10BOV', 'account': 'WBA004', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi XE 5dr 2WD', 'mileage': 37329, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 561, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-02', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FY10BOV/2026-03-24/image/c8307d54-4fec-449e-9268-f65607caba06_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/62642614-fe46-4945-8a6f-230477dbb091_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/4b12fe15-6368-4483-b48f-919bac1c0c38_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/15ab147e-f270-4b81-9e28-cdc87c776894_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/2ef72172-1169-4b72-8fc0-ec79e7efa203_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/90254553-ec43-4b9e-b9cc-a18346c8123a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/2c208639-28e8-4422-a1bc-595bb478d26c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/067eb6f0-bedd-4d7a-af26-d24c5e499601_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/39267029-9721-46e3-92f5-379b2ee0f026_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/11 - 3K, 02/12 - 5K, 02/13 - 7K, NO DATE - 8K, 02/15 - 9K, 02/16 - 10K, 02/17 - 12K, 02/18 - 14K, 02/19 - 17K, 02/20 - 19K, 02/21 - 20K, 03/22 - 22K,', 'remarks': '**548** VOSA STATES 7K, 8K, 9K, 10K, 12K, 14K, 17K, 19K, 20K, 22K, 24K, 28K, 32K, 36K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4750c995-d403-4a33-893f-220e2082e485.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120723262, 'registration': 'FY10BOV', 'account': 'WBA004', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi XE 5dr 2WD', 'mileage': 37329, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 561, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-02', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FY10BOV/2026-03-24/image/c8307d54-4fec-449e-9268-f65607caba06_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/62642614-fe46-4945-8a6f-230477dbb091_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/4b12fe15-6368-4483-b48f-919bac1c0c38_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/15ab147e-f270-4b81-9e28-cdc87c776894_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/2ef72172-1169-4b72-8fc0-ec79e7efa203_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/90254553-ec43-4b9e-b9cc-a18346c8123a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/2c208639-28e8-4422-a1bc-595bb478d26c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/067eb6f0-bedd-4d7a-af26-d24c5e499601_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY10BOV/2026-03-24/image/39267029-9721-46e3-92f5-379b2ee0f026_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/11 - 3K, 02/12 - 5K, 02/13 - 7K, NO DATE - 8K, 02/15 - 9K, 02/16 - 10K, 02/17 - 12K, 02/18 - 14K, 02/19 - 17K, 02/20 - 19K, 02/21 - 20K, 03/22 - 22K,', 'remarks': '**548** VOSA STATES 7K, 8K, 9K, 10K, 12K, 14K, 17K, 19K, 20K, 22K, 24K, 28K, 32K, 36K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4750c995-d403-4a33-893f-220e2082e485.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262
2026-03-27 05:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f1619c-c599-59f6-b57d-47c8208144e7 with scrape type 2
2026-03-27 05:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f1619c-c599-59f6-b57d-47c8208144e7 with scrape type 2
2026-03-27 05:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c4f1619c-c599-59f6-b57d-47c8208144e7, identifier: 120723262
2026-03-27 05:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832
2026-03-27 05:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832
2026-03-27 05:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832 to the API
2026-03-27 05:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120371832?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'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': 'c936fdbc-497d-55d5-9549-b1457501ca7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY13YLB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120371832',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'RIO HATCHBACK',
'odometer': 89305,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-28',
'seller_name': 'UKCGR - Trade',
'title': 'KIA RIO HATCHBACK 1.4 3 5dr ISG',
'transmission': 'manual',
'trim': '1.4 3 5dr ISG',
'vin': None,
'year': 2013}
2026-03-27 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120371832%27 HTTP/1.1" 200 None
2026-03-27 05:04:31 [astonbarclay.gb] INFO: Saving data for 120371832: {'auction_closing_time': 1774604700.0, 'created_time': 1773402791.060174, 'last_price_update_time': 1774587871.737279}
2026-03-27 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120371832') HTTP/1.1" 204 0
2026-03-27 05:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262
2026-03-27 05:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262
2026-03-27 05:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262 to the API
2026-03-27 05:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120723262?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 180,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'c4f1619c-c599-59f6-b57d-47c8208144e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY10BOV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120723262',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 37329,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-02',
'seller_name': 'UKCGR - Trade',
'title': 'KIA SPORTAGE DIESEL ESTATE 2.0 CRDi XE 5dr 2WD',
'transmission': 'manual',
'trim': '2.0 CRDi XE 5dr 2WD',
'vin': None,
'year': 2010}
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120723262%27 HTTP/1.1" 200 None
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Saving data for 120723262: {'auction_closing_time': 1774604700.0, 'created_time': 1774357942.360645, 'last_price_update_time': 1774587872.034487}
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120723262') HTTP/1.1" 204 0
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732453, 'registration': 'FY08LNE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 Match 60 5dr', 'mileage': 86706, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 585, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-04', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY08LNE/2026-03-24/image/d7d6d778-4e5c-45e3-833c-17600a2e5de6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/337d466a-fd3e-4151-846b-4e25fd810dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/568b0cf2-8fc3-4a5f-87d6-3d1ad71232c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/8e0c1b13-0252-4612-94c0-2a648181e9ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/c152f865-edf5-487d-bfce-5f6a55bb889e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/93ad9d5a-890a-4377-9820-21437636d6b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/5979d157-627b-4cdd-a896-6d7f71a15050_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/705009b0-7175-4082-8346-c45c503db837_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/b0331933-7bca-4ae4-b2b1-9272e536ed76_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/09 - 5K, 02/10 - 12K, 02/11 - 19K, 02/12 - 22K,', 'remarks': '**745** VOSA STATES 19K, 22K, 25K, 29K, 34K, 37K, 40K, 43K, 48K, 54K, 58K, 65K, 71K, 76K, 80K, 86K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b4bc4821-968c-4e7b-83ed-80ba574ca3fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732453, 'registration': 'FY08LNE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 Match 60 5dr', 'mileage': 86706, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 585, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-04', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY08LNE/2026-03-24/image/d7d6d778-4e5c-45e3-833c-17600a2e5de6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/337d466a-fd3e-4151-846b-4e25fd810dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/568b0cf2-8fc3-4a5f-87d6-3d1ad71232c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/8e0c1b13-0252-4612-94c0-2a648181e9ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/c152f865-edf5-487d-bfce-5f6a55bb889e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/93ad9d5a-890a-4377-9820-21437636d6b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/5979d157-627b-4cdd-a896-6d7f71a15050_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/705009b0-7175-4082-8346-c45c503db837_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY08LNE/2026-03-24/image/b0331933-7bca-4ae4-b2b1-9272e536ed76_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/09 - 5K, 02/10 - 12K, 02/11 - 19K, 02/12 - 22K,', 'remarks': '**745** VOSA STATES 19K, 22K, 25K, 29K, 34K, 37K, 40K, 43K, 48K, 54K, 58K, 65K, 71K, 76K, 80K, 86K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b4bc4821-968c-4e7b-83ed-80ba574ca3fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453
2026-03-27 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5caf67d1-f31a-5097-9be1-274999d509b2 with scrape type 2
2026-03-27 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5caf67d1-f31a-5097-9be1-274999d509b2 with scrape type 2
2026-03-27 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5caf67d1-f31a-5097-9be1-274999d509b2, identifier: 120732453
2026-03-27 05:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120733189?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453
2026-03-27 05:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453
2026-03-27 05:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453 to the API
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732453?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '5caf67d1-f31a-5097-9be1-274999d509b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY08LNE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732453',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 86706,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-04',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 Match 60 5dr',
'transmission': 'manual',
'trim': '1.2 Match 60 5dr',
'vin': None,
'year': 2008}
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732453%27 HTTP/1.1" 200 None
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Saving data for 120732453: {'auction_closing_time': 1774604700.0, 'created_time': 1774357804.460226, 'last_price_update_time': 1774587872.451634}
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732453') HTTP/1.1" 204 0
2026-03-27 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-27 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732831, 'registration': 'YP15KUS', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 69782, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 579, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP15KUS/2026-03-25/image/a950a93c-d748-4b59-a470-6068f7518a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/ad2c17a1-b8db-4655-beb1-aacbdaf0350c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/c544fb70-61e7-49e7-972f-8a71e7c311ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/6ca33b85-d9fc-4cef-9fd2-de52de877992_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/821f53d8-3d99-4fe2-a8dc-a61832405851_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/f42ff975-47b6-402a-ad60-977f6d061897_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/987c2487-f125-4db0-a42e-a5ec51f9e861_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/9706d79a-2f63-4836-881e-5c28900aa49f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/c1cc3191-d8f8-4e25-a546-e8b05d7176f5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 - 5K, 01/20 - 22K,', 'remarks': '**737** VOSA STATES 13K, 17K, 20K, 24K, 28K, 33K, 39K, 47K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/500a4b3a-3ecc-4596-9565-097c562bdf60.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732831, 'registration': 'YP15KUS', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 69782, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 579, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP15KUS/2026-03-25/image/a950a93c-d748-4b59-a470-6068f7518a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/ad2c17a1-b8db-4655-beb1-aacbdaf0350c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/c544fb70-61e7-49e7-972f-8a71e7c311ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/6ca33b85-d9fc-4cef-9fd2-de52de877992_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/821f53d8-3d99-4fe2-a8dc-a61832405851_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/f42ff975-47b6-402a-ad60-977f6d061897_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/987c2487-f125-4db0-a42e-a5ec51f9e861_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/9706d79a-2f63-4836-881e-5c28900aa49f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP15KUS/2026-03-25/image/c1cc3191-d8f8-4e25-a546-e8b05d7176f5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 - 5K, 01/20 - 22K,', 'remarks': '**737** VOSA STATES 13K, 17K, 20K, 24K, 28K, 33K, 39K, 47K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/500a4b3a-3ecc-4596-9565-097c562bdf60.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831
2026-03-27 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07c5acb6-2912-5591-87b4-052f487b10b2 with scrape type 2
2026-03-27 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07c5acb6-2912-5591-87b4-052f487b10b2 with scrape type 2
2026-03-27 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07c5acb6-2912-5591-87b4-052f487b10b2, identifier: 120732831
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120442120, 'registration': 'ND10TZB', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 Tekna 5dr', 'mileage': 58462, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 576, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-18', 'fuel': 'Petrol', 'motExpiry': '2026-03-18', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND10TZB/2026-03-16/image/2cb67249-5f08-48cc-aa43-a91cc1ae5ace_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/b0e93b1a-2f97-494a-b442-cbed7b1d3ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/7eb6651b-9950-4398-8b94-c5123cee7bcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/4abde4ea-08b1-49d5-abf9-380555fa631c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/e0c7165a-a37b-4ec4-a2c2-978daa02ce00_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/ba8a05fb-1953-448c-947a-fb1a7f1cfa0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/7fe34ed3-c96c-4d5c-a05b-ef88ceeb1eab_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/6b802cb3-a919-42fe-a974-4dacb05471f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/fccc50d3-42e6-4a02-8d14-8d62a66e48e8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11 - 4K, 06/12 - 9K, 05/13 - 15K, 05/14 - 20K, 05/15 - 25K, 05/16 - 30K, 05/17 - 34K, 11/20 - 44K,', 'remarks': '**596** VOSA STATES 15K, 20K, 25K, 30K, 34K, 38K, 41K, 44K, 46K, 49K, 51K, 55K, SD CARD, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/83fd853c-bfa0-4ae0-a3ed-2435387467f5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120442120, 'registration': 'ND10TZB', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 Tekna 5dr', 'mileage': 58462, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 576, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-18', 'fuel': 'Petrol', 'motExpiry': '2026-03-18', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND10TZB/2026-03-16/image/2cb67249-5f08-48cc-aa43-a91cc1ae5ace_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/b0e93b1a-2f97-494a-b442-cbed7b1d3ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/7eb6651b-9950-4398-8b94-c5123cee7bcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/4abde4ea-08b1-49d5-abf9-380555fa631c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/e0c7165a-a37b-4ec4-a2c2-978daa02ce00_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/ba8a05fb-1953-448c-947a-fb1a7f1cfa0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/7fe34ed3-c96c-4d5c-a05b-ef88ceeb1eab_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/6b802cb3-a919-42fe-a974-4dacb05471f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND10TZB/2026-03-16/image/fccc50d3-42e6-4a02-8d14-8d62a66e48e8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/11 - 4K, 06/12 - 9K, 05/13 - 15K, 05/14 - 20K, 05/15 - 25K, 05/16 - 30K, 05/17 - 34K, 11/20 - 44K,', 'remarks': '**596** VOSA STATES 15K, 20K, 25K, 30K, 34K, 38K, 41K, 44K, 46K, 49K, 51K, 55K, SD CARD, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/83fd853c-bfa0-4ae0-a3ed-2435387467f5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120
2026-03-27 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f644de44-33cd-5561-a5e5-f999ce9c6e7a with scrape type 2
2026-03-27 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f644de44-33cd-5561-a5e5-f999ce9c6e7a with scrape type 2
2026-03-27 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f644de44-33cd-5561-a5e5-f999ce9c6e7a, identifier: 120442120
2026-03-27 05:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831
2026-03-27 05:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831
2026-03-27 05:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831 to the API
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732831?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '07c5acb6-2912-5591-87b4-052f487b10b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP15KUS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732831',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 69782,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-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': 2015}
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732831%27 HTTP/1.1" 200 None
2026-03-27 05:04:32 [astonbarclay.gb] INFO: Saving data for 120732831: {'auction_closing_time': 1774604700.0, 'created_time': 1774357721.717449, 'last_price_update_time': 1774587872.982624}
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732831') HTTP/1.1" 204 0
2026-03-27 05:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120
2026-03-27 05:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120
2026-03-27 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120 to the API
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120442120?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'f644de44-33cd-5561-a5e5-f999ce9c6e7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND10TZB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120442120',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 58462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-18',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.6 Tekna 5dr',
'transmission': 'manual',
'trim': '1.6 Tekna 5dr',
'vin': None,
'year': 2010}
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120442120%27 HTTP/1.1" 200 None
2026-03-27 05:04:33 [astonbarclay.gb] INFO: Saving data for 120442120: {'auction_closing_time': 1774604700.0, 'created_time': 1773655441.913677, 'last_price_update_time': 1774587873.315166}
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442120') HTTP/1.1" 204 0
2026-03-27 05:04:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733189, 'registration': 'YD11YOH', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A6 AVANT SPECIAL EDITIONS', 'derivative': '2.0 TDI 170 S Line Special Ed 5dr', 'mileage': 246695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 558, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YD11YOH/2026-03-25/image/f7127453-ee48-4e8e-9d26-9ab0f367e3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/92e1efd9-bd84-4c8a-b947-d91e88fb3847_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/ee79ff09-2f7c-424c-9573-e5f10e21dd67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/34d11252-ca9b-4d9e-a4e4-941719e030c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/895cd387-6105-4281-803b-e4506957be00_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/f4b9cb30-12c7-4d4d-89bc-4654b613fed1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/8249878d-f001-4bfe-b0b7-c1ecbdeb4dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/a128dfe9-dc6c-4915-b6bb-4da09832a9ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/ea2d7876-5fdf-4196-a567-7f8814f0af47_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 15K, 11/14 - 34K, 12/15 - 50K, NO DATE - 59K, 01/17 - 69K, 08/17 - 79K, 04/24 - 203K, 10/25 - NO MILEAGE', 'remarks': '**429** VOSA STATES 20K, 35K, 54K, 73K, 87K, 99K, 108K, 127K, 157K, 181K, 203K, 225K, SPARE KEY, SAT NAV CD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89a1ca4e-0fb9-477e-8ede-19f0633259a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733189, 'registration': 'YD11YOH', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A6 AVANT SPECIAL EDITIONS', 'derivative': '2.0 TDI 170 S Line Special Ed 5dr', 'mileage': 246695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 558, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YD11YOH/2026-03-25/image/f7127453-ee48-4e8e-9d26-9ab0f367e3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/92e1efd9-bd84-4c8a-b947-d91e88fb3847_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/ee79ff09-2f7c-424c-9573-e5f10e21dd67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/34d11252-ca9b-4d9e-a4e4-941719e030c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/895cd387-6105-4281-803b-e4506957be00_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/f4b9cb30-12c7-4d4d-89bc-4654b613fed1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/8249878d-f001-4bfe-b0b7-c1ecbdeb4dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/a128dfe9-dc6c-4915-b6bb-4da09832a9ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD11YOH/2026-03-25/image/ea2d7876-5fdf-4196-a567-7f8814f0af47_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 15K, 11/14 - 34K, 12/15 - 50K, NO DATE - 59K, 01/17 - 69K, 08/17 - 79K, 04/24 - 203K, 10/25 - NO MILEAGE', 'remarks': '**429** VOSA STATES 20K, 35K, 54K, 73K, 87K, 99K, 108K, 127K, 157K, 181K, 203K, 225K, SPARE KEY, SAT NAV CD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89a1ca4e-0fb9-477e-8ede-19f0633259a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189
2026-03-27 05:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c50ae8-ed91-58bf-9861-4317a9237da3 with scrape type 2
2026-03-27 05:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c50ae8-ed91-58bf-9861-4317a9237da3 with scrape type 2
2026-03-27 05:04:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64c50ae8-ed91-58bf-9861-4317a9237da3, identifier: 120733189
2026-03-27 05:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119629584?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189
2026-03-27 05:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189
2026-03-27 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189 to the API
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120733189?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '64c50ae8-ed91-58bf-9861-4317a9237da3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YD11YOH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120733189',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A6 AVANT SPECIAL EDITIONS',
'odometer': 246695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-13',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A6 AVANT SPECIAL EDITIONS 2.0 TDI 170 S Line Special Ed 5dr',
'transmission': 'manual',
'trim': '2.0 TDI 170 S Line Special Ed 5dr',
'vin': None,
'year': 2011}
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120733189%27 HTTP/1.1" 200 None
2026-03-27 05:04:33 [astonbarclay.gb] INFO: Saving data for 120733189: {'auction_closing_time': 1774604700.0, 'created_time': 1774357755.570654, 'last_price_update_time': 1774587873.724501}
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733189') HTTP/1.1" 204 0
2026-03-27 05:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120417688?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119388788?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120442214?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732724?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119629584, 'registration': 'PY22GJZ', 'account': 'KIN032', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 48V ISG 4 5dr DCT AWD', 'mileage': 98528, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 533, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/e9e9c08f-586b-4861-a365-4c8d6a2d63c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/a53c8729-f6da-4f35-8890-59cb286b3a29_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/e66d9e11-a98a-4dfe-800b-32be1ce36638_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/29e1d37b-7e1f-4d15-bf23-557275ea6ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/390e56c7-40cc-438c-afdb-3f4f9a2b41f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/5984beb0-9271-420b-a319-13a55eba2735_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/dfc7a425-8df2-4d13-ab15-577dbc9d9ea3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/d1b58dfc-1885-42d1-acaf-4180eaf775ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/7d9b9d12-ffae-47a3-9de3-11c9ad082a21_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23- 12K, 09/23 - 32K, 03/24 - 45K, 08/24 - 57K, 01/25 - 69K, 05/25 - 77K, 10/25- 88K,', 'remarks': '**1034**VOSA STATES 77K Premium paint - Yuka steel grey SPARE KEY,', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/52e4b325-e05c-4904-b6ff-92e5f55850ef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119629584, 'registration': 'PY22GJZ', 'account': 'KIN032', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 48V ISG 4 5dr DCT AWD', 'mileage': 98528, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 533, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/e9e9c08f-586b-4861-a365-4c8d6a2d63c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/a53c8729-f6da-4f35-8890-59cb286b3a29_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/e66d9e11-a98a-4dfe-800b-32be1ce36638_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/29e1d37b-7e1f-4d15-bf23-557275ea6ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/390e56c7-40cc-438c-afdb-3f4f9a2b41f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/5984beb0-9271-420b-a319-13a55eba2735_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/dfc7a425-8df2-4d13-ab15-577dbc9d9ea3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/d1b58dfc-1885-42d1-acaf-4180eaf775ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY22GJZ/2026-03-05/image/7d9b9d12-ffae-47a3-9de3-11c9ad082a21_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23- 12K, 09/23 - 32K, 03/24 - 45K, 08/24 - 57K, 01/25 - 69K, 05/25 - 77K, 10/25- 88K,', 'remarks': '**1034**VOSA STATES 77K Premium paint - Yuka steel grey SPARE KEY,', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/52e4b325-e05c-4904-b6ff-92e5f55850ef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584
2026-03-27 05:04:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with scrape type 2
2026-03-27 05:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with scrape type 2
2026-03-27 05:04:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42, identifier: 119629584
2026-03-27 05:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584
2026-03-27 05:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584
2026-03-27 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584 to the API
2026-03-27 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:04: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-27 05:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119629584?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'bbb1cf09-9af8-5ee1-8d4c-617c378d8b42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PY22GJZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119629584',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 98528,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-27',
'seller_name': 'Kinto',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi 48V ISG 4 5dr DCT AWD',
'transmission': 'automatic',
'trim': '1.6T GDi 48V ISG 4 5dr DCT AWD',
'vin': None,
'year': 2022}
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:34 [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-27 05:04:34 [astonbarclay.gb] INFO: Saving data for 119629584: {'auction_closing_time': 1774604700.0, 'created_time': 1773401772.369744, 'last_price_update_time': 1774587874.178458}
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119629584') HTTP/1.1" 204 0
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120417688, 'registration': 'YW15CNX', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A1 DIESEL SPORTBACK', 'derivative': '1.6 TDI Sport 5dr', 'mileage': 66887, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 557, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-04', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YW15CNX/2026-03-13/image/7cf8838d-bb16-4e28-99a6-e8641c6ee3c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/ad464b44-95d9-49c3-b021-861a19c69b02_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/ed3d4294-f093-480b-a891-6c10c430918f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/e622941b-99f4-4b20-ac62-1dd224f3f2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/7a38f5f6-135e-4503-8432-bf7361eea8c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/71fad3c5-329d-448a-b27c-11d7497296a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/0b118546-3d63-4462-a05f-eae201d6193c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/8b79acb8-7d8f-4f96-b13b-994ce6eb579c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/63fdf6a1-a339-415d-8f94-50472e5fe4f8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/17 - 10K, 06/21 - 30K,', 'remarks': '**481** VOSA STATES 16K, 21K, 24K, 30K, 38K, 47K, 54K, 61K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f8cf3e4-d6aa-444c-a05c-193ac4a28824.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120417688, 'registration': 'YW15CNX', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A1 DIESEL SPORTBACK', 'derivative': '1.6 TDI Sport 5dr', 'mileage': 66887, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 557, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-04', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YW15CNX/2026-03-13/image/7cf8838d-bb16-4e28-99a6-e8641c6ee3c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/ad464b44-95d9-49c3-b021-861a19c69b02_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/ed3d4294-f093-480b-a891-6c10c430918f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/e622941b-99f4-4b20-ac62-1dd224f3f2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/7a38f5f6-135e-4503-8432-bf7361eea8c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/71fad3c5-329d-448a-b27c-11d7497296a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/0b118546-3d63-4462-a05f-eae201d6193c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/8b79acb8-7d8f-4f96-b13b-994ce6eb579c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW15CNX/2026-03-13/image/63fdf6a1-a339-415d-8f94-50472e5fe4f8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/17 - 10K, 06/21 - 30K,', 'remarks': '**481** VOSA STATES 16K, 21K, 24K, 30K, 38K, 47K, 54K, 61K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 92, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f8cf3e4-d6aa-444c-a05c-193ac4a28824.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688
2026-03-27 05:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103, identifier: 120417688
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119388788, 'registration': 'WM72OBY', 'account': 'KIN032', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]', 'mileage': 63219, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 534, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-02-07', 'fuel': 'Electric', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WM72OBY/2026-02-09/image/4cee86b2-12af-4444-9404-0fe610650ae9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/e4c8d55d-6930-4826-a739-9336d605f4bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/7a9c98cb-a1ec-4260-ab63-26fe5da3b0c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/2a1617ea-cc9d-4343-8659-70ff205602b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/75969e85-be63-4b7e-82f2-51ab465f9a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/92ddf0c5-d99c-4347-8075-e5e9e1022a54_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/6c085035-513f-4f06-bb74-5b832e748d1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/f218575d-3531-4ad9-937c-4c1e479223c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/2f5295a9-fde0-494b-aa1c-ba3ce79b79c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25 - 43K,', 'remarks': '**300** VOSA STATES 61K Metallic - Navarra blue\t/ 20"" 5 Y Spoke graphite grey alloy wheels with gloss finish / LED Headlights / LED rear lights / Pulse cloth/leatherette - Black + front sport seats, integrated head restraints / Sports suspension with 15mm lower / Steering wheel with trim in chrome look, S emblem, steering wheel grips in perfo / White ambient lighting pack - Q4 E-tron CHARGING LEAD 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/c94d74fd-76b5-4a0b-a308-f8754b7ab0ca.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119388788, 'registration': 'WM72OBY', 'account': 'KIN032', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]', 'mileage': 63219, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 534, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-02-07', 'fuel': 'Electric', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WM72OBY/2026-02-09/image/4cee86b2-12af-4444-9404-0fe610650ae9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/e4c8d55d-6930-4826-a739-9336d605f4bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/7a9c98cb-a1ec-4260-ab63-26fe5da3b0c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/2a1617ea-cc9d-4343-8659-70ff205602b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/75969e85-be63-4b7e-82f2-51ab465f9a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/92ddf0c5-d99c-4347-8075-e5e9e1022a54_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/6c085035-513f-4f06-bb74-5b832e748d1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/f218575d-3531-4ad9-937c-4c1e479223c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72OBY/2026-02-09/image/2f5295a9-fde0-494b-aa1c-ba3ce79b79c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25 - 43K,', 'remarks': '**300** VOSA STATES 61K Metallic - Navarra blue\t/ 20"" 5 Y Spoke graphite grey alloy wheels with gloss finish / LED Headlights / LED rear lights / Pulse cloth/leatherette - Black + front sport seats, integrated head restraints / Sports suspension with 15mm lower / Steering wheel with trim in chrome look, S emblem, steering wheel grips in perfo / White ambient lighting pack - Q4 E-tron CHARGING LEAD 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/c94d74fd-76b5-4a0b-a308-f8754b7ab0ca.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788
2026-03-27 05:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68, identifier: 119388788
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120442214, 'registration': 'HN63ZPU', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Active 5dr Auto', 'mileage': 22748, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 554, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-02-10', 'fuel': 'Diesel', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/653a2297-31d9-4f03-bca6-d270d7813659_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/7e02d669-b7f7-4d7f-b5ba-8afe3f45ebd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/fe88ec60-f8d5-41c2-9d2c-8ef5a1d07b87_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/dd74d1fd-c579-4007-b148-820eadb339f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/de41ca4f-ea9a-4752-a6be-71dcba74eccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/e04ff1ab-0b07-4c6c-aec4-13bdf8c05c41_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/6c6355e6-6350-4774-9396-321eac754fb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/0fb42bcb-fb49-403e-ba37-8dd4b2246867_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/a933dc11-26ac-432b-a209-11bed7f898f7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17 - 3K, 04/18 - 10K, 01/19 - 15K, 01/20 - 17K, 12/20 - 18K, 01/22 - 19K, 02/23 - 20K, 02/24 - 21K, 02/25 - 22K,', 'remarks': '**513** VOSA STATES 2K, 3K, 10K, 15K, 17K, 18K, 19K, 20K, 21K, 22K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75842b15-c14f-4acc-9729-e6aab04f99d6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120442214, 'registration': 'HN63ZPU', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I30 DIESEL HATCHBACK', 'derivative': '1.6 CRDi Active 5dr Auto', 'mileage': 22748, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 554, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-02-10', 'fuel': 'Diesel', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/653a2297-31d9-4f03-bca6-d270d7813659_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/7e02d669-b7f7-4d7f-b5ba-8afe3f45ebd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/fe88ec60-f8d5-41c2-9d2c-8ef5a1d07b87_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/dd74d1fd-c579-4007-b148-820eadb339f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/de41ca4f-ea9a-4752-a6be-71dcba74eccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/e04ff1ab-0b07-4c6c-aec4-13bdf8c05c41_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/6c6355e6-6350-4774-9396-321eac754fb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/0fb42bcb-fb49-403e-ba37-8dd4b2246867_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN63ZPU/2026-03-16/image/a933dc11-26ac-432b-a209-11bed7f898f7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17 - 3K, 04/18 - 10K, 01/19 - 15K, 01/20 - 17K, 12/20 - 18K, 01/22 - 19K, 02/23 - 20K, 02/24 - 21K, 02/25 - 22K,', 'remarks': '**513** VOSA STATES 2K, 3K, 10K, 15K, 17K, 18K, 19K, 20K, 21K, 22K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75842b15-c14f-4acc-9729-e6aab04f99d6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214
2026-03-27 05:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7015018e-ddbc-58f9-a2de-1d4dc0732137 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7015018e-ddbc-58f9-a2de-1d4dc0732137 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7015018e-ddbc-58f9-a2de-1d4dc0732137, identifier: 120442214
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732724, 'registration': 'LS15XFM', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Zetec 5dr', 'mileage': 185358, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 548, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS15XFM/2026-03-25/image/86d17a61-e6f1-44d6-8860-6667ca3519d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/b8ae4a60-1e78-4e54-9e89-159985d76706_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/45871baf-4a0f-41e0-9205-9a1b29d51c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/1ffb9f37-4423-48f5-8cc4-9ac932f0d084_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/97d63bfc-d0da-4165-bcd3-07a1c6c77fc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/3220ad33-f7ab-4d84-9d78-3cd590615ac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/6fe872d7-6277-486d-94e8-e24a82bfc2d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/3a9f9ba7-c362-49d3-bf18-30bfe7933527_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/bcdef5ee-1fff-4323-973e-5fd40abeaa08_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/15 - 13K, 03/16 - 27K, 08/16 - 43K, 12/16 - 57K, 04/16 - 71K (DISCREPANCY IN BOOK), 01/20 - 105K, 11/24 - 168K', 'remarks': '**662** VOSA STATES 90K, 102K, 105K, 113K, 126K, 140K, 156K, 169K, 181K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/03973180-06d6-4f04-9b15-75cb0612a2f6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732724, 'registration': 'LS15XFM', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Zetec 5dr', 'mileage': 185358, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 548, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS15XFM/2026-03-25/image/86d17a61-e6f1-44d6-8860-6667ca3519d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/b8ae4a60-1e78-4e54-9e89-159985d76706_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/45871baf-4a0f-41e0-9205-9a1b29d51c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/1ffb9f37-4423-48f5-8cc4-9ac932f0d084_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/97d63bfc-d0da-4165-bcd3-07a1c6c77fc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/3220ad33-f7ab-4d84-9d78-3cd590615ac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/6fe872d7-6277-486d-94e8-e24a82bfc2d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/3a9f9ba7-c362-49d3-bf18-30bfe7933527_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS15XFM/2026-03-25/image/bcdef5ee-1fff-4323-973e-5fd40abeaa08_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/15 - 13K, 03/16 - 27K, 08/16 - 43K, 12/16 - 57K, 04/16 - 71K (DISCREPANCY IN BOOK), 01/20 - 105K, 11/24 - 168K', 'remarks': '**662** VOSA STATES 90K, 102K, 105K, 113K, 126K, 140K, 156K, 169K, 181K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/03973180-06d6-4f04-9b15-75cb0612a2f6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724
2026-03-27 05:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b76a39-6fb2-5910-8dad-e03dee31b678 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0b76a39-6fb2-5910-8dad-e03dee31b678 with scrape type 2
2026-03-27 05:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e0b76a39-6fb2-5910-8dad-e03dee31b678, identifier: 120732724
2026-03-27 05:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688
2026-03-27 05:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688
2026-03-27 05:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688 to the API
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 05:04: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-27 05:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120417688?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 92,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '0ae0a8c8-1ed8-59cf-8b60-4d57d7662103',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YW15CNX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120417688',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A1 DIESEL SPORTBACK',
'odometer': 66887,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-04',
'seller_name': 'UKCGR - Select',
'title': 'AUDI A1 DIESEL SPORTBACK 1.6 TDI Sport 5dr',
'transmission': 'manual',
'trim': '1.6 TDI Sport 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:34 [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-27 05:04:34 [astonbarclay.gb] INFO: Saving data for 120417688: {'auction_closing_time': 1774604700.0, 'created_time': 1773401920.386394, 'last_price_update_time': 1774587874.943167}
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417688') HTTP/1.1" 204 0
2026-03-27 05:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788
2026-03-27 05:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788
2026-03-27 05:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788 to the API
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119388788?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM72OBY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119388788',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON SPORTBACK',
'odometer': 63219,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seller_name': 'Kinto',
'title': 'AUDI Q4 E-TRON SPORTBACK 150kW 40 82kWh S Line 5dr Auto [C+S/Tech '
'Pack]',
'transmission': 'automatic',
'trim': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]',
'vin': None,
'year': 2023}
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119388788%27 HTTP/1.1" 200 None
2026-03-27 05:04:35 [astonbarclay.gb] INFO: Saving data for 119388788: {'auction_closing_time': 1774604700.0, 'created_time': 1773401873.443303, 'last_price_update_time': 1774587875.256754}
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119388788') HTTP/1.1" 204 0
2026-03-27 05:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214
2026-03-27 05:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214
2026-03-27 05:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214 to the API
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120442214?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '7015018e-ddbc-58f9-a2de-1d4dc0732137',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HN63ZPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120442214',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I30 DIESEL HATCHBACK',
'odometer': 22748,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-10',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I30 DIESEL HATCHBACK 1.6 CRDi Active 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 CRDi Active 5dr Auto',
'vin': None,
'year': 2014}
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120442214%27 HTTP/1.1" 200 None
2026-03-27 05:04:35 [astonbarclay.gb] INFO: Saving data for 120442214: {'auction_closing_time': 1774604700.0, 'created_time': 1773655445.648496, 'last_price_update_time': 1774587875.557911}
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442214') HTTP/1.1" 204 0
2026-03-27 05:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724
2026-03-27 05:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724
2026-03-27 05:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724 to the API
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732724?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'e0b76a39-6fb2-5910-8dad-e03dee31b678',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS15XFM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732724',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 185358,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-27',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS DIESEL ESTATE 1.5 TDCi 120 Zetec 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi 120 Zetec 5dr',
'vin': None,
'year': 2015}
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120732724%27 HTTP/1.1" 200 None
2026-03-27 05:04:35 [astonbarclay.gb] INFO: Saving data for 120732724: {'auction_closing_time': 1774604700.0, 'created_time': 1774357760.782698, 'last_price_update_time': 1774587875.886599}
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732724') HTTP/1.1" 204 0
2026-03-27 05:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120225028?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119801407?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120225028, 'registration': 'DS71FON', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'DEFENDER ESTATE SPECIAL EDITIONS', 'derivative': '3.0 D250 XS Edition 110 5dr Auto', 'mileage': 87107, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 506, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-15', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 5, 'engineSize': 2997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DS71FON/2026-03-11/image/4504365c-fb4b-4c72-ba88-fa275ff33d1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/bc0b5937-7e63-49a7-959c-9de7ee12d24a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/00838f51-4cb0-4abd-a918-4bd1227fb48f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/6f73616c-fbb6-4626-abe2-18512d075157_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/5aa3f97b-6707-410c-96cc-4dbd84f4bbe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/0d61ad84-97bb-4002-9948-441d97b33cdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/06445180-4dea-4e77-833b-e244ba766c58_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/92db11b7-aace-4fb7-87c0-2570a1b3526c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/29207741-3c24-40a0-b7f5-43063e569146_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23- 22K, 12/24- 63K, 12/25- 82K', 'remarks': '**89**VOSA STATES 63K, 82K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 244, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6f558bd-d3e6-43d6-9c19-d71ba38da922.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120225028, 'registration': 'DS71FON', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'DEFENDER ESTATE SPECIAL EDITIONS', 'derivative': '3.0 D250 XS Edition 110 5dr Auto', 'mileage': 87107, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 506, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-15', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 5, 'engineSize': 2997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DS71FON/2026-03-11/image/4504365c-fb4b-4c72-ba88-fa275ff33d1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/bc0b5937-7e63-49a7-959c-9de7ee12d24a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/00838f51-4cb0-4abd-a918-4bd1227fb48f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/6f73616c-fbb6-4626-abe2-18512d075157_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/5aa3f97b-6707-410c-96cc-4dbd84f4bbe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/0d61ad84-97bb-4002-9948-441d97b33cdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/06445180-4dea-4e77-833b-e244ba766c58_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/92db11b7-aace-4fb7-87c0-2570a1b3526c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71FON/2026-03-11/image/29207741-3c24-40a0-b7f5-43063e569146_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23- 22K, 12/24- 63K, 12/25- 82K', 'remarks': '**89**VOSA STATES 63K, 82K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 244, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6f558bd-d3e6-43d6-9c19-d71ba38da922.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028
2026-03-27 05:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c694218-062a-551c-b834-a5966a6a7d76 with scrape type 2
2026-03-27 05:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c694218-062a-551c-b834-a5966a6a7d76 with scrape type 2
2026-03-27 05:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c694218-062a-551c-b834-a5966a6a7d76, identifier: 120225028
2026-03-27 05:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028
2026-03-27 05:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028
2026-03-27 05:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028 to the API
2026-03-27 05:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120225028?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 244,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '7c694218-062a-551c-b834-a5966a6a7d76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS71FON',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120225028',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DEFENDER ESTATE SPECIAL EDITIONS',
'odometer': 87107,
'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': 'Hatfields Group',
'title': 'LAND ROVER DEFENDER ESTATE SPECIAL EDITIONS 3.0 D250 XS Edition 110 '
'5dr Auto',
'transmission': 'automatic',
'trim': '3.0 D250 XS Edition 110 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120225028%27 HTTP/1.1" 200 None
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Saving data for 120225028: {'auction_closing_time': 1774604700.0, 'created_time': 1773402889.322538, 'last_price_update_time': 1774587877.049399}
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120225028') HTTP/1.1" 204 0
2026-03-27 05:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120007531?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120369757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120237809?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120056805?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119801407, 'registration': 'LJ71WFF', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '3.0 P400 HST 5dr Auto', 'mileage': 62867, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 503, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-10-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 2996, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/b958ca8a-662a-4884-901c-622c817b2328_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/319a7dde-532a-485d-ac1f-bf4dd2c0f5cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/e48e5dda-c483-424d-a627-2a2dd80ae098_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/d03be661-96df-4a35-8dd5-813eaa3ee394_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/01fb76c1-b80e-4fe3-ba0e-4b41bcc6ab79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/61f31d10-a496-4d48-9bd7-d4649827b63b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/7e0d1439-525e-4593-a57f-d02186636800_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/8aea34d7-78d6-4e5e-b870-8c483413418e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/8431dfdf-4e66-4dfa-a826-095f64fc21c6_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23- 22K, 02/24- 43K', 'remarks': '**82**VOSA STATES 51K, 60K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 242, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7982fded-00ba-42cb-b427-afb196b0db00.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119801407, 'registration': 'LJ71WFF', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '3.0 P400 HST 5dr Auto', 'mileage': 62867, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 503, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-10-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 2996, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/b958ca8a-662a-4884-901c-622c817b2328_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/319a7dde-532a-485d-ac1f-bf4dd2c0f5cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/e48e5dda-c483-424d-a627-2a2dd80ae098_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/d03be661-96df-4a35-8dd5-813eaa3ee394_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/01fb76c1-b80e-4fe3-ba0e-4b41bcc6ab79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/61f31d10-a496-4d48-9bd7-d4649827b63b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/7e0d1439-525e-4593-a57f-d02186636800_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/8aea34d7-78d6-4e5e-b870-8c483413418e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ71WFF/2026-02-27/image/8431dfdf-4e66-4dfa-a826-095f64fc21c6_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23- 22K, 02/24- 43K', 'remarks': '**82**VOSA STATES 51K, 60K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 242, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7982fded-00ba-42cb-b427-afb196b0db00.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407
2026-03-27 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84, identifier: 119801407
2026-03-27 05:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407
2026-03-27 05:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407
2026-03-27 05:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407 to the API
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119801407?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 242,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '4708c91c-8c1f-5ccf-aa87-3a528cc79f84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LJ71WFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119801407',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT ESTATE',
'odometer': 62867,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER SPORT ESTATE 3.0 P400 HST 5dr Auto',
'transmission': 'automatic',
'trim': '3.0 P400 HST 5dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119801407%27 HTTP/1.1" 200 None
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Saving data for 119801407: {'auction_closing_time': 1774604700.0, 'created_time': 1773404957.275929, 'last_price_update_time': 1774587877.463612}
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119801407') HTTP/1.1" 204 0
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120007531, 'registration': 'BK22XOP', 'account': 'HAT008', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 77384, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 505, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-26', 'fuel': 'Electric', 'motExpiry': '2026-03-25', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BK22XOP/2026-03-03/image/38d4f4d8-826f-4d92-bf7d-464d2a54bb1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/25a3684e-e997-4c78-81a3-32929392f8bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/61fc563d-39f5-4334-9691-5b678f530a98_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/58a61b05-3b3a-4280-8a13-c80d54dfc05d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/ced11bc5-623a-47ae-a203-cafeb36f7b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/e681a8ef-fef1-460b-8ed6-ce149400fce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/4e5da443-a3a7-4f10-9b10-e22efbe6d7d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/fc5f61d2-6b7a-48b4-af24-22f18fe31b70_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/a371bec7-ca3d-4178-aac6-56b28094453c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/ca90a5ed-4d40-46be-ac6b-b7a9537d0833_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**07** VOSA STATES 57K CHARGING CABLE', 'virtual': False, 'seller': 'Hatfields Group', '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/961ff918-0ba5-4ad2-be4a-6fc798d7101c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120007531, 'registration': 'BK22XOP', 'account': 'HAT008', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 77384, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 505, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-26', 'fuel': 'Electric', 'motExpiry': '2026-03-25', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BK22XOP/2026-03-03/image/38d4f4d8-826f-4d92-bf7d-464d2a54bb1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/25a3684e-e997-4c78-81a3-32929392f8bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/61fc563d-39f5-4334-9691-5b678f530a98_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/58a61b05-3b3a-4280-8a13-c80d54dfc05d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/ced11bc5-623a-47ae-a203-cafeb36f7b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/e681a8ef-fef1-460b-8ed6-ce149400fce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/4e5da443-a3a7-4f10-9b10-e22efbe6d7d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/fc5f61d2-6b7a-48b4-af24-22f18fe31b70_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/a371bec7-ca3d-4178-aac6-56b28094453c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22XOP/2026-03-03/image/ca90a5ed-4d40-46be-ac6b-b7a9537d0833_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**07** VOSA STATES 57K CHARGING CABLE', 'virtual': False, 'seller': 'Hatfields Group', '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/961ff918-0ba5-4ad2-be4a-6fc798d7101c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531
2026-03-27 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8803cd63-5d65-596b-bd45-db65cb3a252c with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8803cd63-5d65-596b-bd45-db65cb3a252c with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8803cd63-5d65-596b-bd45-db65cb3a252c, identifier: 120007531
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120369757, 'registration': 'SB57BWU', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.8i VVT Life 5dr Auto [AC]', 'mileage': 78072, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 550, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-02-11', 'fuel': 'Petrol', 'motExpiry': '2026-04-04', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SB57BWU/2026-03-13/image/1a83f662-1c8e-49f7-8a5b-1f82a73d1371_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/0f05fc26-f8fd-4c96-8b41-b715bf19adc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/9541ad5c-0e57-4b25-8f29-6040c73094f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2853e192-b3d3-424c-9911-850b1e457b20_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/f66dbcdb-fbf5-4b00-9952-ab63723d14d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/b9cbd397-8f52-425e-af5c-bb494d8d82f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2cbc9f54-5ff2-4b14-8723-681328a7f986_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2926edb9-bb45-40fe-8a63-62ddbd9ae95d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2b06d451-047b-41e1-8f8e-4cd179c955e9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/09-10K,08/10- 22K, 11/25- NO MILEAGE,', 'remarks': '**1708**VOSA STATES 27K, 34K, 40K, 45K, 49K, 53K, 56K, 58K, 61K, 62K, 63K, 65K, 68K, 71K, 75K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8605f75-57ad-4038-a9c9-91257b58e0d9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120369757, 'registration': 'SB57BWU', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.8i VVT Life 5dr Auto [AC]', 'mileage': 78072, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 550, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-02-11', 'fuel': 'Petrol', 'motExpiry': '2026-04-04', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SB57BWU/2026-03-13/image/1a83f662-1c8e-49f7-8a5b-1f82a73d1371_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/0f05fc26-f8fd-4c96-8b41-b715bf19adc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/9541ad5c-0e57-4b25-8f29-6040c73094f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2853e192-b3d3-424c-9911-850b1e457b20_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/f66dbcdb-fbf5-4b00-9952-ab63723d14d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/b9cbd397-8f52-425e-af5c-bb494d8d82f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2cbc9f54-5ff2-4b14-8723-681328a7f986_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2926edb9-bb45-40fe-8a63-62ddbd9ae95d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB57BWU/2026-03-13/image/2b06d451-047b-41e1-8f8e-4cd179c955e9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/09-10K,08/10- 22K, 11/25- NO MILEAGE,', 'remarks': '**1708**VOSA STATES 27K, 34K, 40K, 45K, 49K, 53K, 56K, 58K, 61K, 62K, 63K, 65K, 68K, 71K, 75K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8605f75-57ad-4038-a9c9-91257b58e0d9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757
2026-03-27 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d971cf50-4141-58fb-9263-01f646c55b04 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d971cf50-4141-58fb-9263-01f646c55b04 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d971cf50-4141-58fb-9263-01f646c55b04, identifier: 120369757
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120237809, 'registration': 'DA23WLL', 'account': 'HAT007', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '50 TDI Quattro Black Edition 5dr Tiptronic', 'mileage': 31702, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 512, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-04-28', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DA23WLL/2026-03-11/image/784e150f-c280-4580-9b76-6abb3d22a927_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/48a9710d-7e82-42cb-8f69-014d61b50216_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/6b00f231-012f-4cf7-bd2e-314608dac74c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/a3b7a3b4-7c4d-4cb3-98ce-4ae50c8e5d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/5bc58f18-0f4d-41dc-92cb-5121518d65f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/07aa870f-445e-4d42-8fcc-7484cd9984aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/5016500a-03db-4059-8e98-8d1762688880_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/453213d9-f35a-4112-81b6-b0cb5e3dd48d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/cdb14026-f915-4b99-b0d6-39a38a3485b2_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**78**', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 217, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f319f71-645f-42c3-a2b6-97805b8b07bb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120237809, 'registration': 'DA23WLL', 'account': 'HAT007', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '50 TDI Quattro Black Edition 5dr Tiptronic', 'mileage': 31702, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 512, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-04-28', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DA23WLL/2026-03-11/image/784e150f-c280-4580-9b76-6abb3d22a927_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/48a9710d-7e82-42cb-8f69-014d61b50216_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/6b00f231-012f-4cf7-bd2e-314608dac74c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/a3b7a3b4-7c4d-4cb3-98ce-4ae50c8e5d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/5bc58f18-0f4d-41dc-92cb-5121518d65f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/07aa870f-445e-4d42-8fcc-7484cd9984aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/5016500a-03db-4059-8e98-8d1762688880_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/453213d9-f35a-4112-81b6-b0cb5e3dd48d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA23WLL/2026-03-11/image/cdb14026-f915-4b99-b0d6-39a38a3485b2_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**78**', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 217, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f319f71-645f-42c3-a2b6-97805b8b07bb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809
2026-03-27 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b60e769-67ad-5b0b-b53e-95e91fe5b320, identifier: 120237809
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120198623, 'registration': 'YK22PXC', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 37044, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 189, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-23', 'fuel': 'Electric', 'motExpiry': '2027-03-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/c1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fb60c80e-858e-43d4-b449-db9621055583_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1004** VOSA STATES 29K, 37K, CHARGING LEAD \t 20in Induction\tSolid Black, 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/0d71ea69-a634-4292-aeba-a1bbfca96ea8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120198623, 'registration': 'YK22PXC', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 37044, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 189, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-23', 'fuel': 'Electric', 'motExpiry': '2027-03-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/c1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fb60c80e-858e-43d4-b449-db9621055583_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1004** VOSA STATES 29K, 37K, CHARGING LEAD \t 20in Induction\tSolid Black, 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/0d71ea69-a634-4292-aeba-a1bbfca96ea8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623
2026-03-27 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d, identifier: 120198623
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120056805, 'registration': 'YY70HVH', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'DEFENDER DIESEL ESTATE', 'derivative': '2.0 D240 SE 110 5dr Auto [7 Seat]', 'mileage': 73184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 502, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-10-16', 'fuel': 'Diesel', 'motExpiry': '2026-10-15', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY70HVH/2026-03-09/image/6a3a16a1-d638-4bd1-954c-1ac300dd9a50_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/3b0c8c7e-bcc9-4c1a-8143-3ea6825b6855_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/d04352d1-f56e-4b07-9bfb-46de71b885d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/9ee73697-25c9-4186-b98f-f248fed38fcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/18231654-9c88-4faf-8405-4a042c921326_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/4a363a63-e087-4645-b80b-9673dd5ce02d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/2f4ef25d-c0d2-48aa-9d25-cecb0e909bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/875ba2df-1d5b-4f3b-a8a6-8a8c8a31a1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/f57e7104-cc0f-46f5-a0e4-4dd2c3389dcf_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/22- 15K, 03/24- 39K, 07/25- 64K', 'remarks': '**92**VOSA STATES 33K, 52K, 68K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 241, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/35129c24-03c5-44f4-ba74-71486ececb16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120056805, 'registration': 'YY70HVH', 'account': 'HAT004', 'make': 'LAND ROVER', 'model': 'DEFENDER DIESEL ESTATE', 'derivative': '2.0 D240 SE 110 5dr Auto [7 Seat]', 'mileage': 73184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 502, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-10-16', 'fuel': 'Diesel', 'motExpiry': '2026-10-15', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY70HVH/2026-03-09/image/6a3a16a1-d638-4bd1-954c-1ac300dd9a50_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/3b0c8c7e-bcc9-4c1a-8143-3ea6825b6855_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/d04352d1-f56e-4b07-9bfb-46de71b885d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/9ee73697-25c9-4186-b98f-f248fed38fcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/18231654-9c88-4faf-8405-4a042c921326_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/4a363a63-e087-4645-b80b-9673dd5ce02d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/2f4ef25d-c0d2-48aa-9d25-cecb0e909bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/875ba2df-1d5b-4f3b-a8a6-8a8c8a31a1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY70HVH/2026-03-09/image/f57e7104-cc0f-46f5-a0e4-4dd2c3389dcf_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/22- 15K, 03/24- 39K, 07/25- 64K', 'remarks': '**92**VOSA STATES 33K, 52K, 68K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 241, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/35129c24-03c5-44f4-ba74-71486ececb16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805
2026-03-27 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e088080-a9f1-5f44-84a7-1d7ff358c382 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e088080-a9f1-5f44-84a7-1d7ff358c382 with scrape type 2
2026-03-27 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e088080-a9f1-5f44-84a7-1d7ff358c382, identifier: 120056805
2026-03-27 05:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531
2026-03-27 05:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531
2026-03-27 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531 to the API
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120007531?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '8803cd63-5d65-596b-bd45-db65cb3a252c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK22XOP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120007531',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 77384,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-26',
'seller_name': 'Hatfields Group',
'title': 'TESLA MODEL 3 SALOON Long Range AWD 4dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 4dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120007531%27 HTTP/1.1" 200 None
2026-03-27 05:04:38 [astonbarclay.gb] INFO: Saving data for 120007531: {'auction_closing_time': 1774604700.0, 'created_time': 1773405059.564296, 'last_price_update_time': 1774587878.255137}
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120007531') HTTP/1.1" 204 0
2026-03-27 05:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757
2026-03-27 05:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757
2026-03-27 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757 to the API
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120369757?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 186,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'd971cf50-4141-58fb-9263-01f646c55b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SB57BWU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120369757',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 78072,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-02-11',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK 1.8i VVT Life 5dr Auto [AC]',
'transmission': 'automatic',
'trim': '1.8i VVT Life 5dr Auto [AC]',
'vin': None,
'year': 2008}
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120369757%27 HTTP/1.1" 200 None
2026-03-27 05:04:38 [astonbarclay.gb] INFO: Saving data for 120369757: {'auction_closing_time': 1774604700.0, 'created_time': 1773403017.891598, 'last_price_update_time': 1774587878.547143}
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120369757') HTTP/1.1" 204 0
2026-03-27 05:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809
2026-03-27 05:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809
2026-03-27 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809 to the API
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120237809?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 217,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '1b60e769-67ad-5b0b-b53e-95e91fe5b320',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DA23WLL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120237809',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q7 DIESEL ESTATE',
'odometer': 31702,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-28',
'seller_name': 'Hatfields Group',
'title': 'AUDI Q7 DIESEL ESTATE 50 TDI Quattro Black Edition 5dr Tiptronic',
'transmission': 'automatic',
'trim': '50 TDI Quattro Black Edition 5dr Tiptronic',
'vin': None,
'year': 2023}
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120237809%27 HTTP/1.1" 200 None
2026-03-27 05:04:38 [astonbarclay.gb] INFO: Saving data for 120237809: {'auction_closing_time': 1774604700.0, 'created_time': 1773402929.141579, 'last_price_update_time': 1774587878.866767}
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120237809') HTTP/1.1" 204 0
2026-03-27 05:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623
2026-03-27 05:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623
2026-03-27 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623 to the API
2026-03-27 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120198623?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'fc3202bb-4ec1-5d8d-8786-48edccb0bc4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK22PXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120198623',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 37044,
'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': '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-27 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120198623%27 HTTP/1.1" 200 None
2026-03-27 05:04:39 [astonbarclay.gb] INFO: Saving data for 120198623: {'auction_closing_time': 1774604700.0, 'created_time': 1774357901.358946, 'last_price_update_time': 1774587879.190488}
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120198623') HTTP/1.1" 204 0
2026-03-27 05:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805
2026-03-27 05:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805
2026-03-27 05:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805 to the API
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120056805?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 241,
'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': '7e088080-a9f1-5f44-84a7-1d7ff358c382',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY70HVH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120056805',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DEFENDER DIESEL ESTATE',
'odometer': 73184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-16',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DEFENDER DIESEL ESTATE 2.0 D240 SE 110 5dr Auto [7 Seat]',
'transmission': 'automatic',
'trim': '2.0 D240 SE 110 5dr Auto [7 Seat]',
'vin': None,
'year': 2020}
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120056805%27 HTTP/1.1" 200 None
2026-03-27 05:04:39 [astonbarclay.gb] INFO: Saving data for 120056805: {'auction_closing_time': 1774604700.0, 'created_time': 1773404786.653186, 'last_price_update_time': 1774587879.478485}
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056805') HTTP/1.1" 204 0
2026-03-27 05:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119783408, 'registration': 'MK24DJJ', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q8 E-TRON ESTATE', 'derivative': '300kW 55 Quattro 114kWh S Line 5dr Auto', 'mileage': 16952, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 188, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-03-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/eaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/e2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/a872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/25-13K,', 'remarks': '**834** SPARE KEY CHARGING LEAD Mythos Black 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/11e5409a-164d-42f7-a1d6-ef6d4def4da5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119783408, 'registration': 'MK24DJJ', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q8 E-TRON ESTATE', 'derivative': '300kW 55 Quattro 114kWh S Line 5dr Auto', 'mileage': 16952, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 188, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-03-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/eaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/e2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/a872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/25-13K,', 'remarks': '**834** SPARE KEY CHARGING LEAD Mythos Black 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/11e5409a-164d-42f7-a1d6-ef6d4def4da5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408
2026-03-27 05:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d102042b-0222-52f8-bed3-69b6d03451c5 with scrape type 2
2026-03-27 05:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d102042b-0222-52f8-bed3-69b6d03451c5 with scrape type 2
2026-03-27 05:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d102042b-0222-52f8-bed3-69b6d03451c5, identifier: 119783408
2026-03-27 05:04:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652905, 'registration': 'FE22PKC', 'account': 'ZEN002', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '100kW SE Nav Premium 50kWh 5dr Auto', 'mileage': 21841, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 174, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Electric', 'motExpiry': '2027-02-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE22PKC/2026-03-24/image/71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/fa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/23 - 6K, 03/24 - 11K, 02/26-21K,', 'remarks': '**894** VOSA STATES 17K, 21K, CHARGING LEAD SPARE KEY \t Two Coat 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/d98d1cbe-8dc8-420f-a383-7da7f4f2e54f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652905, 'registration': 'FE22PKC', 'account': 'ZEN002', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '100kW SE Nav Premium 50kWh 5dr Auto', 'mileage': 21841, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 174, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Electric', 'motExpiry': '2027-02-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FE22PKC/2026-03-24/image/71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/fa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/23 - 6K, 03/24 - 11K, 02/26-21K,', 'remarks': '**894** VOSA STATES 17K, 21K, CHARGING LEAD SPARE KEY \t Two Coat 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/d98d1cbe-8dc8-420f-a383-7da7f4f2e54f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905
2026-03-27 05:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3482d142-833c-5edb-8919-d4d6a46c39a0 with scrape type 2
2026-03-27 05:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3482d142-833c-5edb-8919-d4d6a46c39a0 with scrape type 2
2026-03-27 05:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3482d142-833c-5edb-8919-d4d6a46c39a0, identifier: 120652905
2026-03-27 05:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408
2026-03-27 05:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408
2026-03-27 05:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408 to the API
2026-03-27 05:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119783408?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'd102042b-0222-52f8-bed3-69b6d03451c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MK24DJJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119783408',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q8 E-TRON ESTATE',
'odometer': 16952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-15',
'seller_name': 'Zenith',
'title': 'AUDI Q8 E-TRON ESTATE 300kW 55 Quattro 114kWh S Line 5dr Auto',
'transmission': 'automatic',
'trim': '300kW 55 Quattro 114kWh S Line 5dr Auto',
'vin': None,
'year': 2024}
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119783408%27 HTTP/1.1" 200 None
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Saving data for 119783408: {'auction_closing_time': 1774604700.0, 'created_time': 1774357927.168177, 'last_price_update_time': 1774587880.099545}
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119783408') HTTP/1.1" 204 0
2026-03-27 05:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905
2026-03-27 05:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905
2026-03-27 05:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905 to the API
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652905?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '3482d142-833c-5edb-8919-d4d6a46c39a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FE22PKC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652905',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MOKKA ELECTRIC HATCHBACK',
'odometer': 21841,
'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': 'VAUXHALL MOKKA ELECTRIC HATCHBACK 100kW SE Nav Premium 50kWh 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW SE Nav Premium 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120652905%27 HTTP/1.1" 200 None
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Saving data for 120652905: {'auction_closing_time': 1774604700.0, 'created_time': 1774357974.342037, 'last_price_update_time': 1774587880.38556}
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652905') HTTP/1.1" 204 0
2026-03-27 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120467270, 'registration': 'YB71TCU', 'account': 'ZEN009', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Tekna 5dr', 'mileage': 20822, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 165, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-01-17', 'fuel': 'Petrol', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB71TCU/2026-03-23/image/b320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/f67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/c558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23- 4K, 03/24- 9K, 03/25- 15K, 01/26- 19K', 'remarks': '**1055** VOSA STATES 14K, 19K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', '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/11f60b91-d83c-4888-8aae-b0a346e1968e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120467270, 'registration': 'YB71TCU', 'account': 'ZEN009', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Tekna 5dr', 'mileage': 20822, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 165, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-01-17', 'fuel': 'Petrol', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB71TCU/2026-03-23/image/b320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/f67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/c558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23- 4K, 03/24- 9K, 03/25- 15K, 01/26- 19K', 'remarks': '**1055** VOSA STATES 14K, 19K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', '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/11f60b91-d83c-4888-8aae-b0a346e1968e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270
2026-03-27 05:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with scrape type 2
2026-03-27 05:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with scrape type 2
2026-03-27 05:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76, identifier: 120467270
2026-03-27 05:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270
2026-03-27 05:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270
2026-03-27 05:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270 to the API
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'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': '5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB71TCU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120467270',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 20822,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'seller_name': 'Zenith',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Tekna 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 Tekna 5dr',
'vin': None,
'year': 2022}
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120467270%27 HTTP/1.1" 200 None
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Saving data for 120467270: {'auction_closing_time': 1774604700.0, 'created_time': 1774357931.228078, 'last_price_update_time': 1774587880.870185}
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120467270') HTTP/1.1" 204 0
2026-03-27 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118039211?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120428872, 'registration': 'ML22BWW', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 54630, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 166, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-25', 'fuel': 'Electric', 'motExpiry': '2026-03-24', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ML22BWW/2026-03-24/image/14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/aaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/bd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/a381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/f51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1170** VOSA STATES 44K, 54K CHARGING LEAD', '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/886a635c-36a2-4f2b-8129-c04ac074d092.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120428872, 'registration': 'ML22BWW', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 54630, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 166, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-25', 'fuel': 'Electric', 'motExpiry': '2026-03-24', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ML22BWW/2026-03-24/image/14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/aaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/bd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/a381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/f51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1170** VOSA STATES 44K, 54K CHARGING LEAD', '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/886a635c-36a2-4f2b-8129-c04ac074d092.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872
2026-03-27 05:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with scrape type 2
2026-03-27 05:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with scrape type 2
2026-03-27 05:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ede71aa-36e6-5cf2-838f-9ce2b665c787, identifier: 120428872
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120392774, 'registration': 'KM23TYT', 'account': 'ZEN009', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] Sport 5dr Step Auto [Live Cockpit Pro]', 'mileage': 13088, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 167, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM23TYT/2026-03-24/image/edda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/b2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/e9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/dc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/ff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/25 - 9K', 'remarks': '**1183** SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc440bb5-19d9-4bb3-a9f9-7a5351482834.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120392774, 'registration': 'KM23TYT', 'account': 'ZEN009', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] Sport 5dr Step Auto [Live Cockpit Pro]', 'mileage': 13088, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 167, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM23TYT/2026-03-24/image/edda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/b2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/e9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/dc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/ff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/25 - 9K', 'remarks': '**1183** SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc440bb5-19d9-4bb3-a9f9-7a5351482834.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774
2026-03-27 05:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a13eb428-1ce3-5719-91aa-40b90ad6b505 with scrape type 2
2026-03-27 05:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a13eb428-1ce3-5719-91aa-40b90ad6b505 with scrape type 2
2026-03-27 05:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a13eb428-1ce3-5719-91aa-40b90ad6b505, identifier: 120392774
2026-03-27 05:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872
2026-03-27 05:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872
2026-03-27 05:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872 to the API
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '8ede71aa-36e6-5cf2-838f-9ce2b665c787',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML22BWW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120428872',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 54630,
'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': 'TESLA MODEL 3 SALOON RWD 4dr Auto',
'transmission': 'automatic',
'trim': 'RWD 4dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120428872%27 HTTP/1.1" 200 None
2026-03-27 05:04:41 [astonbarclay.gb] INFO: Saving data for 120428872: {'auction_closing_time': 1774604700.0, 'created_time': 1774357772.867315, 'last_price_update_time': 1774587881.378971}
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120428872') HTTP/1.1" 204 0
2026-03-27 05:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774
2026-03-27 05:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774
2026-03-27 05:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774 to the API
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a13eb428-1ce3-5719-91aa-40b90ad6b505',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KM23TYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120392774',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 13088,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-30',
'seller_name': 'Zenith',
'title': 'BMW 1 SERIES HATCHBACK 118i [136] Sport 5dr Step Auto [Live Cockpit '
'Pro]',
'transmission': 'automatic',
'trim': '118i [136] Sport 5dr Step Auto [Live Cockpit Pro]',
'vin': None,
'year': 2023}
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120392774%27 HTTP/1.1" 200 None
2026-03-27 05:04:41 [astonbarclay.gb] INFO: Saving data for 120392774: {'auction_closing_time': 1774604700.0, 'created_time': 1774357784.333663, 'last_price_update_time': 1774587881.670702}
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120392774') HTTP/1.1" 204 0
2026-03-27 05:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120061633?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 05:04:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118039211, 'registration': 'AV71DEU', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'XC40 ELECTRIC ESTATE', 'derivative': '300kW Recharge Twin 78kWh 5dr AWD Auto', 'mileage': 54852, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 173, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-11', 'fuel': 'Electric', 'motExpiry': '2026-01-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AV71DEU/2026-03-12/image/40fe38e8-2f61-4604-a88a-cdd5c2b8e48c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/0561f6db-4b1c-419d-81d2-807d929be5f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/7c9ab54f-a2a4-46b2-a19b-32b165f5aa60_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/93d5a4b1-133e-4301-8f02-24de66198b4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/62a5df06-10b9-4ae0-bcaf-78b4867ff8bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/70043520-26d8-4ca9-884e-8cd43e67878e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/e0e26347-1169-40a8-b450-3d0ef2a4b599_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/a4c98ab5-6041-4d97-8342-1c9368f2f685_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/f0739ee1-84d8-46bf-8a17-e2d0acba6e9b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/23- 22K, 06/25- 47K,', 'remarks': '**1093**VOSA STATES 41K, 53K CHARGING LEAD 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/f21c2089-3549-428f-81aa-232f4a0e2056.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118039211, 'registration': 'AV71DEU', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'XC40 ELECTRIC ESTATE', 'derivative': '300kW Recharge Twin 78kWh 5dr AWD Auto', 'mileage': 54852, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 173, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-11', 'fuel': 'Electric', 'motExpiry': '2026-01-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AV71DEU/2026-03-12/image/40fe38e8-2f61-4604-a88a-cdd5c2b8e48c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/0561f6db-4b1c-419d-81d2-807d929be5f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/7c9ab54f-a2a4-46b2-a19b-32b165f5aa60_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/93d5a4b1-133e-4301-8f02-24de66198b4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/62a5df06-10b9-4ae0-bcaf-78b4867ff8bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/70043520-26d8-4ca9-884e-8cd43e67878e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/e0e26347-1169-40a8-b450-3d0ef2a4b599_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/a4c98ab5-6041-4d97-8342-1c9368f2f685_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV71DEU/2026-03-12/image/f0739ee1-84d8-46bf-8a17-e2d0acba6e9b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/23- 22K, 06/25- 47K,', 'remarks': '**1093**VOSA STATES 41K, 53K CHARGING LEAD 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/f21c2089-3549-428f-81aa-232f4a0e2056.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211
2026-03-27 05:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with scrape type 2
2026-03-27 05:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with scrape type 2
2026-03-27 05:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c, identifier: 118039211
2026-03-27 05:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211
2026-03-27 05:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211
2026-03-27 05:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211 to the API
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118039211?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '7d45acb6-a34b-5997-b4ed-75cf9b2bf93c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AV71DEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118039211',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC ESTATE',
'odometer': 54852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seller_name': 'Zenith',
'title': 'VOLVO XC40 ELECTRIC ESTATE 300kW Recharge Twin 78kWh 5dr AWD Auto',
'transmission': 'automatic',
'trim': '300kW Recharge Twin 78kWh 5dr AWD Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118039211%27 HTTP/1.1" 200 None
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Saving data for 118039211: {'auction_closing_time': 1774604700.0, 'created_time': 1773752960.569259, 'last_price_update_time': 1774587882.168148}
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118039211') HTTP/1.1" 204 0
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120481552, 'registration': 'AF22PTU', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 32192, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 162, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-01', 'fuel': 'Electric', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/fbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/cfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**832** VOSA STATES 20K, 30K, CHARGING LEAD', '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/1b51db09-498d-4e42-b75d-1ed80fbba50c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120481552, 'registration': 'AF22PTU', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 32192, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 162, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-01', 'fuel': 'Electric', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/fbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/cfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**832** VOSA STATES 20K, 30K, CHARGING LEAD', '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/1b51db09-498d-4e42-b75d-1ed80fbba50c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552
2026-03-27 05:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with scrape type 2
2026-03-27 05:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with scrape type 2
2026-03-27 05:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19e1d393-7b8b-5c6f-bfb4-08c34f951922, identifier: 120481552
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120061633, 'registration': 'ML25FNZ', 'account': 'ZEN002', 'make': 'PORSCHE', 'model': 'MACAN ELECTRIC ESTATE', 'derivative': '265kW 100kWh 5dr Auto', 'mileage': 6777, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-04-17', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/a829ee3c-6325-4882-b91a-f6aec0b3aa3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/cb343c15-97a8-44d8-b063-72f984b7c297_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/377a3bee-a21e-469d-ac18-4f08469ecbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/92c63b4e-c6d5-4bbf-9d11-a00093ad2472_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/886c9d48-9de0-4020-8d8d-a862c37b0686_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/dad859f4-3182-4f35-807f-e205346ccbad_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/1b73943d-b473-4ee7-9509-22432f61a591_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/c328c010-7ada-4ca8-ab50-29bd49aa2093_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/48de5d80-ce9b-4941-b01e-c8d3e79e7b31_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**935** SPARE KEY CHARGING LEAD', '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/cce2a3d3-3488-4b31-a660-ffd68441aab0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120061633, 'registration': 'ML25FNZ', 'account': 'ZEN002', 'make': 'PORSCHE', 'model': 'MACAN ELECTRIC ESTATE', 'derivative': '265kW 100kWh 5dr Auto', 'mileage': 6777, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-04-17', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/a829ee3c-6325-4882-b91a-f6aec0b3aa3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/cb343c15-97a8-44d8-b063-72f984b7c297_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/377a3bee-a21e-469d-ac18-4f08469ecbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/92c63b4e-c6d5-4bbf-9d11-a00093ad2472_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/886c9d48-9de0-4020-8d8d-a862c37b0686_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/dad859f4-3182-4f35-807f-e205346ccbad_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/1b73943d-b473-4ee7-9509-22432f61a591_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/c328c010-7ada-4ca8-ab50-29bd49aa2093_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML25FNZ/2026-03-03/image/48de5d80-ce9b-4941-b01e-c8d3e79e7b31_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**935** SPARE KEY CHARGING LEAD', '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/cce2a3d3-3488-4b31-a660-ffd68441aab0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633
2026-03-27 05:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb212264-b678-51c9-ab98-5d6d746c3a32 with scrape type 2
2026-03-27 05:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb212264-b678-51c9-ab98-5d6d746c3a32 with scrape type 2
2026-03-27 05:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb212264-b678-51c9-ab98-5d6d746c3a32, identifier: 120061633
2026-03-27 05:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552
2026-03-27 05:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552
2026-03-27 05:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552 to the API
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120481552?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '19e1d393-7b8b-5c6f-bfb4-08c34f951922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF22PTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120481552',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 32192,
'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': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120481552%27 HTTP/1.1" 200 None
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Saving data for 120481552: {'auction_closing_time': 1774604700.0, 'created_time': 1774357849.705711, 'last_price_update_time': 1774587882.638762}
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481552') HTTP/1.1" 204 0
2026-03-27 05:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633
2026-03-27 05:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633
2026-03-27 05:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633 to the API
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120061633?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'bb212264-b678-51c9-ab98-5d6d746c3a32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML25FNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120061633',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PORSCHE',
'model': 'MACAN ELECTRIC ESTATE',
'odometer': 6777,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-17',
'seller_name': 'Zenith',
'title': 'PORSCHE MACAN ELECTRIC ESTATE 265kW 100kWh 5dr Auto',
'transmission': 'automatic',
'trim': '265kW 100kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120061633%27 HTTP/1.1" 200 None
2026-03-27 05:04:42 [astonbarclay.gb] INFO: Saving data for 120061633: {'auction_closing_time': 1774604700.0, 'created_time': 1773402646.269966, 'last_price_update_time': 1774587882.933235}
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120061633') HTTP/1.1" 204 0
2026-03-27 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120284378?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 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-27 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-27 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-27 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120406593, 'registration': 'KM22UKV', 'account': 'ZEN009', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e SE Pro 4dr Step Auto', 'mileage': 28772, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 151, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-06', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-05', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/e8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/ca20c153-399f-4e98-923d-26b437972e44_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/b90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-15K, 05/25-22K,', 'remarks': '**907** VOSA STATES 22K, CHARGING LEAD 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/8c7bd9f6-3865-4295-aa53-95b67ed9c771.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120406593, 'registration': 'KM22UKV', 'account': 'ZEN009', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e SE Pro 4dr Step Auto', 'mileage': 28772, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 151, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-06', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-05', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/e8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/ca20c153-399f-4e98-923d-26b437972e44_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/b90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-15K, 05/25-22K,', 'remarks': '**907** VOSA STATES 22K, CHARGING LEAD 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/8c7bd9f6-3865-4295-aa53-95b67ed9c771.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593
2026-03-27 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3690b2c-c64b-5369-9f8e-742efacf8a28 with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3690b2c-c64b-5369-9f8e-742efacf8a28 with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e3690b2c-c64b-5369-9f8e-742efacf8a28, identifier: 120406593
2026-03-27 05:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593
2026-03-27 05:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593
2026-03-27 05:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593 to the API
2026-03-27 05:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120406593?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-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'e3690b2c-c64b-5369-9f8e-742efacf8a28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KM22UKV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120406593',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 28772,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-06',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e SE Pro 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e SE Pro 4dr Step Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120406593%27 HTTP/1.1" 200 None
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Saving data for 120406593: {'auction_closing_time': 1774604700.0, 'created_time': 1774357759.001633, 'last_price_update_time': 1774587883.456517}
2026-03-27 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406593') HTTP/1.1" 204 0
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120261888, 'registration': 'BK22RYH', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 37071, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 159, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/da7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/ff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/24-18K, 03/26-36K,', 'remarks': '**846** VOSA STATES 27K, 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/eb15ea20-5f4f-4c82-bdfc-19b67beb7726.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120261888, 'registration': 'BK22RYH', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 37071, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 159, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/da7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/ff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/24-18K, 03/26-36K,', 'remarks': '**846** VOSA STATES 27K, 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/eb15ea20-5f4f-4c82-bdfc-19b67beb7726.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888
2026-03-27 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7db82a1b-e82e-5f42-a07c-e600c418ce8f, identifier: 120261888
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120284378, 'registration': 'PJ71OAL', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 70298, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 157, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-24', 'fuel': 'Electric', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/6b27b625-c23c-4102-8aaa-a6dcc9b59b91_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/cc8e4f85-0e91-4ba5-ab6d-7ed1a516c7a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/3c0286dd-c129-4a78-ac9a-3944b6467e90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/92040b67-d996-4551-9891-7538caff3286_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/94ce824b-09be-4ed5-a9ee-7339df7ee1ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/b0f65181-6220-488b-ae09-f23bfd2fadee_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/7a376288-aded-40c1-9df6-268968248c38_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/d37d3d02-34f0-407a-8390-8d7353d20bf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/744959eb-9309-4434-b8b2-8db1902706a7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-36K, 01/26-68K,', 'remarks': '**1014**VOSA STATES 49K, 68K CHARGING LEAD 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/26a8a68c-f2ad-41d9-8c04-68a8fb94e6f0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120284378, 'registration': 'PJ71OAL', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 70298, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 157, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-24', 'fuel': 'Electric', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/6b27b625-c23c-4102-8aaa-a6dcc9b59b91_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/cc8e4f85-0e91-4ba5-ab6d-7ed1a516c7a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/3c0286dd-c129-4a78-ac9a-3944b6467e90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/92040b67-d996-4551-9891-7538caff3286_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/94ce824b-09be-4ed5-a9ee-7339df7ee1ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/b0f65181-6220-488b-ae09-f23bfd2fadee_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/7a376288-aded-40c1-9df6-268968248c38_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/d37d3d02-34f0-407a-8390-8d7353d20bf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ71OAL/2026-03-11/image/744959eb-9309-4434-b8b2-8db1902706a7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-36K, 01/26-68K,', 'remarks': '**1014**VOSA STATES 49K, 68K CHARGING LEAD 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/26a8a68c-f2ad-41d9-8c04-68a8fb94e6f0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ec03c30-860e-5b66-9db9-5d41ba7b98ee with identifier: 120284378
2026-03-27 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec03c30-860e-5b66-9db9-5d41ba7b98ee with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ec03c30-860e-5b66-9db9-5d41ba7b98ee with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1ec03c30-860e-5b66-9db9-5d41ba7b98ee, identifier: 120284378
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120537089, 'registration': 'BT22BYM', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 41582, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 155, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-05-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-11', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT22BYM/2026-03-24/image/20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/b6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/cd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23 - 15K, 10/24 - 26K, 05/25 - 32K, 03/26 - 30K, 03/26 - 41K, DISCREPANCY ON PRINT', 'remarks': '**805**VOSA STATES 32K, 41K, 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/ebadbb6f-b72b-43f5-8053-1d31d45cbb5b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120537089, 'registration': 'BT22BYM', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 41582, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 155, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-05-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-11', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT22BYM/2026-03-24/image/20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/b6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/cd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23 - 15K, 10/24 - 26K, 05/25 - 32K, 03/26 - 30K, 03/26 - 41K, DISCREPANCY ON PRINT', 'remarks': '**805**VOSA STATES 32K, 41K, 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/ebadbb6f-b72b-43f5-8053-1d31d45cbb5b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089
2026-03-27 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d with scrape type 2
2026-03-27 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ee5c6b7-0e85-571b-8b34-0835040faa0d, identifier: 120537089
2026-03-27 05:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888
2026-03-27 05:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888
2026-03-27 05:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888 to the API
2026-03-27 05:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'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': '7db82a1b-e82e-5f42-a07c-e600c418ce8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK22RYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120261888',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 37071,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'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-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120261888%27 HTTP/1.1" 200 None
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Saving data for 120261888: {'auction_closing_time': 1774604700.0, 'created_time': 1774357903.422024, 'last_price_update_time': 1774587884.039638}
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261888') HTTP/1.1" 204 0
2026-03-27 05:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1ec03c30-860e-5b66-9db9-5d41ba7b98ee with identifier: 120284378
2026-03-27 05:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1ec03c30-860e-5b66-9db9-5d41ba7b98ee with identifier: 120284378
2026-03-27 05:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1ec03c30-860e-5b66-9db9-5d41ba7b98ee with identifier: 120284378 to the API
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120284378?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': '1ec03c30-860e-5b66-9db9-5d41ba7b98ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PJ71OAL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120284378',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 70298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-24',
'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-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120284378%27 HTTP/1.1" 200 None
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Saving data for 120284378: {'auction_closing_time': 1774604700.0, 'created_time': 1773752917.109781, 'last_price_update_time': 1774587884.418767}
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120284378') HTTP/1.1" 204 0
2026-03-27 05:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089
2026-03-27 05:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089
2026-03-27 05:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089 to the API
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120537089?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-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '6ee5c6b7-0e85-571b-8b34-0835040faa0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT22BYM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120537089',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 41582,
'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': '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-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120537089%27 HTTP/1.1" 200 None
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Saving data for 120537089: {'auction_closing_time': 1774604700.0, 'created_time': 1774357863.738198, 'last_price_update_time': 1774587884.715842}
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120537089') HTTP/1.1" 204 0
2026-03-27 05:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119362345?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119286395?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119362345, 'registration': 'CK72EGE', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Ultimate 73 kWh 5dr Auto', 'mileage': 35085, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-04', 'fuel': 'Electric', 'motExpiry': '2026-11-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK72EGE/2026-02-06/image/31c1a2ea-f432-4977-9e74-f9fc1c7efd07_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/850c4296-2452-4148-bdd0-97f31fde9c53_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/c5023b20-4d94-46b3-93ec-a8783e1ffb13_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/265cbce6-8f64-4d83-84ac-5f62befa4964_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/f375102b-161e-4a4f-9287-108ac034a045_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/db00dc5a-0bcc-4f95-aa92-e3a5c872b9a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/ec906c49-8e12-4f2c-bbf2-aa555fdf80e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/cc462ced-384e-43af-b99a-61f88c3a02fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/7197abaf-bd5f-49bc-a1f9-3b8f5a5cec7a_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25-24K,', 'remarks': '**1073** VOSA STATES 31K, CHARGING LEAD Moonlight Grey Leather\tSpecial 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/785549bd-8f11-4f40-9995-babb4c2564a3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119362345, 'registration': 'CK72EGE', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Ultimate 73 kWh 5dr Auto', 'mileage': 35085, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-04', 'fuel': 'Electric', 'motExpiry': '2026-11-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK72EGE/2026-02-06/image/31c1a2ea-f432-4977-9e74-f9fc1c7efd07_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/850c4296-2452-4148-bdd0-97f31fde9c53_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/c5023b20-4d94-46b3-93ec-a8783e1ffb13_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/265cbce6-8f64-4d83-84ac-5f62befa4964_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/f375102b-161e-4a4f-9287-108ac034a045_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/db00dc5a-0bcc-4f95-aa92-e3a5c872b9a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/ec906c49-8e12-4f2c-bbf2-aa555fdf80e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/cc462ced-384e-43af-b99a-61f88c3a02fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72EGE/2026-02-06/image/7197abaf-bd5f-49bc-a1f9-3b8f5a5cec7a_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25-24K,', 'remarks': '**1073** VOSA STATES 31K, CHARGING LEAD Moonlight Grey Leather\tSpecial 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/785549bd-8f11-4f40-9995-babb4c2564a3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345
2026-03-27 05:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184363ff-9dd8-59fb-89b0-f03369751e76 with scrape type 2
2026-03-27 05:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 184363ff-9dd8-59fb-89b0-f03369751e76 with scrape type 2
2026-03-27 05:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 184363ff-9dd8-59fb-89b0-f03369751e76, identifier: 119362345
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119286395, 'registration': 'DU72XDH', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi SE Connect 5dr 2WD', 'mileage': 26421, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 150, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DU72XDH/2026-02-11/image/a7d172c9-5de1-454f-bf64-13c167223c2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/f0f1e5fb-87f8-4144-9d46-371bb2c454d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/55218682-2876-4c73-8551-15e08ced1611_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/a844b6ad-9d6a-479f-ae85-73965237d266_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/c4c2e9e0-ff60-4fc2-84a5-df1c14ca9de2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/0a56829d-c37a-473d-bd6a-baad8ef90c39_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/2f7ab76f-8ab4-4cd2-a199-a7a2a95b127e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/94ce23f5-a4b0-457b-a439-34fbe8a4b128_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/27cb7c74-3dd4-4d51-9eb9-2f45b9a8a2f1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24- 10K, 02/25- 18K, 12/25- 25K,', 'remarks': '**1137**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': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be3257b6-e22a-4eb6-9e85-51d0c84b779f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119286395, 'registration': 'DU72XDH', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi SE Connect 5dr 2WD', 'mileage': 26421, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 150, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DU72XDH/2026-02-11/image/a7d172c9-5de1-454f-bf64-13c167223c2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/f0f1e5fb-87f8-4144-9d46-371bb2c454d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/55218682-2876-4c73-8551-15e08ced1611_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/a844b6ad-9d6a-479f-ae85-73965237d266_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/c4c2e9e0-ff60-4fc2-84a5-df1c14ca9de2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/0a56829d-c37a-473d-bd6a-baad8ef90c39_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/2f7ab76f-8ab4-4cd2-a199-a7a2a95b127e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/94ce23f5-a4b0-457b-a439-34fbe8a4b128_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72XDH/2026-02-11/image/27cb7c74-3dd4-4d51-9eb9-2f45b9a8a2f1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24- 10K, 02/25- 18K, 12/25- 25K,', 'remarks': '**1137**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': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be3257b6-e22a-4eb6-9e85-51d0c84b779f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395
2026-03-27 05:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2b92b3-093b-55a0-a282-00cfe45da1ed with scrape type 2
2026-03-27 05:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2b92b3-093b-55a0-a282-00cfe45da1ed with scrape type 2
2026-03-27 05:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c2b92b3-093b-55a0-a282-00cfe45da1ed, identifier: 119286395
2026-03-27 05:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GOLD HTTP/1.1" 200 None
2026-03-27 05:04:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 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-27 05:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345
2026-03-27 05:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345 to the API
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119362345?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GOLD',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '184363ff-9dd8-59fb-89b0-f03369751e76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK72EGE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119362345',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'IONIQ 5 ELECTRIC HATCHBACK',
'odometer': 35085,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seller_name': 'Zenith',
'title': 'HYUNDAI IONIQ 5 ELECTRIC HATCHBACK 160kW Ultimate 73 kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW Ultimate 73 kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119362345%27 HTTP/1.1" 200 None
2026-03-27 05:04:45 [astonbarclay.gb] INFO: Saving data for 119362345: {'auction_closing_time': 1774604700.0, 'created_time': 1773405031.036905, 'last_price_update_time': 1774587885.411525}
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119362345') HTTP/1.1" 204 0
2026-03-27 05:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395
2026-03-27 05:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395
2026-03-27 05:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395 to the API
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119286395?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '2c2b92b3-093b-55a0-a282-00cfe45da1ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DU72XDH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119286395',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 26421,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'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-27 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27119286395%27 HTTP/1.1" 200 None
2026-03-27 05:04:45 [astonbarclay.gb] INFO: Saving data for 119286395: {'auction_closing_time': 1774604700.0, 'created_time': 1773404942.784723, 'last_price_update_time': 1774587885.713273}
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119286395') HTTP/1.1" 204 0
2026-03-27 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117742671?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118276839?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117742671, 'registration': 'SH71HND', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Standard Plus 4dr Auto', 'mileage': 82711, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 147, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SH71HND/2025-12-22/image/afe3131e-ce74-43c4-9869-7bfd81851785_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/d684e5ea-abd1-4ff7-9745-0ffb3d4d1d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/ced87507-15ce-44c7-8dc8-5709d8b4dd89_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/efe00486-06c8-4909-819b-0059008ed175_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/bcfeb46d-51e8-4b70-b036-e1ab1b3bc872_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/d636050f-9f40-4d23-a7a0-8858b19ba04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/a03cc695-239b-405f-9fc4-bbf9cb7194d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/5e2a7aed-a0d4-4b87-8ce4-aaeb1d1793d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/ac6dcbe6-ee44-4f01-8c8a-c3c6b62d32cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/23c0f2ed-d6e3-4c90-b3c1-0a504c4ee515_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**914** VOSA STATES 70K, 81K, SPARE KEY, 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/e3cab7da-c87a-4f36-956f-0782b3d23984.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117742671, 'registration': 'SH71HND', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Standard Plus 4dr Auto', 'mileage': 82711, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 147, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SH71HND/2025-12-22/image/afe3131e-ce74-43c4-9869-7bfd81851785_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/d684e5ea-abd1-4ff7-9745-0ffb3d4d1d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/ced87507-15ce-44c7-8dc8-5709d8b4dd89_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/efe00486-06c8-4909-819b-0059008ed175_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/bcfeb46d-51e8-4b70-b036-e1ab1b3bc872_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/d636050f-9f40-4d23-a7a0-8858b19ba04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/a03cc695-239b-405f-9fc4-bbf9cb7194d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/5e2a7aed-a0d4-4b87-8ce4-aaeb1d1793d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/ac6dcbe6-ee44-4f01-8c8a-c3c6b62d32cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH71HND/2025-12-22/image/23c0f2ed-d6e3-4c90-b3c1-0a504c4ee515_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**914** VOSA STATES 70K, 81K, SPARE KEY, 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/e3cab7da-c87a-4f36-956f-0782b3d23984.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671
2026-03-27 05:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f03007a-beb9-5b5f-960a-99768fe89fa0 with scrape type 2
2026-03-27 05:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f03007a-beb9-5b5f-960a-99768fe89fa0 with scrape type 2
2026-03-27 05:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3f03007a-beb9-5b5f-960a-99768fe89fa0, identifier: 117742671
2026-03-27 05:04:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118276839, 'registration': 'VO21YPC', 'account': 'LEA009', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '1.5 P300e R-Dynamic SE 5dr Auto [5 Seat]', 'mileage': 130616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-05-13', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-05-20', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/VO21YPC/2026-01-12/image/f5d71ce8-446b-4bc4-a137-96c20d0404c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/2c9c7998-68b3-4316-96a2-f5a2a7826cda_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/a253a33f-4f86-43c3-92b4-ff637bbd2d73_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/91942cd9-94b6-4a2a-82e3-8c8a797ff30f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/52fa4203-9479-4270-9862-218285e08b23_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/4868629b-3e72-44bf-991b-9a6d760988da_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/cf6c851e-2f39-4016-8a06-865c02de97a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/64d8063b-8985-473b-b5a4-1d7e4bffa94d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/5ae8bd86-be4b-4723-82e7-056479d7a46d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/22-17K, 07/22-29K, 12/22-41K, 08/23-58K, 02/24-70K, 09/24-90K, 11/25-130K,', 'remarks': '**939**VOSA STATES 78K, 110K CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/612bbcb7-659c-4cbd-8e73-5d635598056b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118276839, 'registration': 'VO21YPC', 'account': 'LEA009', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '1.5 P300e R-Dynamic SE 5dr Auto [5 Seat]', 'mileage': 130616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-05-13', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-05-20', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/VO21YPC/2026-01-12/image/f5d71ce8-446b-4bc4-a137-96c20d0404c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/2c9c7998-68b3-4316-96a2-f5a2a7826cda_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/a253a33f-4f86-43c3-92b4-ff637bbd2d73_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/91942cd9-94b6-4a2a-82e3-8c8a797ff30f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/52fa4203-9479-4270-9862-218285e08b23_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/4868629b-3e72-44bf-991b-9a6d760988da_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/cf6c851e-2f39-4016-8a06-865c02de97a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/64d8063b-8985-473b-b5a4-1d7e4bffa94d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO21YPC/2026-01-12/image/5ae8bd86-be4b-4723-82e7-056479d7a46d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/22-17K, 07/22-29K, 12/22-41K, 08/23-58K, 02/24-70K, 09/24-90K, 11/25-130K,', 'remarks': '**939**VOSA STATES 78K, 110K CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/612bbcb7-659c-4cbd-8e73-5d635598056b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839
2026-03-27 05:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4755db6-18c2-5234-bb03-965630d25151 with scrape type 2
2026-03-27 05:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4755db6-18c2-5234-bb03-965630d25151 with scrape type 2
2026-03-27 05:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4755db6-18c2-5234-bb03-965630d25151, identifier: 118276839
2026-03-27 05:04:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120374826, 'registration': 'YG22XKL', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON SPECIAL EDITIONS', 'derivative': '330e M Sport Pro Edition 4dr Step Auto', 'mileage': 29760, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 143, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-19', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YG22XKL/2026-03-23/image/627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/b2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/bd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/eeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/20f8cac5-70de-423b-b8a0-94ad4376e5e3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-14K, 02/25-21K, 03/26-29K,', 'remarks': '**1132** VOSA STATES 21K, 28K, SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 34, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3fa7fc5-9973-42d6-9d4e-12041f511f30.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120374826, 'registration': 'YG22XKL', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON SPECIAL EDITIONS', 'derivative': '330e M Sport Pro Edition 4dr Step Auto', 'mileage': 29760, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 143, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-19', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YG22XKL/2026-03-23/image/627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/b2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/bd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/eeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/20f8cac5-70de-423b-b8a0-94ad4376e5e3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-14K, 02/25-21K, 03/26-29K,', 'remarks': '**1132** VOSA STATES 21K, 28K, SPARE KEY CHARGING LEAD', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 34, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3fa7fc5-9973-42d6-9d4e-12041f511f30.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826
2026-03-27 05:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49492a69-7875-5895-ac7d-be3463be3ceb with scrape type 2
2026-03-27 05:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49492a69-7875-5895-ac7d-be3463be3ceb with scrape type 2
2026-03-27 05:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 49492a69-7875-5895-ac7d-be3463be3ceb, identifier: 120374826
2026-03-27 05:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671
2026-03-27 05:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671
2026-03-27 05:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671 to the API
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117742671?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '3f03007a-beb9-5b5f-960a-99768fe89fa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SH71HND',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117742671',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 82711,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON Standard Plus 4dr Auto',
'transmission': 'automatic',
'trim': 'Standard Plus 4dr Auto',
'vin': None,
'year': 2021}
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27117742671%27 HTTP/1.1" 200 None
2026-03-27 05:04:46 [astonbarclay.gb] INFO: Saving data for 117742671: {'auction_closing_time': 1774604700.0, 'created_time': 1773404992.887549, 'last_price_update_time': 1774587886.455784}
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117742671') HTTP/1.1" 204 0
2026-03-27 05:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839
2026-03-27 05:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839
2026-03-27 05:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839 to the API
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118276839?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'BLACK',
'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': 'e4755db6-18c2-5234-bb03-965630d25151',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VO21YPC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118276839',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT SW',
'odometer': 130616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-13',
'seller_name': 'Zenith',
'title': 'LAND ROVER DISCOVERY SPORT SW 1.5 P300e R-Dynamic SE 5dr Auto [5 '
'Seat]',
'transmission': 'automatic',
'trim': '1.5 P300e R-Dynamic SE 5dr Auto [5 Seat]',
'vin': None,
'year': 2021}
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27118276839%27 HTTP/1.1" 200 None
2026-03-27 05:04:46 [astonbarclay.gb] INFO: Saving data for 118276839: {'auction_closing_time': 1774604700.0, 'created_time': 1773402627.582362, 'last_price_update_time': 1774587886.726302}
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118276839') HTTP/1.1" 204 0
2026-03-27 05:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826
2026-03-27 05:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826
2026-03-27 05:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826 to the API
2026-03-27 05:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 34,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '49492a69-7875-5895-ac7d-be3463be3ceb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG22XKL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120374826',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES SALOON SPECIAL EDITIONS',
'odometer': 29760,
'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': '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-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120374826%27 HTTP/1.1" 200 None
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Saving data for 120374826: {'auction_closing_time': 1774604700.0, 'created_time': 1774357910.417098, 'last_price_update_time': 1774587887.042585}
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374826') HTTP/1.1" 204 0
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653062, 'registration': 'SB71DBX', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '125kW 35 55kWh S Line 5dr Auto', 'mileage': 31999, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 148, '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/SB71DBX/2026-03-26/image/d6a3cda2-a84b-429e-8747-dced054cae91_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/659fda09-270e-4294-b12a-8c79de01632d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/c13a4734-7ed9-4956-a8f1-b50453d48699_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/b8952735-a9c9-4d11-8308-aa3b83224ada_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/606cf17f-fa05-4269-9d0c-df59da252fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/476cbaf1-7be9-4133-bf3a-12e4216adaea_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/fd57dfe9-69a1-4e26-b0d4-4d744681350d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/a009e3de-9ece-4388-a785-c3669c35b4b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/9e368bfa-70ad-402d-b797-656182c9e389_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-13K, 09/25-27K,', 'remarks': '**887** VOSA STATES 21K, 29K, CHARGING LEAD 20in 5-y Graphite Grey Alloy\tAmbient Lighting Plus Pack\tFlat Twin-spk Ltr Sprt Steering Whl Matrix Led Headlight\tMetallic Paint\tTechnology Pack Twin Leather', '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/763c9e2a-5f5d-40bb-8e1d-e169d296a4e3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653062, 'registration': 'SB71DBX', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '125kW 35 55kWh S Line 5dr Auto', 'mileage': 31999, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 148, '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/SB71DBX/2026-03-26/image/d6a3cda2-a84b-429e-8747-dced054cae91_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/659fda09-270e-4294-b12a-8c79de01632d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/c13a4734-7ed9-4956-a8f1-b50453d48699_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/b8952735-a9c9-4d11-8308-aa3b83224ada_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/606cf17f-fa05-4269-9d0c-df59da252fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/476cbaf1-7be9-4133-bf3a-12e4216adaea_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/fd57dfe9-69a1-4e26-b0d4-4d744681350d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/a009e3de-9ece-4388-a785-c3669c35b4b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-26/image/9e368bfa-70ad-402d-b797-656182c9e389_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-13K, 09/25-27K,', 'remarks': '**887** VOSA STATES 21K, 29K, CHARGING LEAD 20in 5-y Graphite Grey Alloy\tAmbient Lighting Plus Pack\tFlat Twin-spk Ltr Sprt Steering Whl Matrix Led Headlight\tMetallic Paint\tTechnology Pack Twin Leather', '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/763c9e2a-5f5d-40bb-8e1d-e169d296a4e3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062
2026-03-27 05:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with scrape type 2
2026-03-27 05:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with scrape type 2
2026-03-27 05:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 754f03c9-8c03-593d-8543-3cd5c43f2cb2, identifier: 120653062
2026-03-27 05:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062
2026-03-27 05:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062
2026-03-27 05:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062 to the API
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653062?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-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '754f03c9-8c03-593d-8543-3cd5c43f2cb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SB71DBX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653062',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 31999,
'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': 'AUDI Q4 E-TRON ESTATE 125kW 35 55kWh S Line 5dr Auto',
'transmission': 'automatic',
'trim': '125kW 35 55kWh S Line 5dr Auto',
'vin': None,
'year': 2022}
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120653062%27 HTTP/1.1" 200 None
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Saving data for 120653062: {'auction_closing_time': 1774604700.0, 'created_time': 1774357862.026956, 'last_price_update_time': 1774587887.437187}
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653062') HTTP/1.1" 204 0
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120656054, 'registration': 'FE20OGO', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d SE 4dr Step Auto', 'mileage': 37769, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 170, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-02', 'fuel': 'Diesel', 'motExpiry': '2027-03-01', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FE20OGO/2026-03-23/image/0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/828af19f-0930-4733-b268-302e46f5c738_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/c05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/d88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/29e86b0c-66d7-448a-914a-1f39a2014872_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/22-8K, 12/22-15K, 01/25-30K, 12/25-36K,', 'remarks': '**878**VOSA STATES 16K, 24K, 30K, 37K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', '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/faadb54a-8f5f-481c-8fad-6a30ca4f5642.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120656054, 'registration': 'FE20OGO', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d SE 4dr Step Auto', 'mileage': 37769, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 170, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-02', 'fuel': 'Diesel', 'motExpiry': '2027-03-01', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FE20OGO/2026-03-23/image/0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/828af19f-0930-4733-b268-302e46f5c738_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/c05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/d88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/29e86b0c-66d7-448a-914a-1f39a2014872_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/22-8K, 12/22-15K, 01/25-30K, 12/25-36K,', 'remarks': '**878**VOSA STATES 16K, 24K, 30K, 37K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', '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/faadb54a-8f5f-481c-8fad-6a30ca4f5642.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-27 05:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054
2026-03-27 05:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b77d0248-aeff-5259-8f86-f49a7aa52507 with scrape type 2
2026-03-27 05:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b77d0248-aeff-5259-8f86-f49a7aa52507 with scrape type 2
2026-03-27 05:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b77d0248-aeff-5259-8f86-f49a7aa52507, identifier: 120656054
2026-03-27 05:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054
2026-03-27 05:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054
2026-03-27 05:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054 to the API
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'b77d0248-aeff-5259-8f86-f49a7aa52507',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FE20OGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120656054',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES DIESEL SALOON',
'odometer': 37769,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-02',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES DIESEL SALOON 320d SE 4dr Step Auto',
'transmission': 'automatic',
'trim': '320d SE 4dr Step Auto',
'vin': None,
'year': 2020}
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120656054%27 HTTP/1.1" 200 None
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Saving data for 120656054: {'auction_closing_time': 1774604700.0, 'created_time': 1774357800.84625, 'last_price_update_time': 1774587887.8322}
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656054') HTTP/1.1" 204 0
2026-03-27 05:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120734864?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120734864, 'registration': 'YA13FWT', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Studio 3dr [Start Stop]', 'mileage': 98332, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 660, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA13FWT/2026-03-25/image/ad28d5bb-af2a-49a7-811e-cb4aa1188438_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/74cf7e48-6393-4002-a1d4-ac89b04b91ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/d1979f4d-f173-4e5d-818d-f22e85a133ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/ea073bcd-b517-4c43-8732-1388c619241a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/287cc8e4-fb32-4553-9513-1141684a09fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/c1ff11f5-07ac-4b4c-a196-1da592289840_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/c7151214-e5e3-454e-baca-67f7be91e657_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/fc17f637-76e7-4db6-bec5-9d45ad8b9cd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/d98b008c-0647-4292-8331-26ec2ec9b93f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14 - 10K, 10/15 - 18K, 07/16 - 22K, 09/18 - 25K, 09/19 - 31K, 09/20 - 36K, 09/21 - 38K, 12/25 - NO MILEAGE', 'remarks': '**688** VOSA STATES 22K, 23K, 25K, 31K, 36K, 38K, 41K, 47K, 55K, 85K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c7c59591-79cf-43fa-b196-b60994978e01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120734864, 'registration': 'YA13FWT', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Studio 3dr [Start Stop]', 'mileage': 98332, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 471}, 'saleStart': '2026-03-27T09:45Z', 'lot': 660, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA13FWT/2026-03-25/image/ad28d5bb-af2a-49a7-811e-cb4aa1188438_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/74cf7e48-6393-4002-a1d4-ac89b04b91ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/d1979f4d-f173-4e5d-818d-f22e85a133ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/ea073bcd-b517-4c43-8732-1388c619241a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/287cc8e4-fb32-4553-9513-1141684a09fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/c1ff11f5-07ac-4b4c-a196-1da592289840_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/c7151214-e5e3-454e-baca-67f7be91e657_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/fc17f637-76e7-4db6-bec5-9d45ad8b9cd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA13FWT/2026-03-25/image/d98b008c-0647-4292-8331-26ec2ec9b93f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14 - 10K, 10/15 - 18K, 07/16 - 22K, 09/18 - 25K, 09/19 - 31K, 09/20 - 36K, 09/21 - 38K, 12/25 - NO MILEAGE', 'remarks': '**688** VOSA STATES 22K, 23K, 25K, 31K, 36K, 38K, 41K, 47K, 55K, 85K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c7c59591-79cf-43fa-b196-b60994978e01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-27 05:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864
2026-03-27 05:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cda4df5d-679f-5187-907a-7e4805708a0a with scrape type 2
2026-03-27 05:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cda4df5d-679f-5187-907a-7e4805708a0a with scrape type 2
2026-03-27 05:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cda4df5d-679f-5187-907a-7e4805708a0a, identifier: 120734864
2026-03-27 05:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864
2026-03-27 05:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864
2026-03-27 05:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864 to the API
2026-03-27 05:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 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-27 05:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120734864?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'cda4df5d-679f-5187-907a-7e4805708a0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA13FWT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120734864',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 98332,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-26',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.2 Studio 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Studio 3dr [Start Stop]',
'vin': None,
'year': 2013}
2026-03-27 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%27120734864%27 HTTP/1.1" 200 None
2026-03-27 05:04:48 [astonbarclay.gb] INFO: Saving data for 120734864: {'auction_closing_time': 1774604700.0, 'created_time': 1774357869.503166, 'last_price_update_time': 1774587888.39664}
2026-03-27 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120734864') HTTP/1.1" 204 0
2026-03-27 05:04:48 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 05:04:48 [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-27 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 05:04:48 [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%201774155888 HTTP/1.1" 200 None
2026-03-27 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120099950') HTTP/1.1" 204 0
2026-03-27 05:04:48 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (504 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-27T05_00_00.jl
2026-03-27 05:04:48 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 459430,
'downloader/request_count': 506,
'downloader/request_method_count/GET': 506,
'downloader/response_bytes': 3332172,
'downloader/response_count': 506,
'downloader/response_status_count/200': 506,
'elapsed_time_seconds': 283.361792,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 5, 4, 48, 677339, tzinfo=datetime.timezone.utc),
'item_scraped_count': 504,
'log_count/DEBUG': 7604,
'log_count/INFO': 7941,
'memusage/max': 186142720,
'memusage/startup': 148025344,
'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': 506,
'scheduler/dequeued': 506,
'scheduler/dequeued/memory': 506,
'scheduler/enqueued': 506,
'scheduler/enqueued/memory': 506,
'scrape_type/price_update': 504,
'scrape_type/skipped': 908,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 505,
'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.138355600719549,
'scrapy-zyte-api/mean_response_seconds': 4.1393817721211486,
'scrapy-zyte-api/processed': 505,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 505,
'scrapy-zyte-api/request_args/experimental.requestCookies': 504,
'scrapy-zyte-api/request_args/experimental.responseCookies': 505,
'scrapy-zyte-api/request_args/httpResponseBody': 505,
'scrapy-zyte-api/request_args/httpResponseHeaders': 505,
'scrapy-zyte-api/request_args/url': 505,
'scrapy-zyte-api/status_codes/200': 505,
'scrapy-zyte-api/success': 505,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 5, 0, 5, 315547, tzinfo=datetime.timezone.utc)}
2026-03-27 05:04:48 [scrapy.core.engine] INFO: Spider closed (finished)